diff --git a/docs/network_wide_commands.md b/docs/network_wide_commands.md index 22014e6..64523de 100644 --- a/docs/network_wide_commands.md +++ b/docs/network_wide_commands.md @@ -10,32 +10,5 @@ These commands apply to all of the servers and are available network-wide! === "Switching Servers" You can switch servers by using `/server `! A list of available servers will appear after typing a space after the command. -=== "Chat" - === "Public" - By default, every player is on the **global** channel. This means that public messages sent in any server will be visible on all other servers in network. - - - Use `/channel {global | local | helpop}` to change which channel you are chatting in. `/c` Also works. - - Global: Your message will be visible to every server. - - Local: Your message will only be visible to the server that you are currently on. - - `/l ` or `/local ` Will send one message instead of changing your channel. - - Information regarding **helpop** is in the HelpOP tab above. - === "HelpOP" - Need help but don't want to chat in public? - - - Use `/channel helpop` or `/helpop` to switch to the HelpOP channel. **Only moderators and administrators can see this chat. - - Use `/helpop ` if you only need/want to send one message without switching channels. - - === "Private" - Want to tell your friend something in private? No problem! - - - Use `/msg ` to shoot them a message. - - If you received a private message, you can use `/r` or `/reply` to reply quickly! - - These commands are the same as `/msg`. - - `/m` - - `/tell` - - `/whisper` - - `/w` - - `/pm` - !!! Info "More commands" Each server will have its own command section on this website, if you are looking for specific commands for specific servers, check out their individual pages! \ No newline at end of file diff --git a/docs/news/index.md b/docs/news/index.md deleted file mode 100644 index c58f16c..0000000 --- a/docs/news/index.md +++ /dev/null @@ -1,2 +0,0 @@ -# Blog - diff --git a/mkdocs.yml b/mkdocs.yml index e2e3178..f43d500 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,12 @@ theme: - navigation.indexes name: material palette: + # Palette toggle for automatic mode + - media: "(prefers-color-scheme)" + toggle: + icon: material/brightness-auto + name: Switch to light mode + # Palette toggle for light mode - media: "(prefers-color-scheme: light)" scheme: default @@ -29,9 +35,10 @@ theme: - media: "(prefers-color-scheme: dark)" scheme: slate primary: green + accent: indigo toggle: icon: material/brightness-4 - name: Switch to light mode + name: Switch to system preference markdown_extensions: - admonition - pymdownx.details @@ -80,11 +87,9 @@ extra: - icon: fontawesome/brands/discord link: https://discord.gg/RWNQxAWad2 - icon: simple/forgejo - link: https://git.subnet-masked.com/midnight_valley/website + link: https://git.mapleflask.com/midnight_valley/website - icon: material/list-status link: https://status.midnightvalley.net - - icon: material/image - link: https://gallery.midnightvalley.net/ extra_css: - assets/stylesheets/extra.css plugins: @@ -100,8 +105,4 @@ plugins: auto_caption: true caption_position: bottom - search: - lang: en - - blog: - enabled: true - blog_dir: news - post_dir: news/articles \ No newline at end of file + lang: en \ No newline at end of file