mirror of
https://github.com/Viren070/guides.git
synced 2025-12-01 23:16:16 +01:00
feat: remove placeholder guides/links
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
# Kodi ⏳
|
||||
|
||||
enabling unknown sources settings
|
||||
|
||||
cocoscrapers + fen light + fentastic/nimbus/arctic fuse
|
||||
@@ -1 +0,0 @@
|
||||
# ReVanced ⏳
|
||||
@@ -1 +0,0 @@
|
||||
# Tachiyomi J2K
|
||||
@@ -99,10 +99,6 @@ const config: Config = {
|
||||
label: 'Streaming',
|
||||
to: 'category/streaming',
|
||||
},
|
||||
{
|
||||
label: 'Reading',
|
||||
to: 'category/reading',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
+1
-21
@@ -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: []
|
||||
}
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user