2022-08-04 13:42:53 +02:00
|
|
|
// @ts-check
|
2023-01-23 15:07:39 +05:30
|
|
|
|
2023-05-20 00:35:51 +01:00
|
|
|
/** @type {import("@docusaurus/plugin-content-docs").SidebarsConfig} */
|
2022-08-04 13:42:53 +02:00
|
|
|
const sidebars = {
|
2023-05-20 00:35:51 +01:00
|
|
|
main: [
|
2023-06-14 01:26:55 +01:00
|
|
|
"overview/index",
|
|
|
|
|
"overview/history",
|
|
|
|
|
"overview/why-waku",
|
|
|
|
|
"overview/use-cases",
|
|
|
|
|
{
|
|
|
|
|
type: 'html',
|
|
|
|
|
value: '<a href="/guides/nodes-and-sdks" target="_blank" rel="noopener noreferrer" class="menu__link external-link">Nodes and SDKs<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>',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'html',
|
|
|
|
|
value: '<a href="/presentations" target="_blank" rel="noopener noreferrer" class="menu__link external-link">Presentations<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>',
|
|
|
|
|
},
|
2023-05-20 00:35:51 +01:00
|
|
|
{
|
|
|
|
|
type: "category",
|
2023-06-14 01:26:55 +01:00
|
|
|
label: "Concepts",
|
2023-05-20 00:35:51 +01:00
|
|
|
items: [
|
2023-06-14 01:26:55 +01:00
|
|
|
"overview/concepts/protocols",
|
|
|
|
|
"overview/concepts/content-topics",
|
|
|
|
|
"overview/concepts/network-domains",
|
2023-06-18 09:34:09 +01:00
|
|
|
"overview/concepts/transports",
|
2023-06-06 03:47:24 +01:00
|
|
|
{
|
|
|
|
|
type: "category",
|
2023-06-14 01:26:55 +01:00
|
|
|
label: "Peer Discovery",
|
|
|
|
|
link: {
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "overview/concepts/peer-discovery",
|
|
|
|
|
},
|
2023-06-06 03:47:24 +01:00
|
|
|
items: [
|
2023-06-16 09:40:22 +01:00
|
|
|
"overview/concepts/static-peers",
|
2023-06-14 01:26:55 +01:00
|
|
|
"overview/concepts/dns-discovery",
|
|
|
|
|
"overview/concepts/discv5",
|
|
|
|
|
"overview/concepts/peer-exchange",
|
2023-06-06 03:47:24 +01:00
|
|
|
]
|
|
|
|
|
},
|
2023-05-20 00:35:51 +01:00
|
|
|
]
|
2023-06-14 01:26:55 +01:00
|
|
|
},
|
2023-05-20 00:35:51 +01:00
|
|
|
{
|
|
|
|
|
type: "category",
|
2023-06-14 01:26:55 +01:00
|
|
|
label: "Reference",
|
2023-05-20 00:35:51 +01:00
|
|
|
items: [
|
2023-06-14 01:26:55 +01:00
|
|
|
"overview/reference/glossary",
|
|
|
|
|
"overview/reference/security-features",
|
|
|
|
|
"overview/reference/research-in-progress",
|
|
|
|
|
"overview/reference/waku-vs-libp2p",
|
2023-05-20 00:35:51 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2023-06-14 01:26:55 +01:00
|
|
|
guides: [
|
|
|
|
|
"guides/nodes-and-sdks",
|
2023-06-14 04:34:58 +01:00
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "Run a Nwaku Node",
|
|
|
|
|
link: {
|
|
|
|
|
type: "doc",
|
|
|
|
|
id: "guides/run-nwaku-node",
|
|
|
|
|
},
|
|
|
|
|
items: [
|
2023-06-15 14:54:02 +01:00
|
|
|
"guides/nwaku/build-source",
|
2023-06-14 13:08:58 +01:00
|
|
|
"guides/nwaku/run-docker",
|
2023-06-15 03:09:14 +01:00
|
|
|
"guides/nwaku/run-docker-compose",
|
2023-06-16 09:40:22 +01:00
|
|
|
"guides/nwaku/configure-discovery",
|
2023-06-15 21:42:35 +01:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "category",
|
|
|
|
|
label: "Reference",
|
|
|
|
|
items: [
|
|
|
|
|
"guides/reference/node-config-methods",
|
|
|
|
|
"guides/reference/node-config-options",
|
2023-06-14 04:34:58 +01:00
|
|
|
]
|
|
|
|
|
},
|
2023-06-14 01:26:55 +01:00
|
|
|
],
|
2023-05-22 06:19:27 +01:00
|
|
|
community: [
|
2023-06-14 01:26:55 +01:00
|
|
|
"powered-by-waku",
|
|
|
|
|
"community",
|
|
|
|
|
"contribute",
|
|
|
|
|
"presentations",
|
2023-06-20 12:41:55 +01:00
|
|
|
{
|
|
|
|
|
type: 'html',
|
|
|
|
|
value: '<a href="https://github.com/waku-org/bounties" target="_blank" rel="noopener noreferrer" class="menu__link external-link">Waku Bounties<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>',
|
|
|
|
|
},
|
2023-06-02 19:12:50 +01:00
|
|
|
{
|
2023-06-14 01:26:55 +01:00
|
|
|
type: 'html',
|
|
|
|
|
value: '<a href="https://hackenproof.com/status-dot-im/waku" target="_blank" rel="noopener noreferrer" class="menu__link external-link">Bug Bounty Program<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>',
|
|
|
|
|
},
|
2023-05-20 00:35:51 +01:00
|
|
|
]
|
2022-08-04 13:42:53 +02:00
|
|
|
};
|
|
|
|
|
|
2023-06-14 01:26:55 +01:00
|
|
|
module.exports = sidebars;
|