2023-11-10 14:11:55 +01:00
|
|
|
/**
|
|
|
|
* Creating a sidebar enables you to:
|
|
|
|
- create an ordered group of docs
|
|
|
|
- render a sidebar for each doc of that group
|
|
|
|
- provide next/previous navigation
|
|
|
|
|
|
|
|
The sidebars can be generated from the filesystem, or explicitly defined here.
|
|
|
|
|
|
|
|
Create as many sidebars as you want.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// @ts-check
|
|
|
|
|
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
|
|
const sidebars = {
|
|
|
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
2023-12-20 14:11:34 +01:00
|
|
|
//tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
2023-11-10 14:11:55 +01:00
|
|
|
|
|
|
|
// But you can create a sidebar manually
|
2023-12-20 14:11:34 +01:00
|
|
|
|
2023-11-10 14:11:55 +01:00
|
|
|
tutorialSidebar: [
|
2024-02-15 02:19:00 +01:00
|
|
|
'index',
|
2023-11-10 14:11:55 +01:00
|
|
|
{
|
2023-12-20 14:11:34 +01:00
|
|
|
type: "html",
|
|
|
|
value: '<span class="sidebar-divider" />',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
className: "sidebar-title",
|
|
|
|
value: "About Web3Privacy Now",
|
|
|
|
defaultStyle: true,
|
|
|
|
},
|
|
|
|
'manifesto',
|
|
|
|
'roadmap',
|
|
|
|
'history',
|
2024-02-15 02:19:00 +01:00
|
|
|
'brand',
|
2023-12-20 14:11:34 +01:00
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
value: '<span class="sidebar-divider" />',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
className: "sidebar-title",
|
|
|
|
value: "Projects",
|
|
|
|
defaultStyle: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Research",
|
2024-02-15 01:35:17 +01:00
|
|
|
link: { type: 'doc', id: 'research/index'},
|
2023-12-20 14:11:34 +01:00
|
|
|
items: [{type: 'autogenerated', dirName: 'research'}],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Events",
|
|
|
|
link: {type: 'doc', id: 'events/index'},
|
|
|
|
items: [{type: 'autogenerated', dirName: 'events'}],
|
|
|
|
},
|
|
|
|
'projects/privacy-explorer',
|
2024-02-15 01:35:17 +01:00
|
|
|
/*{
|
2024-02-11 17:32:11 +01:00
|
|
|
type: "category",
|
|
|
|
label: "Privacy News",
|
|
|
|
link: {type: 'doc', id: 'news/week-in-the-privacy'},
|
|
|
|
items: [{type: 'autogenerated', dirName: 'news'}],
|
2024-02-15 01:35:17 +01:00
|
|
|
},*/
|
|
|
|
'news/week-in-the-privacy',
|
2024-02-16 21:31:54 +01:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Future concepts",
|
|
|
|
items: [
|
|
|
|
'projects/privacy-tech-awards',
|
|
|
|
],
|
|
|
|
},
|
2023-12-20 14:11:34 +01:00
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
value: '<span class="sidebar-divider" />',
|
|
|
|
},
|
2024-02-15 01:35:17 +01:00
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
className: "sidebar-title",
|
|
|
|
value: "Tools",
|
|
|
|
defaultStyle: true,
|
|
|
|
},
|
|
|
|
'git',
|
|
|
|
'communication',
|
|
|
|
'workgroups',
|
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
value: '<span class="sidebar-divider" />',
|
|
|
|
},
|
2023-12-20 14:11:34 +01:00
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
className: "sidebar-title",
|
|
|
|
value: "Community",
|
|
|
|
defaultStyle: true,
|
|
|
|
},
|
|
|
|
'follow-us',
|
|
|
|
'get-involved',
|
2024-03-16 03:08:35 +01:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Contributors Guide",
|
|
|
|
link: {type: 'doc', id: 'contributors/index'},
|
|
|
|
items: [
|
|
|
|
],
|
|
|
|
},
|
2024-02-16 15:27:12 +01:00
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Membership",
|
|
|
|
link: {type: 'doc', id: 'membership/index'},
|
|
|
|
items: [
|
2024-02-16 16:35:33 +01:00
|
|
|
'membership/personal-benefits',
|
|
|
|
'membership/org-benefits',
|
2024-02-19 21:13:23 +01:00
|
|
|
'membership/survival-kit',
|
2024-02-16 15:27:12 +01:00
|
|
|
],
|
|
|
|
},
|
2023-12-20 14:11:34 +01:00
|
|
|
'donate',
|
|
|
|
'code-of-conduct',
|
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
value: '<span class="sidebar-divider" />',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
className: "sidebar-title",
|
2024-02-21 05:35:45 +01:00
|
|
|
value: "Organization",
|
2023-12-20 14:11:34 +01:00
|
|
|
defaultStyle: true,
|
|
|
|
},
|
|
|
|
{
|
2024-02-15 01:35:17 +01:00
|
|
|
type: "category",
|
2024-02-21 05:35:45 +01:00
|
|
|
label: "Governance",
|
|
|
|
link: {type: 'doc', id: 'governance'},
|
2024-02-15 01:35:17 +01:00
|
|
|
items: [
|
2024-02-21 05:35:45 +01:00
|
|
|
'congress',
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Core Team",
|
|
|
|
link: {type: 'doc', id: 'core-team/index'},
|
|
|
|
items: [
|
|
|
|
'core-team/multisig'
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'association/index',
|
|
|
|
'guild',
|
2024-02-15 01:35:17 +01:00
|
|
|
],
|
|
|
|
},
|
2024-02-15 02:41:53 +01:00
|
|
|
'contacts',
|
2024-02-15 01:35:17 +01:00
|
|
|
/*{
|
2023-12-20 14:11:34 +01:00
|
|
|
type: "html",
|
|
|
|
value: '<span class="sidebar-divider" />',
|
2023-11-10 14:11:55 +01:00
|
|
|
},
|
2023-12-20 14:11:34 +01:00
|
|
|
{
|
|
|
|
type: "html",
|
|
|
|
className: "sidebar-title",
|
|
|
|
value: "Others",
|
|
|
|
defaultStyle: true,
|
|
|
|
},
|
2024-02-15 01:35:17 +01:00
|
|
|
'funding-requests',*/
|
2023-11-10 14:11:55 +01:00
|
|
|
],
|
2023-12-20 14:11:34 +01:00
|
|
|
|
2023-11-10 14:11:55 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
export default sidebars;
|