forked from scrapd/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (35 loc) · 853 Bytes
/
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
site_name: ScrAPD
nav:
- Home:
- index.md
- how-it-works.md
- contributors.md
- who-is-using-us.md
- Resources:
- Design: resources/design.md
- Other Cities: resources/other-cities.md
- Statistics: resources/statistics.md
- Tools: resources/tools.md
- Contributor zone:
- Learning resources: 'learning/learning.md'
- Developer setup: 'learning/developer.md'
- Keeping your branch up-to-date: 'guides/update-branch.md'
- Installing Python 3 on Windows 10: 'guides/install-python-win.md'
theme:
name: material
palette:
primary: indigo
accent: deep purple,
logo:
icon: supervisor_account
feature:
tabs: true
favicon: 'img/favicon.ico'
extra_css:
- css/extra.css
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.superfences