forked from whyhow-ai/knowledge-graph-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (37 loc) · 749 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
40
site_name: WhyHow API
nav:
- Home: index.md
- Installation: installation.md
- Tutorial: tutorial.md
- API Documentation: api.md
theme:
name: material
palette:
scheme: slate
features:
- content.code.copy
- search.suggest
- search.highlight
- toc.follow
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_root_heading: true
markdown_extensions:
- toc:
permalink: true
toc_depth: 3
- admonition
- tables
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences