-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
46 lines (39 loc) · 947 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
41
42
43
44
45
46
site_name: markdown-checker
site_description: "markdown-checker documentation"
site_author: "John Aziz"
# Repository
repo_name: "markdown-checker"
repo_url: "https://github.com/john0isaac/markdown-checker"
docs_dir: ./source
# Copyright
copyright: "Copyright © John Aziz"
theme:
name: material
language: "en"
highlightjs: true
watch:
- ../src/markdown_checker
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
paths: [../src]
options:
show_source: false
show_root_full_path: false
show_category_heading: true
nav:
- About: index.md
- Usage: usage.md
- Advanced Usage: advanced.md
- API Reference:
- API Reference: api.md
- Main: ./api/main.md
- Urls: ./api/urls.md
- Paths: ./api/paths.md
- Markdown Link Base: ./api/markdown_link_base.md
- Utilities: ./api/utils.md
- Reports : ./api/reports.md
- Automate: automate.md