-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
52 lines (46 loc) · 1.42 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
site_name: intervene
repo_name: intervene
repo_url: https://github.com/soundcloud/intervene
dev_addr: 0.0.0.0:8000
plugins:
- search
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: 🔗
# By default nav will contain an alphanumerically sorted, nested list of all the Markdown files found within the docs_dir and its sub-directories.
# Index files will always be listed first within a sub-section.
#
# Here we have a custom nav block allowing for external links.
nav:
- Intervene:
- Welcome: index.md
- Guide:
- Installation: reference/installation.md
- Usage: guide/usage.md
- Directing to an alternate host: guide/alternative-hosts.md
- CORS: guide/cors.md
- Delaying / slowing down responses: guide/delaying-responses.md
- Logging and Debugging: guide/debugging.md
- Typed routes: guide/typed-routes.md
- Certificates & HTTPS: guide/certificates.md
- Firefox: guide/firefox.md
- 3rd party requests: guide/making-requests.md
- HSTS: guide/hsts.md
- F.A.Q.: guide/faq.md
- Reference:
- Installation: reference/installation.md
- Configuration: reference/configuration.md
- Route handlers: reference/route-handlers.md
theme:
name: 'material'
palette:
primary: 'orange'
accent: 'deep-purple'
features:
- tabs
- instant