mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
docs: improve docs (#4022)
This commit is contained in:
@@ -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',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user