fix: paths and such

This commit is contained in:
Iain Learmonth 2025-05-21 14:16:23 +01:00
parent b066849d90
commit 1a4d04bfb3
5 changed files with 25 additions and 15 deletions

View file

@ -15,7 +15,7 @@ import * as apiSidebar from './docs/api/sidebar';
*/
const sidebars: SidebarsConfig = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: ['intro', {'label': "Censorship 101", 'type': "category", items: [{'type': 'autogenerated', dirName: 'censorship'}]}],
tutorialSidebar: ['welcome', {'label': "Censorship 101", 'type': "category", items: [{'type': 'autogenerated', dirName: 'censorship'}]}],
apisidebar: apiSidebar.default,
// But you can create a sidebar manually
/*