-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
50 lines (49 loc) · 1.39 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
site_name: 'GalaxyGate Guides'
site_description: 'GalaxyGate Guides'
site_author: 'GalaxyGate Community'
site_url: 'https://wiki.galaxygate.net'
# Configuration
theme:
name: 'material'
palette:
primary: 'deep purple'
accent: 'indigo'
language: 'en'
feature:
tabs: true
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
# Nav
nav:
- Home: 'index.md'
- Linux Basics:
- 'basics/index.md'
- Login: 'basics/first_login.md'
- Creating Sudo User: 'basics/sudo_user.md'
- Fix unable to resolve host: 'basics/fix_hostname.md'
- Hosting:
- 'hosting/index.md'
- Discord:
- Python: 'hosting/discord/python.md'
- JavaScript: 'hosting/discord/javascript.md'
- Games:
- 'games/index.md'
- Minecraft Java:
- Paper: 'games/minecraft/java/paper.md'
- Vanilla: 'games/minecraft/java/vanilla.md'
- Minecraft Bedrock:
- Bedrock: 'games/minecraft/bedrock/bedrock.md'
- Pocketmine: 'games/minecraft/bedrock/pocketmine.md'
- Nukkit: 'games/minecraft/bedrock/nukkit.md'
- Terraria:
- PC: 'games/terraria/pc.md'
- Extras:
- 'extras/index.md'
- Tools:
- NVM: 'extras/tools/using_nvm.md'
- Tmate: 'extras/tools/using_tmate.md'