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: [
|
|
|
|
{
|
|
|
|
type: "category",
|
2023-06-06 03:47:24 +01:00
|
|
|
label: "About Waku",
|
|
|
|
collapsible: false,
|
2023-05-20 00:35:51 +01:00
|
|
|
items: [
|
2023-06-06 03:47:24 +01:00
|
|
|
"overview/index",
|
|
|
|
"overview/history",
|
|
|
|
"overview/why-waku",
|
|
|
|
"overview/use-cases",
|
|
|
|
{
|
2023-06-08 22:09:23 +09:00
|
|
|
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>',
|
2023-06-06 03:47:24 +01:00
|
|
|
},
|
|
|
|
{
|
2023-06-08 22:09:23 +09:00
|
|
|
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-06-06 03:47:24 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Concepts",
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
"overview/concepts/protocols",
|
|
|
|
"overview/concepts/content-topics",
|
|
|
|
"overview/concepts/network-domains",
|
2023-06-10 00:17:41 +01:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Peer Discovery",
|
|
|
|
link: {
|
|
|
|
type: "doc",
|
2023-06-08 22:09:23 +09:00
|
|
|
id: "overview/concepts/peer-discovery",
|
2023-06-10 00:17:41 +01:00
|
|
|
},
|
|
|
|
items: [
|
|
|
|
"overview/concepts/peer-discovery/predefined-nodes",
|
|
|
|
"overview/concepts/peer-discovery/dns-discovery",
|
|
|
|
"overview/concepts/peer-discovery/discv5",
|
2023-06-08 22:09:23 +09:00
|
|
|
"overview/concepts/peer-discovery/peer-exchange",
|
2023-06-10 00:17:41 +01:00
|
|
|
]
|
|
|
|
},
|
2023-06-08 22:09:23 +09:00
|
|
|
"overview/concepts/transports",
|
2023-06-06 03:47:24 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Reference",
|
|
|
|
items: [
|
|
|
|
"overview/reference/glossary",
|
|
|
|
"overview/reference/security-features",
|
|
|
|
"overview/reference/research-in-progress",
|
2023-06-08 22:09:23 +09:00
|
|
|
"overview/reference/waku-vs-libp2p",
|
2023-06-06 03:47:24 +01:00
|
|
|
]
|
|
|
|
}
|
2023-05-20 00:35:51 +01:00
|
|
|
]
|
2023-06-06 03:47:24 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
guides: [
|
2023-05-20 00:35:51 +01:00
|
|
|
{
|
|
|
|
type: "category",
|
2023-06-06 03:47:24 +01:00
|
|
|
label: "Guides",
|
|
|
|
collapsible: false,
|
2023-05-20 00:35:51 +01:00
|
|
|
items: [
|
2023-06-08 13:28:25 +01:00
|
|
|
"guides/nodes-and-sdks",
|
2023-06-08 22:09:23 +09:00
|
|
|
"guides/run-nwaku-node",
|
2023-05-20 00:35:51 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2023-05-22 06:19:27 +01:00
|
|
|
community: [
|
2023-06-02 19:12:50 +01:00
|
|
|
{
|
2023-06-06 03:47:24 +01:00
|
|
|
type: "category",
|
|
|
|
label: "Community",
|
|
|
|
collapsible: false,
|
|
|
|
items: [
|
|
|
|
"powered-by-waku",
|
|
|
|
"community",
|
|
|
|
"contribute",
|
|
|
|
"presentations",
|
|
|
|
{
|
2023-06-08 22:09:23 +09: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-06-06 03:47:24 +01:00
|
|
|
]
|
2023-06-02 19:12:50 +01:00
|
|
|
}
|
2023-05-20 00:35:51 +01:00
|
|
|
]
|
2022-08-04 13:42:53 +02:00
|
|
|
};
|
|
|
|
|
2023-06-08 22:09:23 +09:00
|
|
|
module.exports = sidebars;
|