-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
141 lines (125 loc) · 4.44 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
site_name: "Echo Station: Player Wiki"
docs_dir: docs
site_url: https://wiki.echo-station.org/
repo_url: https://github.com/echo-station/player-wiki
nav:
- Welcome:
- index.md
- features.md
- Rules:
- rules/index.md
- Core rules:
- rules/core/c1-admins.md
- rules/core/c2-be-nice.md
- rules/core/c3-no-hate.md
- rules/core/c4-no-erp.md
- rules/core/c5-metacomms.md
- rules/core/c6-ban-evasion.md
- rules/core/c7-english-only.md
- rules/core/c8-exploits.md
- rules/core/c9-multikey.md
- rules/core/c10-ahelp.md
- rules/core/c11-ahelp-threats.md
- rules/core/c12-min-age.md
- rules/core/c13-character-names.md
- rules/core/c14-ic-in-ooc.md
- Roleplay rules:
- rules/roleplay/r1-silicons.md
- rules/roleplay/r2-familiars.md
- rules/roleplay/r3-normal-rp.md
- rules/roleplay/r4-metashield.md
- rules/roleplay/r5-arrivals.md
- rules/roleplay/r6-self-antag.md
- rules/roleplay/r7-round-stalling.md
- rules/roleplay/r8-no-friendly-antag.md
- rules/roleplay/r9-mass-sabotage.md
- rules/roleplay/r10-subordination.md
- rules/roleplay/r11-escalation.md
- rules/roleplay/r11-1-animal-escalation.md
- rules/roleplay/r11-2-conflict-types.md
- rules/roleplay/r12-role-abandonment.md
- rules/roleplay/r13-perform-role.md
- rules/roleplay/r14-sec-com-standards.md
- rules/roleplay/r15-space-law.md
- Silicon rules:
- rules/silicon/s1-laws.md
- rules/silicon/s2-law-priority.md
- rules/silicon/s3-law-redefinition.md
- rules/silicon/s4-request-changes.md
- rules/silicon/s5-free-silicon.md
- rules/silicon/s6-unreasonable-orders.md
- rules/silicon/s7-consistency.md
- rules/silicon/s8-default-crew-definition.md
- rules/silicon/s9-default-harm-definition.md
- rules/silicon/s10-order-conflicts.md
- Documents:
- documents/space-law.md
- documents/standard-operating-procedure.md
- documents/alert-procedure.md
- documents/trials.md
- Whitelisting:
- whitelists/index.md
- whitelists/server-whitelist.md
- whitelists/role-whitelist.md
# - Lore:
# - lore/lore.md
markdown_extensions:
- tables
- pymdownx.saneheaders # If you write "#header", it wont work anymore. Write "# header" instead.
- pymdownx.blocks.details # Adds collapsible details blocks
- pymdownx.blocks.admonition # Adds admonition blocks
plugins:
- search # Enables search (yes, really!)
- tags # Lets pages have a "tags:" property for searching
# Shows a clean list of Github profiles at the bottom of a page.
- git-committers:
enabled: !ENV [CI, False]
token: !ENV [GITHUB_TOKEN]
repository: echo-station/player-wiki
branch: master
# Adds "Created:" and "Last update:" footer to each page.
- git-revision-date-localized:
enable_creation_date: true
theme:
name: material
favicon: static/favicon.ico
logo: static/LogoOnlyTransparentWhite.png
custom_dir: overrides
features:
- navigation.instant # Use XHR to load pages without full reload
- navigation.tracking # Automatically sets URL depending on page scroll
- navigation.tabs # Top-level sections are rendered as tabs if window is wide enough
- navigation.tabs.stick # Tab bar is sticky
- navigation.sections # TEMPORARY??? NOT SURE IF THIS IS GOOD OR NOT
- navigation.expand # Left sidebar will expand by default
- navigation.prune # Stips unused navigation items per page, reducing page size
- navigation.indexes # Sets folder/index.html as the "folder" page MAAAYBEEE
- toc.follow # When anchor following is enabled, sidebar scrolls to current anchor
- search.suggest # Autocomplete for search
- search.highlight # Highlight search query in page content
palette:
# Dark mode first, making it the default.
# Palette toggle for dark mode
- scheme: slate
primary: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: cyan
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
extra_css:
- style.css
# Social links
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/u3qKDyrDFQ
name: Discord
- icon: fontawesome/brands/github
link: https://github.com/echo-station
name: GitHub