Be more concise

This commit is contained in:
Telesphoreo 2022-02-01 00:01:45 -06:00
parent 39c7ef7c35
commit 85f867c364
2 changed files with 5 additions and 3 deletions

View file

@ -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.
Use the sidebar on the left to navigate the documentation.

View file

@ -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',
},
{