-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (64 loc) · 1.52 KB
/
mkdocs.yml
File metadata and controls
64 lines (64 loc) · 1.52 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
site_name: TMF ManiaLink Documentation
site_description: An extensive hub of knowledge for the ManiaLink structure of Nadeo's videogame Trackmania United Forever and Trackmania Nations Forever.
repo_url: https://github.com/LauraWebdev/TMF_ManiaLink_Documentation
edit_uri: blob/dev/docs/
not_in_nav: |
/credits.md
theme:
name: material
language: en
font:
text: Outfit
code: Roboto Mono
palette:
scheme: slate
primary: deep purple
accent: deep purple
features:
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.sections
- navigation.tracking
- navigation.top
- toc.follow
plugins:
- tags
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
permalink: true
nav:
- index.md
- Setup:
- setup/local-setup.md
- setup/server-setup.md
- setup/link-setup.md
- General:
- general/structure.md
- general/positioning.md
- general/colors.md
- general/text-formatting.md
- general/predefined-styles.md
- general/multi-language.md
- general/mania-codes.md
- general/known-issues.md
- Elements:
- elements/manialink.md
- elements/quad.md
- elements/frame.md
- elements/label.md
- elements/format.md
- elements/audio.md
- elements/music.md
- elements/video.md
- elements/entry.md
- elements/fileentry.md
- elements/dico.md
- elements/language.md
- elements/include.md
- elements/redirect.md
- elements/timeout.md