mirror of
https://github.com/BeamMP/Docs.git
synced 2025-07-01 15:35:56 +00:00
Renamed heading and added construction notice + Repo README update
This commit is contained in:
parent
5d356706f8
commit
d045dfcafd
5
docs/en/game/playing.md
Normal file
5
docs/en/game/playing.md
Normal 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
5
docs/en/support/index.md
Normal 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!
|
12
mkdocs.yml
12
mkdocs.yml
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user