diff --git a/docs/intro.md b/docs/intro.md index bec6eb1..45bdeb3 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,4 +1,6 @@ --- +id: intro +title: Introduction sidebar_position: 1 --- @@ -6,4 +8,4 @@ sidebar_position: 1 This website serves as the official documentation for **Plex**. **Plex** is a Minecraft: Java Edition plugin. It is inspired by [TotalFreedomMod](https://github.com/TotalFreedom/TotalFreedomMod), and is aimed as an alternative for server owners. -Use the sidebar on the left to navigate the documentation. \ No newline at end of file +Use the sidebar on the left to navigate the documentation. diff --git a/docusaurus.config.js b/docusaurus.config.js index 3abe9fb..d53c713 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -47,7 +47,7 @@ const config = { type: 'doc', docId: 'intro', position: 'left', - label: 'Getting Started', + label: 'Introduction', }, { type: 'doc', @@ -64,7 +64,7 @@ const config = { title: 'Docs', items: [ { - label: 'Getting Started', + label: 'Introduction', to: '/docs/intro', }, {