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