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

@ -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
View 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)} />

View file

@ -1,6 +0,0 @@
---
sidebar_position: 1
draft: true
---
# Introduction

10
docs/welcome.md Normal file
View 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.
:::