-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (39 loc) · 850 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (39 loc) · 850 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
31
32
33
34
35
36
37
38
39
---
strict: true
site_name: kaiba
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: kaiba-tech/kaiba
repo_url: https://github.com/kaiba-tech/kaiba
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