diff --git a/docs/censorship/_category_.json b/docs/censorship/_category_.json deleted file mode 100644 index 64217f5..0000000 --- a/docs/censorship/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Censorship 101", - "position": 2, - "link": { - "type": "generated-index", - "description": "Understand the most important censorship and circumvention concepts." - } -} diff --git a/docs/censorship/index.mdx b/docs/censorship/index.mdx new file mode 100644 index 0000000..cc4ecb7 --- /dev/null +++ b/docs/censorship/index.mdx @@ -0,0 +1,14 @@ +--- +title: Censorship 101 +sidebar_label: Introduction to Censorship +sidebar_position: 0 +--- + +import DocCardList from '@theme/DocCardList'; +import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; + +# Censorship 101 + +Understand the most important censorship and circumvention concepts. + + diff --git a/docs/intro.md b/docs/intro.md deleted file mode 100644 index d006681..0000000 --- a/docs/intro.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -sidebar_position: 1 -draft: true ---- - -# Introduction diff --git a/docs/welcome.md b/docs/welcome.md new file mode 100644 index 0000000..9b83260 --- /dev/null +++ b/docs/welcome.md @@ -0,0 +1,10 @@ +--- +sidebar_position: 1 +draft: true +--- + +# Welcome + +:::warning[Under construction] +This documentation is a work in progress. Please [get in touch](/contact) with us if you have any questions. +::: \ No newline at end of file diff --git a/sidebars.ts b/sidebars.ts index 82b3d85..856df6c 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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 /*