8000 Merge pull request #9 from matagus/adding-mkdocs-config · matagus/django-app-starter@a960049 · GitHub
[go: up one dir, main page]

Skip to content

Commit a960049

Browse files
authored
Merge pull request #9 from matagus/adding-mkdocs-config
Added missing mkdocs config file customized for the generated app
2 parents a362a15 + 98c3755 commit a960049

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/mkdocs.yml.jinja

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
site_name: {{ project_name }}
2+
site_url: https://github.com/matagus/{{ project_name }}
3+
repo_url: https://github.com/matagus/{{ project_name }}
4+
theme:
5+
name: "material"
6+
palette:
7+
primary: green
8+
features:
9+
- navigation.instant
10+
- navigation.instant.prefetch
11+
- navigation.path
12+
- navigation.expand
13+
- navigation.tabs
14+
- navigation.tabs.sticky
15+
- toc.follow
16+
- tables
17+
markdown_extensions:
18+
- toc:
19+
permalink: true
20+
- pymdownx.highlight:
21+
anchor_linenums: true
22+
line_spans: __span
23+
pygments_lang_class: true
24+
- pymdownx.inlinehilite
25+
- pymdownx.snippets
26+
- pymdownx.superfences

0 commit comments

Comments
 (0)
0