-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (70 loc) · 1.56 KB
/
Copy pathmkdocs.yml
File metadata and controls
78 lines (70 loc) · 1.56 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
65
66
67
68
69
70
71
72
73
74
75
76
77
# proj info
site_name: 'TwitchTurtle Wiki'
site_description: 'Wiki for TwitchTurtle'
site_author: 'Sajo8'
site_url: https://docs.twitchturtle.com/
# repo
repo_name: 'TwitchTurtle/wiki'
repo_url: 'https://github.com/TwitchTurtle/Wiki'
# copyright
copyright: 'Copyright 2018 TwitchTurtle'
# config
theme:
name: 'material'
custom_dir: 'theme'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'images/fav.png'
favicon: 'images/fav.png'
palette:
primary: 'green'
accent: 'light green'
language: 'en'
direction: 'ltr'
feature:
tabs: true
# 404 page
static_templates:
- 404.html
# customization
extra:
search:
language: 'en'
social:
- type: 'github'
link: 'https://github.com/TwitchTurtle'
# extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
#pymdown extensions
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# directory org
nav:
- Home:
- Home: index.md
- Getting Started: Getting-Started.md
- About:
- About TwitchTurtle: about/About-TwitchTurtle.md
- Guides:
- Using TwitchTurtle as a Streamer: guides/stream.md
- Using TwitchTurtle as a Donator: guides/donate.md