|
13 | 13 |
|
14 | 14 | /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
15 | 15 | const sidebars = {
|
16 |
| - // By default, Docusaurus generates a sidebar from the docs folder structure |
17 |
| - //tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], |
| 16 | + // By default, Docusaurus generates a sidebar from the docs folder structure |
| 17 | + //tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], |
18 | 18 |
|
19 |
| - // But you can create a sidebar manually |
| 19 | + // But you can create a sidebar manually |
20 | 20 |
|
21 |
| - docsSidebar: [ |
22 |
| - { |
23 |
| - type: 'doc', |
24 |
| - id: 'README', // document ID |
25 |
| - label: 'Getting Started', // sidebar label |
26 |
| - }, |
27 |
| - "quick-start", |
28 |
| - { |
29 |
| - type: "category", |
30 |
| - label: "Concepts", |
31 |
| - collapsed: false, |
32 |
| - link: { |
33 |
| - type: "generated-index", |
34 |
| - title: "Concepts", |
35 |
| - description: "Learn about the most important SSI concepts!", |
36 |
| - }, |
37 |
| - items: [ |
38 |
| - "concepts/identity", |
39 |
| - "concepts/multi-tenancy", |
40 |
| - ], |
41 |
| - }, |
42 |
| - { |
43 |
| - type: "category", |
44 |
| - label: "Identus", |
45 |
| - link: { |
46 |
| - type: "generated-index", |
47 |
| - title: "Identus", |
48 |
| - description: "Learn about the Identus ecosystem!", |
49 |
| - }, |
50 |
| - collapsed: false, |
51 |
| - items: [ |
52 |
| - "identus/overview", |
| 21 | + docsSidebar: [ |
53 | 22 | {
|
54 |
| - type: "category", |
55 |
| - label: "Cloud Agent", |
56 |
| - collapsed: true, |
57 |
| - link: { |
58 |
| - type: "generated-index", |
59 |
| - title: "Cloud Agent", |
60 |
| - description: "Learn about the Identus Cloud Agent!", |
61 |
| - }, |
62 |
| - items: [ |
63 |
| - "identus/cloud-agent/overview", |
64 |
| - "identus/cloud-agent/building-blocks", |
65 |
| - "identus/cloud-agent/authentication", |
66 |
| - "identus/cloud-agent/did-management", |
67 |
| - "identus/cloud-agent/secrets-storage", |
68 |
| - "identus/cloud-agent/environment-variables", |
69 |
| - ], |
| 23 | + type: 'doc', |
| 24 | + id: 'README', // document ID |
| 25 | + label: 'Getting Started', // sidebar label |
70 | 26 | },
|
| 27 | + "quick-start", |
71 | 28 | {
|
72 |
| - type: "category", |
73 |
| - label: "Prism Node", |
74 |
| - collapsed: true, |
75 |
| - link: { |
76 |
| - type: "generated-index", |
77 |
| - title: "Prism Node", |
78 |
| - description: "Learn about the Identus Prism Node!", |
79 |
| - }, |
80 |
| - items: [ |
81 |
| - "identus/prism-node/overview", |
82 |
| - "identus/prism-node/running-node", |
83 |
| - ], |
| 29 | + type: "category", |
| 30 | + label: "Concepts", |
| 31 | + collapsed: false, |
| 32 | + link: { |
| 33 | + type: "generated-index", |
| 34 | + title: "Concepts", |
| 35 | + description: "Learn about the most important SSI concepts!", |
| 36 | + }, |
| 37 | + items: [ |
| 38 | + "concepts/identity", |
| 39 | + "concepts/multi-tenancy", |
| 40 | + ], |
84 | 41 | },
|
85 |
| - "identus/mediator", |
86 |
| - "identus/troubleshooting&considerations", |
87 |
| - "identus/getting-help", |
88 |
| - ], |
89 |
| - }, |
90 |
| - "concepts/glossary", |
91 |
| - ], |
| 42 | + { |
| 43 | + type: "category", |
| 44 | + label: "Identus", |
| 45 | + link: { |
| 46 | + type: "generated-index", |
| 47 | + title: "Identus", |
| 48 | + description: "Learn about the Identus ecosystem!", |
| 49 | + }, |
| 50 | + collapsed: false, |
| 51 | + items: [ |
| 52 | + "identus/overview", |
| 53 | + { |
| 54 | + type: "category", |
| 55 | + label: "Cloud Agent", |
| 56 | + collapsed: true, |
| 57 | + link: { |
| 58 | + type: "generated-index", |
| 59 | + title: "Cloud Agent", |
| 60 | + description: "Learn about the Identus Cloud Agent!", |
| 61 | + }, |
| 62 | + items: [ |
| 63 | + "identus/cloud-agent/overview", |
| 64 | + "identus/cloud-agent/building-blocks", |
| 65 | + "identus/cloud-agent/authentication", |
| 66 | + "identus/cloud-agent/did-management", |
| 67 | + "identus/cloud-agent/secrets-storage", |
| 68 | + "identus/cloud-agent/environment-variables", |
| 69 | + ], |
| 70 | + }, |
| 71 | + { |
| 72 | + type: "category", |
| 73 | + label: "Prism Node", |
| 74 | + collapsed: true, |
| 75 | + link: { |
| 76 | + type: "generated-index", |
| 77 | + title: "Prism Node", |
| 78 | + description: "Learn about the Identus Prism Node!", |
| 79 | + }, |
| 80 | + items: [ |
| 81 | + "identus/prism-node/overview", |
| 82 | + "identus/prism-node/running-node", |
| 83 | + ], |
| 84 | + }, |
| 85 | + "identus/mediator", |
| 86 | + "identus/troubleshooting&considerations", |
| 87 | + "identus/getting-help", |
| 88 | + ], |
| 89 | + }, |
| 90 | + "concepts/glossary", |
| 91 | + "identus/specifications" |
| 92 | + ], |
92 | 93 | };
|
93 | 94 |
|
94 | 95 | module.exports = sidebars;
|
0 commit comments