-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
56 lines (51 loc) · 1.3 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
49
50
51
52
53
54
55
56
site_name: Westworld documentation
site_description: 'Multi-agent simulation library'
site_author: 'Théo Alves Da Costa'
site_url: "https://theolvs.github.io/westworld"
edit_uri: ""
theme:
name: 'material'
font:
text: Inter
features:
- navigation.tabs
- navigation.instant
- navigation.sections
markdown_extensions:
- admonition
- codehilite
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
repo_name: 'theolvs/westworld'
repo_url: 'https://github.com/TheoLvs/westworld'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/TheoLvs
- icon: fontawesome/brands/twitter
link: https://twitter.com/theolvsdc
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/th%C3%A9o-alves-da-costa-09397a82/
extra_css:
- ./stylesheets/extra.css
nav:
- Home:
- Home: index.md
- References: references.md
- Changelog: changelog.md
- Tutorials:
- Basic:
- Quickstart: tutorials/quickstart.md
- Movements: tutorials/movements.md
- Objects: tutorials/objects.md
- Extra features:
- Maze generation: tutorials/maze.md
- Other: tutorials/other.md
- API:
- api/index.md