forked from ahadmushir/piri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (39 loc) · 845 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
38
39
---
strict: true
site_name: piri
site_description: Configurable json to json mapping
theme:
name: material
palette:
scheme: slate
primary: green
accent: deep-orange
icon:
logo: material/language-python
language: en
features:
- navigation.tabs
repo_name: greenbird/piri
repo_url: https://github.com/greenbird/piri
edit_uri: ""
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Home:
- Home: index.md
- Usage: usage.md
- Introduction: introduction.md
- Configuration: configuration.md
- Contributing: contributing.md
- Changelog: changelog.md
- Usecases:
- Usecases: usecases/usecases.md