-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (38 loc) · 1017 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
41 lines (38 loc) · 1017 Bytes
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
site_name: django-app-starter
site_url: https://matagus.github.io/django-app-starter/
repo_url: https://github.com/matagus/django-app-starter
repo_name: matagus/django-app-starter
theme:
name: material
palette:
primary: green
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- toc.follow
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
nav:
- Home: index.md
- Getting Started: getting-started.md
- Post-Generation Setup:
- Overview: setup/index.md
- GitHub Pages: setup/github-pages.md
- Codecov: setup/codecov.md
- PyPI Publishing: setup/pypi-publishing.md
- Labels: setup/labels.md
- GitHub Actions: workflows.md
- Release Process: release-process.md