-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (30 loc) · 717 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
30 lines (30 loc) · 717 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
site_name: django-generic-links
site_url: https://github.com/matagus/django-generic-links
repo_url: https://github.com/matagus/django-generic-links
theme:
name: "material"
palette:
primary: blue
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.path
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- toc.follow
- tables
nav:
- Home: index.md
- Contributing: contributing.md
- License: license.md
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences