diff --git a/docs/index.mdx b/docs/index.mdx index 0e0431e..6778bb6 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -14,7 +14,6 @@ The guides are split into categories, which can be found in the sidebar, and als - [Gaming](category/gaming) - [Streaming](category/streaming) -- [Reading](category/reading) :::note If you see the ⏳ icon next to a guide, it means that the guide is still in progress. diff --git a/docs/kodi/01-intro.mdx b/docs/kodi/01-intro.mdx deleted file mode 100644 index e69de29..0000000 diff --git a/docs/kodi/index.mdx b/docs/kodi/index.mdx deleted file mode 100644 index 9027a52..0000000 --- a/docs/kodi/index.mdx +++ /dev/null @@ -1,5 +0,0 @@ -# Kodi ⏳ - -enabling unknown sources settings - -cocoscrapers + fen light + fentastic/nimbus/arctic fuse \ No newline at end of file diff --git a/docs/revanced/01-intro.mdx b/docs/revanced/01-intro.mdx deleted file mode 100644 index e69de29..0000000 diff --git a/docs/revanced/index.mdx b/docs/revanced/index.mdx deleted file mode 100644 index 8920133..0000000 --- a/docs/revanced/index.mdx +++ /dev/null @@ -1 +0,0 @@ -# ReVanced ⏳ \ No newline at end of file diff --git a/docs/tachiyomiJ2K/01-intro.mdx b/docs/tachiyomiJ2K/01-intro.mdx deleted file mode 100644 index e69de29..0000000 diff --git a/docs/tachiyomiJ2K/index.mdx b/docs/tachiyomiJ2K/index.mdx deleted file mode 100644 index f94ecac..0000000 --- a/docs/tachiyomiJ2K/index.mdx +++ /dev/null @@ -1 +0,0 @@ -# Tachiyomi J2K \ No newline at end of file diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 7711434..9775170 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -99,10 +99,6 @@ const config: Config = { label: 'Streaming', to: 'category/streaming', }, - { - label: 'Reading', - to: 'category/reading', - } ], }, { diff --git a/sidebars.ts b/sidebars.ts index 896a0bf..2e58611 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -97,16 +97,6 @@ const sidebars: SidebarsConfig = { "aniyomi/forks", ], }, - { - type: "category", - label: "Kodi ⏳", - link: { - type: "doc", - id: "kodi/index", - }, - items: [], - }, - "revanced/index" ], }, @@ -119,17 +109,7 @@ const sidebars: SidebarsConfig = { description: "Guides on downloading and reading books / comics", keywords: ["books", "comics", "download"], }, - items: [ - { - type: "category", - label: "TachiyomiJ2K ⏳", - link: { - type: "doc", - id: "tachiyomiJ2K/index", - }, - items: [] - } - ] + items: [] } ], };