feat: remove placeholder guides/links

This commit is contained in:
Viren070
2024-11-04 20:02:25 +00:00
parent 04083c99ff
commit 2f420cf18d
9 changed files with 1 additions and 33 deletions
-1
View File
@@ -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.
View File
-5
View File
@@ -1,5 +0,0 @@
# Kodi ⏳
enabling unknown sources settings
cocoscrapers + fen light + fentastic/nimbus/arctic fuse
View File
-1
View File
@@ -1 +0,0 @@
# ReVanced ⏳
View File
-1
View File
@@ -1 +0,0 @@
# Tachiyomi J2K
-4
View File
@@ -99,10 +99,6 @@ const config: Config = {
label: 'Streaming',
to: 'category/streaming',
},
{
label: 'Reading',
to: 'category/reading',
}
],
},
{
+1 -21
View File
@@ -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: []
}
],
};