-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (22 loc) · 785 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (22 loc) · 785 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
site_name: yamlable
# site_description: 'A short description of my project'
repo_url: https://github.com/smarie/python-yamlable
# docs_dir: .
# site_dir: ../site
# default branch is main instead of master now on github
edit_uri : ./edit/main/docs
nav:
- Home: index.md
- Usage examples: generated/gallery
- Changelog: changelog.md
theme: material # readthedocs mkdocs
plugins:
- gallery:
examples_dirs: docs/examples # path to your example scripts
gallery_dirs: docs/generated/gallery # where to save generated gallery
filename_pattern: ".*_demo"
within_subsection_order: FileNameSortKey # order according to file name
- search # make sure the search plugin is still enabled
markdown_extensions:
- toc:
permalink: true