-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (38 loc) · 1.31 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
site_name: "Ру́сский Радуга ум машина"
site_url: https://pages.charlesreid1.com/russian-rainbow-mind-machine
repo_name: Ру́сский-Радуга-ум-машина
repo_url: https://git.charlesreid1.com/bots/russian-rainbow-mind-machine
copyright: 'Copyright © 2018 <a href="https://charlesreid1.com">Charles Reid</a>, released under the <a href="https://opensource.org/licenses/MIT">MIT License</a>.<br />Photo Credit: <a href="https://www.flickr.com/photos/russloar/">Russ Loar</a> under the <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">CC BY-NC-ND License</a>'
docs_dir: ruskie_docs
site_dir: site
extra_css:
- css/custom.css
theme:
name: null
custom_dir: 'mkdocs-material/material'
palette:
primary: 'red'
accent: 'red'
logo:
icon: 'settings_input_component'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
nav:
- 'Home': 'index.md'
- 'Installing': 'installing.md'
- 'Quick Start': 'quickstart.md'
- Components:
- 'Keymaker': 'keymaker.md'
- 'Shepherd': 'shepherd.md'
- 'Sheep': 'sheep.md'
- 'Docker': 'docker.md'
- 'Developers Workflow': 'dev-workflow.md'
- 'Credits': 'credits.md'
strict: true