fix: paths and such
This commit is contained in:
parent
b066849d90
commit
1a4d04bfb3
5 changed files with 25 additions and 15 deletions
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"label": "Censorship 101",
|
|
||||||
"position": 2,
|
|
||||||
"link": {
|
|
||||||
"type": "generated-index",
|
|
||||||
"description": "Understand the most important censorship and circumvention concepts."
|
|
||||||
}
|
|
||||||
}
|
|
14
docs/censorship/index.mdx
Normal file
14
docs/censorship/index.mdx
Normal file
|
@ -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.
|
||||||
|
|
||||||
|
<DocCardList items={useCurrentSidebarCategory().items.slice(1)} />
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
sidebar_position: 1
|
|
||||||
draft: true
|
|
||||||
---
|
|
||||||
|
|
||||||
# Introduction
|
|
10
docs/welcome.md
Normal file
10
docs/welcome.md
Normal file
|
@ -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.
|
||||||
|
:::
|
|
@ -15,7 +15,7 @@ import * as apiSidebar from './docs/api/sidebar';
|
||||||
*/
|
*/
|
||||||
const sidebars: SidebarsConfig = {
|
const sidebars: SidebarsConfig = {
|
||||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
// 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,
|
apisidebar: apiSidebar.default,
|
||||||
// But you can create a sidebar manually
|
// But you can create a sidebar manually
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue