-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (29 loc) · 822 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
site_name: God Like (Flask for humans)
site_url: https://hostedposted.github.io/god-like/
repo_url: https://github.com/hostedposted/god-like
nav:
- Home: index.md
- API reference:
- API reference: api/api.md
- Request: api/request.md
- Response: api/response.md
theme:
name: material
palette:
scheme: slate
primary: red
features:
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
extra:
version:
provider: mike
default: latest
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
- javascript/hljs.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/vs2015.min.css