-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (62 loc) · 2.26 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
57
58
59
60
61
62
63
64
65
66
67
68
site_name: django-simple-deploy
repo_url: https://github.com/ehmatthes/django-simple-deploy/
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: false
- def_list
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
nav:
- 'Introduction': 'index.md'
- 'Quick Start':
- 'quick_starts/index.md'
- 'Deploying to Fly.io': 'quick_starts/quick_start_flyio.md'
- 'Deploying to Platform.sh': 'quick_starts/quick_start_platformsh.md'
- 'Deploying to Heroku': 'quick_starts/quick_start_heroku.md'
- 'General Documentation':
- 'Choosing a Platform': 'general_documentation/choosing_platform.md'
- 'Command Line Reference': 'general_documentation/cli_reference.md'
- 'Contributing':
- 'contributing/index.md'
- 'Documenting a Test Run': 'contributing/test_run.md'
- 'Testing on Your Own Account': 'contributing/own_account.md'
- 'Setting Up a Development Environment': 'contributing/development_environment.md'
- 'Coding Guide': 'contributing/coding_guide.md'
- 'Architecture Notes': 'contributing/architecture_notes.md'
- 'Parking Lot': 'contributing/parking_lot.md'
- 'Design Documentation':
- 'Rationale': 'design_docs/rationale.md'
- 'Use Cases': 'design_docs/use_cases.md'
- 'Strengths and Limitations': 'design_docs/strengths_limitations.md'
- 'Testing':
- 'testing/index.md'
- 'Unit Tests': 'testing/unit_tests.md'
- 'Integration Tests': 'testing/integration_tests.md'
- 'End-to-end Tests': 'testing/e2e_tests.md'
- 'Maintaining':
- 'maintaining/index.md'
- 'Merging PRs': 'maintaining/merging_prs.md'
- 'Managing Releases': 'maintaining/managing_releases.md'
- 'Updating Documentation': 'maintaining/updating_docs.md'
- 'Architectural Design Record': 'maintaining/adr.md'
- 'Roadmap':
- 'roadmap/index.md'
- 'roadmap/reaching_one_point_o.md'
theme:
name: material
features:
- navigation.indexes