feat: more content

This commit is contained in:
Iain Learmonth 2025-05-23 20:12:19 +01:00
parent 121df8c80d
commit 9c6a30456b
11 changed files with 165 additions and 84 deletions

View file

@ -73,13 +73,13 @@ const config: Config = {
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
sidebarId: 'docsSidebar',
position: 'left',
label: 'Docs',
},
{
type: 'docSidebar',
sidebarId: 'apisidebar',
sidebarId: 'apiSidebar',
position: 'left',
label: 'API',
},
@ -100,6 +100,10 @@ const config: Config = {
label: 'Censorship 101',
to: '/docs/censorship/',
},
{
label: 'Web Mirrors',
to: '/docs/mirrors/',
},
],
},
{