Skip to content

Commit c347f33

Browse files
committed
update: sidebar
1 parent 746eba2 commit c347f33

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

sidebars.ts

+7-25
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,13 @@
1-
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
1+
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
22

3-
/**
4-
* Creating a sidebar enables you to:
5-
- create an ordered group of docs
6-
- render a sidebar for each doc of that group
7-
- provide next/previous navigation
8-
9-
The sidebars can be generated from the filesystem, or explicitly defined here.
10-
11-
Create as many sidebars as you want.
12-
*/
133
const sidebars: SidebarsConfig = {
14-
// By default, Docusaurus generates a sidebar from the docs folder structure
15-
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
16-
17-
// But you can create a sidebar manually
18-
/*
19-
tutorialSidebar: [
20-
'intro',
21-
'hello',
22-
{
23-
type: 'category',
24-
label: 'Tutorial',
25-
items: ['tutorial-basics/create-a-document'],
26-
},
4+
docSidebar: [
5+
'install',
6+
'usage',
7+
'vendors',
8+
{ type: 'doc', label: 'JDKs', id: 'jdks' },
9+
{ type: 'doc', label: 'SDKs', id: 'sdks' },
2710
],
28-
*/
2911
};
3012

3113
export default sidebars;

0 commit comments

Comments
 (0)