-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
47 lines (41 loc) · 1.18 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
site_name: Mau Mau
site_description: A small game simulation to learn more about Python
repo_name: github
repo_url: https://github.com/obestwalter/mau-mau
nav:
- Home: index.md
- User Guide:
- Installation: guide/installation.md
- Command line access: guide/usage.md
- Rules of Mau Mau: guide/rules.md
- Implemenation:
- OOOMMM: implementation/ooommm.md
- Explore the code: implementation/explore.md
- Code level remarks: implementation/remarks.md
- Developer Guide:
- Getting started: dev/getting-started.md
- Static code analysis: dev/static-analysis.md
- Automatic tests: dev/tests.md
- Using tox: dev/tox.md
- Continuous intergration: dev/ci.md
- Working on documentation: dev/docs.md
- Acknowlegements: acknowledgements.md
theme:
name: material
logo: _static/logo.png
palette:
primary: deep orange
accent: brown
extra_css:
- _static/extra.css
markdown_extensions:
- admonition
- toc:
permalink: True #¶
strict: True
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/obestwalter
- icon: fontawesome/brands/twitter
link: https://twitter.com/obestwalter