File tree 1 file changed +10
-15
lines changed
1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -12,37 +12,32 @@ module.exports = {
12
12
} ,
13
13
items : [
14
14
{
15
- type : "docsVersion" ,
16
- to : `${ routePrefix } /concepts` ,
17
- activeBasePath : `${ routePrefix } /concepts` ,
15
+ type : "docSidebar" ,
16
+ sidebarId : "concepts" ,
18
17
label : "Concepts" ,
19
18
position : "left" ,
20
19
} ,
21
20
{
22
- type : "docsVersion" ,
23
- to : `/developers` ,
24
- activeBasePath : `${ routePrefix } /developers` ,
21
+ type : "docSidebar" ,
22
+ sidebarId : "developers" ,
25
23
label : "Developers" ,
26
24
position : "left" ,
27
25
} ,
28
26
{
29
- type : "docsVersion" ,
30
- to : `${ routePrefix } /operators` ,
31
- activeBasePath : `${ routePrefix } /operators` ,
27
+ type : "docSidebar" ,
28
+ sidebarId : "operators" ,
32
29
label : "Operators" ,
33
30
position : "left" ,
34
31
} ,
35
32
{
36
- type : "docsVersion" ,
37
- to : `${ routePrefix } /users` ,
38
- activeBasePath : `${ routePrefix } /users` ,
33
+ type : "docSidebar" ,
34
+ sidebarId : "users" ,
39
35
label : "Users" ,
40
36
position : "left" ,
41
37
} ,
42
38
{
43
- type : "docsVersion" ,
44
- to : `${ routePrefix } /resources` ,
45
- activeBasePath : `${ routePrefix } /resources` ,
39
+ type : "docSidebar" ,
40
+ sidebarId : "resources" ,
46
41
label : "Resources" ,
47
42
position : "left" ,
48
43
} ,
You can’t perform that action at this time.
0 commit comments