-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 726 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 726 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
site_name: loadconfig
site_url: https://loadconfig.readthedocs.org
repo_url: https://github.com/mzdaniel/loadconfig
site_author: 'Daniel Mizyrycki'
copyright: '© 2015-2025, Daniel Mizyrycki'
docs_dir: docs
site_dir: build/site
edit_uri: blob/main/docs
use_directory_urls: false
nav:
- Home: README.md
- Basic: basic.md
- Intermediate: intermediate.md
- Advanced: advanced.md
- Examples: examples.md
theme:
name: mkdocs
navigation_depth: 3
custom_dir: docs/static
highlightjs: false
extra_css: [static/css/codehilite.css]
markdown_extensions:
admonition: {}
attr_list: {}
codehilite: {}
toc: {permalink: ''}
plugins:
- codeinclude:
title_mode: none
- search