-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.dev.yml
More file actions
43 lines (39 loc) · 1004 Bytes
/
mkdocs.dev.yml
File metadata and controls
43 lines (39 loc) · 1004 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
40
41
42
43
# Lightweight dev config for fast mkdocs serve
# Usage:
# mkdocs serve -f mkdocs.dev.yml --dirtyreload
# If your MkDocs version doesn't support --dirtyreload, just omit it.
INHERIT: mkdocs.yml
# Keep only light/essential plugins for rapid reloads
plugins:
- search:
enabled: true
lang:
- en
- awesome-pages:
collapse_single_pages: false
strict: false
- literate-nav:
nav_file: SUMMARY.md
implicit_index: true
- section-index
# Disable heavy plugins during dev by not including them here:
# - gen-files (docs/gen_api.py)
# - mkdocstrings
# - redirects
# - tags
# - git-revision-date-localized
# - minify
# Optionally trim theme features that add work during dev
# (keeps the snappy ones only)
theme:
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link