docs: improve docs (#4022)

This commit is contained in:
Awesome Stickz
2024-11-28 09:38:28 -06:00
committed by GitHub
parent 91b5b196bd
commit 9709b53a7d
55 changed files with 252 additions and 4885 deletions
-38
View File
@@ -72,13 +72,6 @@ const config: Config = {
position: 'left',
label: 'Documentation',
},
{
type: 'docSidebar',
sidebarId: 'old_docs',
position: 'left',
label: 'Old Docs',
docsPluginId: 'old_docs',
},
{
type: 'docSidebar',
sidebarId: 'api_reference',
@@ -111,27 +104,6 @@ const config: Config = {
},
],
},
{
title: 'Old Docs',
items: [
{
label: 'Introduction',
to: '/old_docs/intro',
},
{
label: 'Getting Started',
to: '/old_docs/getting-started',
},
{
label: 'FAQ',
to: '/old_docs/frequently-asked-questions',
},
{
label: 'Benchmark',
to: '/old_docs/benchmark',
},
],
},
{
title: 'API Reference',
items: [
@@ -208,16 +180,6 @@ const config: Config = {
} satisfies ThemeConfig,
plugins: [
[
'@docusaurus/plugin-content-docs',
{
id: 'old_docs',
path: 'old_docs',
routeBasePath: 'old_docs',
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/discordeno/discordeno/tree/main/site/',
} satisfies PluginContentDocs,
],
[
'@docusaurus/plugin-content-docs',
{