forked from mcserversoft/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (30 loc) · 718 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (30 loc) · 718 Bytes
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
site_name: MC Server Soft Documentation
theme:
name: material
language: fr
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- tabs
palette:
primary: teal
accent: teal
extra_css: [assets/custom.css]
repo_name: mcserversoft/documentation
repo_url: https://github.com/mcserversoft/documentation
markdown_extensions:
- codehilite
- admonition
nav:
- Getting Started:
- Introduction: index.md
- Create a server: create-server.md
- Migrate an existing server: migrate-server.md
- Port Forwarding: port-forwarding.md
- Basics:
- Update a server: update-server.md
- Advanced:
- Create a Forge server: create-forge-server.md
- FAQ:
- faq.md
- minecraft-faq.md