Renamed heading and added construction notice + Repo README update

This commit is contained in:
Starystars67 2023-11-03 17:31:03 +00:00
parent 5d356706f8
commit d045dfcafd
3 changed files with 17 additions and 5 deletions

5
docs/en/game/playing.md Normal file
View File

@ -0,0 +1,5 @@
# Playing BeamMP
!!! warning "This page is under construction!"
This page still needs to be created. Feel you could help? Please do!

5
docs/en/support/index.md Normal file
View File

@ -0,0 +1,5 @@
# Support
!!! warning "This page is under construction!"
This page still needs to be created. Feel you could help? Please do!

View File

@ -30,17 +30,19 @@ theme:
icon: icon:
repo: fontawesome/brands/github repo: fontawesome/brands/github
palette: palette:
- scheme: default - media: "(prefers-color-scheme: light)"
scheme: default
primary: white primary: white
accent: indigo accent: indigo
toggle: toggle:
icon: material/brightness-7 icon: material/weather-night
name: Switch to dark mode name: Switch to dark mode
- scheme: slate - media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black primary: black
accent: indigo accent: indigo
toggle: toggle:
icon: material/brightness-4 icon: material/weather-sunny
name: Switch to light mode name: Switch to light mode
extra_css: extra_css:
@ -122,7 +124,7 @@ nav:
- Support: - Support:
- Game FAQ: en/support/game-faq.md - Game FAQ: en/support/game-faq.md
- Server FAQ: en/support/server-faq.md - Server FAQ: en/support/server-faq.md
- Guides: - Development Guides:
- en/guides/index.md - en/guides/index.md
- Mod Creation: - Mod Creation:
- UI Apps: en/guides/modding/ui-apps.md - UI Apps: en/guides/modding/ui-apps.md