forked from pydanny/dj-notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (33 loc) · 783 Bytes
/
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
site_name: dj-notebook
repo_url: https://github.com/pydanny/dj-notebook
theme:
name: material
features:
- navigation.instant
- navigation.instant.prefetch
- search.suggest
- search.highlight
- search.share
logo: img/dj-notebook-logo.png
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- mkdocs-jupyter:
remove_tag_config:
remove_input_tags:
- hide_code
- search
- social
nav:
- Introduction: index.md
- Installation:
- Installation: installation.md
- Using with PyCharm: pycharm.md
- Activation: activation.md
- Usage: usage.ipynb
- Contributing: contributing.md
- Releasing: releasing.md