Skip to content

Commit 2a00cae

Browse files
committed
Add basic mkdocs config
1 parent cdba64d commit 2a00cae

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

mkdocs.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
site_name: django-pattern-library
2+
repo_url: https://github.com/torchbox/django-pattern-library
3+
site_url:
4+
edit_uri: edit/master/docs/
5+
6+
repo_name: django-pattern-library
7+
dev_addr: 0.0.0.0:8001
8+
theme:
9+
name: material
10+
font: false
11+
markdown_extensions:
12+
- codehilite
13+
- admonition
14+
- sane_lists
15+
- toc:
16+
permalink: true
17+
# pymdown-extensions meant to bring the Markdown implementation closer to GFM.
18+
- pymdownx.details
19+
- pymdownx.magiclink
20+
- pymdownx.tasklist:
21+
custom_checkbox: true
22+
- pymdownx.tilde
23+
24+
nav:
25+
- 'Home': 'README.md'
26+
- 'Overview': 'overview.md'

0 commit comments

Comments
 (0)