mirror of
https://github.com/plexusorg/Website.git
synced 2024-11-14 00:23:34 +00:00
Be more concise
This commit is contained in:
parent
39c7ef7c35
commit
85f867c364
@ -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.
|
||||
|
@ -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',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user