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.
|
||||
:::
|
Loading…
Add table
Add a link
Reference in a new issue