|
2 | 2 |
|
3 | 3 | /** @type {import("@docusaurus/plugin-content-docs").SidebarsConfig} */
|
4 | 4 | const sidebars = {
|
5 |
| - guides: [ |
6 |
| - "guides/getting-started", |
7 |
| - { |
8 |
| - type: "category", |
9 |
| - label: "Run a Nwaku Node", |
10 |
| - link: { |
11 |
| - type: "doc", |
12 |
| - id: "guides/nwaku/run-node", |
13 |
| - }, |
14 |
| - items: [ |
15 |
| - "guides/nwaku/run-docker-compose", |
16 |
| - "guides/nwaku/run-docker", |
17 |
| - "guides/nwaku/build-source", |
18 |
| - "guides/nwaku/configure-discovery", |
19 |
| - "guides/nwaku/config-methods", |
20 |
| - "guides/nwaku/config-options", |
21 |
| - "guides/nwaku/configure-nwaku", |
22 |
| - "guides/nwaku/faq", |
23 |
| - { |
24 |
| - type: 'html', |
25 |
| - value: '<a href="https://waku-org.github.io/waku-rest-api/" target="_blank" rel="noopener noreferrer" class="menu__link external-link">REST API Reference<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>', |
26 |
| - }, |
27 |
| - ] |
28 |
| - }, |
29 |
| - { |
30 |
| - type: "category", |
31 |
| - label: "JavaScript Waku SDK", |
32 |
| - link: { |
33 |
| - type: "doc", |
34 |
| - id: "guides/js-waku/index", |
35 |
| - }, |
36 |
| - items: [ |
37 |
| - "guides/js-waku/light-send-receive", |
38 |
| - "guides/js-waku/store-retrieve-messages", |
39 |
| - "guides/js-waku/message-encryption", |
40 |
| - "guides/js-waku/use-waku-react", |
41 |
| - "guides/js-waku/use-waku-create-app", |
42 |
| - "guides/js-waku/configure-discovery", |
43 |
| - "guides/js-waku/run-waku-nodejs", |
44 |
| - "guides/js-waku/debug-waku-dapp", |
45 |
| - "guides/js-waku/manage-filter", |
46 |
| - "guides/js-waku/faq", |
47 |
| - { |
48 |
| - type: 'html', |
49 |
| - value: '<a href="https://examples.waku.org" target="_blank" rel="noopener noreferrer" class="menu__link external-link">@waku/sdk Examples<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>', |
50 |
| - }, |
51 |
| - { |
52 |
| - type: 'html', |
53 |
| - value: '<a href="https://js.waku.org" target="_blank" rel="noopener noreferrer" class="menu__link external-link">API Reference<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>', |
54 |
| - }, |
55 |
| - ] |
56 |
| - }, |
57 |
| - ], |
58 |
| - learn: [ |
59 |
| - "learn/waku-network", |
60 |
| - { |
61 |
| - type: "category", |
62 |
| - label: "Concepts", |
63 |
| - collapsed: false, |
64 |
| - items: [ |
65 |
| - "learn/concepts/protocols", |
66 |
| - "learn/concepts/content-topics", |
67 |
| - "learn/concepts/network-domains", |
68 |
| - "learn/concepts/transports", |
69 |
| - { |
70 |
| - type: "category", |
71 |
| - label: "Peer Discovery", |
72 |
| - link: { |
73 |
| - type: "doc", |
74 |
| - id: "learn/concepts/peer-discovery", |
75 |
| - }, |
76 |
| - items: [ |
77 |
| - "learn/concepts/static-peers", |
78 |
| - "learn/concepts/dns-discovery", |
79 |
| - "learn/concepts/discv5", |
80 |
| - "learn/concepts/peer-exchange", |
81 |
| - ] |
82 |
| - }, |
83 |
| - ] |
84 |
| - }, |
85 |
| - "learn/security-features", |
86 |
| - "learn/research", |
87 |
| - "learn/waku-vs-libp2p", |
88 |
| - "learn/glossary", |
89 |
| - { |
90 |
| - type: 'html', |
91 |
| - value: '<a href="https://ideas.waku.org" target="_blank" rel="noopener noreferrer" class="menu__link external-link">Waku Idea Board<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>', |
92 |
| - }, |
93 |
| - ], |
94 |
| - research: [ |
95 |
| - { |
96 |
| - type: 'autogenerated', |
97 |
| - dirName: 'research', // '.' means the current docs folder |
98 |
| - }, |
99 |
| - ], |
| 5 | + guides: [ |
| 6 | + "guides/getting-started", |
| 7 | + { |
| 8 | + type: "category", |
| 9 | + label: "Run a Nwaku Node", |
| 10 | + collapsed: false, |
| 11 | + link: { |
| 12 | + type: "doc", |
| 13 | + id: "guides/nwaku/run-node", |
| 14 | + }, |
| 15 | + items: [ |
| 16 | + "guides/nwaku/run-docker-compose", |
| 17 | + "guides/nwaku/run-docker", |
| 18 | + "guides/nwaku/build-source", |
| 19 | + "guides/nwaku/configure-discovery", |
| 20 | + "guides/nwaku/config-methods", |
| 21 | + "guides/nwaku/config-options", |
| 22 | + "guides/nwaku/configure-nwaku", |
| 23 | + "guides/nwaku/faq", |
| 24 | + { |
| 25 | + type: "html", |
| 26 | + value: |
| 27 | + '<a href="https://waku-org.github.io/waku-rest-api/" target="_blank" rel="noopener noreferrer" class="menu__link external-link">REST API Reference<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>', |
| 28 | + }, |
| 29 | + ], |
| 30 | + }, |
| 31 | + { |
| 32 | + type: "category", |
| 33 | + label: "JavaScript Waku SDK", |
| 34 | + collapsed: false, |
| 35 | + link: { |
| 36 | + type: "doc", |
| 37 | + id: "guides/js-waku/index", |
| 38 | + }, |
| 39 | + items: [ |
| 40 | + "guides/js-waku/light-send-receive", |
| 41 | + "guides/js-waku/store-retrieve-messages", |
| 42 | + "guides/js-waku/message-encryption", |
| 43 | + "guides/js-waku/use-waku-react", |
| 44 | + "guides/js-waku/use-waku-create-app", |
| 45 | + "guides/js-waku/configure-discovery", |
| 46 | + "guides/js-waku/run-waku-nodejs", |
| 47 | + "guides/js-waku/debug-waku-dapp", |
| 48 | + "guides/js-waku/manage-filter", |
| 49 | + "guides/js-waku/faq", |
| 50 | + { |
| 51 | + type: "html", |
| 52 | + value: |
| 53 | + '<a href="https://examples.waku.org" target="_blank" rel="noopener noreferrer" class="menu__link external-link">@waku/sdk Examples<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>', |
| 54 | + }, |
| 55 | + { |
| 56 | + type: "html", |
| 57 | + value: |
| 58 | + '<a href="https://js.waku.org" target="_blank" rel="noopener noreferrer" class="menu__link external-link">API Reference<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>', |
| 59 | + }, |
| 60 | + ], |
| 61 | + }, |
| 62 | + ], |
| 63 | + learn: [ |
| 64 | + "learn/waku-network", |
| 65 | + { |
| 66 | + type: "category", |
| 67 | + label: "Concepts", |
| 68 | + collapsed: false, |
| 69 | + items: [ |
| 70 | + "learn/concepts/protocols", |
| 71 | + "learn/concepts/content-topics", |
| 72 | + "learn/concepts/network-domains", |
| 73 | + "learn/concepts/transports", |
| 74 | + { |
| 75 | + type: "category", |
| 76 | + label: "Peer Discovery", |
| 77 | + link: { |
| 78 | + type: "doc", |
| 79 | + id: "learn/concepts/peer-discovery", |
| 80 | + }, |
| 81 | + items: [ |
| 82 | + "learn/concepts/static-peers", |
| 83 | + "learn/concepts/dns-discovery", |
| 84 | + "learn/concepts/discv5", |
| 85 | + "learn/concepts/peer-exchange", |
| 86 | + ], |
| 87 | + }, |
| 88 | + ], |
| 89 | + }, |
| 90 | + "learn/security-features", |
| 91 | + "learn/research", |
| 92 | + "learn/waku-vs-libp2p", |
| 93 | + "learn/glossary", |
| 94 | + "learn/faq", |
| 95 | + { |
| 96 | + type: "html", |
| 97 | + value: |
| 98 | + '<a href="https://ideas.waku.org" target="_blank" rel="noopener noreferrer" class="menu__link external-link">Waku Idea Board<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.1918 4H3.42848V2.85715H13.1428V12.5714H11.9999V4.80813L3.83254 12.9755L3.02441 12.1674L11.1918 4Z" fill="white"/></svg>', |
| 99 | + }, |
| 100 | + ], |
| 101 | + research: [ |
| 102 | + { |
| 103 | + type: "autogenerated", |
| 104 | + dirName: "research", // '.' means the current docs folder |
| 105 | + }, |
| 106 | + ], |
100 | 107 | };
|
101 | 108 |
|
102 | 109 | module.exports = sidebars;
|
0 commit comments