From 76c6af44be1fb1fd97989f9cd50ec8cfdf33aa91 Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Sat, 21 Oct 2023 14:48:40 -0400 Subject: [PATCH] Fix some things --- docs/administration/sop.md | 1 + docs/{administration.md => admins.md} | 0 docs/index.md | 2 +- docs/more.md | 14 +++++++------- mkdocs.yml | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) rename docs/{administration.md => admins.md} (100%) diff --git a/docs/administration/sop.md b/docs/administration/sop.md index 307e5ea..d4a0b57 100644 --- a/docs/administration/sop.md +++ b/docs/administration/sop.md @@ -1,5 +1,6 @@ --- icon: material/clipboard-list +title: SOP --- !!! Warning "DRAFT" diff --git a/docs/administration.md b/docs/admins.md similarity index 100% rename from docs/administration.md rename to docs/admins.md diff --git a/docs/index.md b/docs/index.md index 908a7e3..8b1a273 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,6 +11,6 @@ Welcome to **PlaceholderMC**, a set of private minecraft servers for friends, an ... Of the owner! *phew* that took a lot of breath. -A great place to start is the [Code of Conduct and Bans](code_of_conduct.md)! +A great place to start is the [Code of Conduct and Bans](code_of_conduct.md)! After that, you should check out the [Discord](https://discord.gg/RWNQxAWad2). ![Welcome Image](assets/images/screenshots/welcome.png) \ No newline at end of file diff --git a/docs/more.md b/docs/more.md index eb7e4f5..d22e8dc 100644 --- a/docs/more.md +++ b/docs/more.md @@ -16,13 +16,13 @@ A list of future and completed plans! - [ ] Find a new name for the server. - [ ] Better way to ask for whitelist. - [ ] Make world downloads available. -- [ ] **Important** Make documentation for how to handle kicks, bans and whitelisting. (Available to public!) - - [ ] Kick Docs. - - [ ] Ban Docs. - - [ ] Whitelist Docs. - - [ ] SOP (Standard Operating Procedures). -- [ ] Admin specific part of website. -- [ ] Better permissions and management of Discord server. +- [X] **Important** Make documentation for how to handle kicks, bans and whitelisting. (Available to public!) + - [X] Kick Docs. + - [X] Ban Docs. + - [X] Whitelist Docs. + - [X] SOP (Standard Operating Procedures). +- [X] Admin specific part of website. +- [X] Better permissions and management of Discord server. - [ ] Add download buttons to the [Survival](survival.md) page for the Vanilla tweaks packs. - [ ] Build the Creative server. - [ ] Normalize plugins. diff --git a/mkdocs.yml b/mkdocs.yml index cab04da..294485f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -44,7 +44,7 @@ markdown_extensions: nav: - 'index.md' - 'code_of_conduct.md' - - 'administration.md' + - 'admins.md' - 'whitelisting.md' - 'survival.md' - 'screenshots.md'