-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (44 loc) · 1.23 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
site_name: Chaos-West TV Documentation
site_description: Streaming Nerds to your TV!
site_author: Chaos-West TV
repo_url: https://github.com/chaoswest-tv/public-docs
theme:
name: material
palette:
scheme: preference
primary: green
accent: yellow
logo: https://raw.githubusercontent.com/chaoswest-tv/chaoswest-grafik/master/logos/chaoswest-tv.svg
features:
- tabs
markdown_extensions:
- admonition
- def_list
- footnotes
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- drawio-exporter
- git-revision-date-localized:
type: iso_datetime
nav:
- Home: index.md
- Streaming:
- Overview: streaming/index.md
- '"The Cluster"':
- Overview: streaming/cluster/index.md
- Architecture: streaming/cluster/architecture.md
- Attributions: streaming/cluster/attributions.md
- '"YOLO CDN"':
- Overview: streaming/cluster/yolocdn/index.md
- Architecture: streaming/cluster/yolocdn/architecture.md
- Meta:
Publishing: meta/publishing.md