-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (48 loc) · 1.35 KB
/
mkdocs.yml
File metadata and controls
52 lines (48 loc) · 1.35 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
site_name: CIPHER.SYS
site_description: Declassified Field Manual for Overwatch Ghost Protocol
site_url: https://sir-ad.github.io/cipher.sys/
repo_name: sir-ad/cipher.sys
repo_url: https://github.com/sir-ad/cipher.sys
theme:
name: material
palette:
- scheme: slate
primary: black
accent: custom-red
font:
text: Roboto Mono
code: Fira Code
features:
- navigation.tabs
- navigation.sections
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
extra_css:
- stylesheets/cipher-terminal.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- pymdownx.tasklist:
custom_checkbox: true
nav:
- UPLINK_ESTABLISHED: index.md
- OPERATIVE BRIEFING:
- Boot Sequence: briefing/boot-sequence.md
- Rules of Engagement: briefing/rules.md
- SYNDICATE PROTOCOL (MULTIPLAYER):
- Squad Mechanics: multiplayer/rules-of-engagement.md
- UI & User Flows: multiplayer/user-flows.md
- Network Topology: multiplayer/network-topology.md
- ARCHITECTURE:
- System Architecture: architecture/system-architecture.md
- Runtime Protocols: architecture/protocols.md
- Host Daemon: architecture/daemon.md
- AI Interrogation: architecture/ai-handler.md