-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
72 lines (61 loc) · 2.06 KB
/
mkdocs.yml
File metadata and controls
72 lines (61 loc) · 2.06 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Do not modify below line! Inherits common components.
INHERIT: ./docs/_global/mkdocs.yml
#### Site metadata & nav - update these!
site_name: docsforadobe.dev
site_url: https://docsforadobe.dev/
repo_url: https://github.com/docsforadobe/docsforadobe.dev
repo_name: "docsforadobe.dev"
nav:
- Extensibility Directory: index.md
- Contributing:
- Contribution Guide: contributing/contribution-guide.md
- Getting Set Up: contributing/getting-set-up.md
- Style Guide: contributing/style-guide.md
- Other Tips: contributing/other-tips.md
- Common Components:
- Updating Common Components: contributing/common-components/updating-common-components.md
- Extending Common Components: contributing/common-components/extending-common-components.md
- Modifying Common Components: contributing/common-components/modifying-common-components.md
- Updating Legacy Docs:
- Converting .rst to .md: updating-legacy-docs/converting-rst-to-md.md
- Deploying the docs: updating-legacy-docs/deploying-the-docs.md
- Conversion Progress: updating-legacy-docs/conversion-progress.md
#### Additional config below - modify sparingly!
extra:
# Custom guide-specific overrides
#
# Valid keys are:
# custom_dir: str
# hooks:
# - path/to/hook.py
# not_in_nav:
# - gitignore_style/path/to/exclude
# theme_features:
# - theme.feature
overrides:
not_in_nav:
- _demo/
theme_features:
- navigation.footer
# CSS for this guide
extra_css:
- _static/extra.css
# JS for this guide
extra_javascript:
- _static/extra.js
markdown_extensions:
pymdownx.tabbed:
alternate_style: true
pymdownx.tasklist:
custom_checkbox: true
plugins:
git-revision-date-localized:
exclude:
- _demo/*
# Exclude Search is only included to hide the demo pages
exclude-search:
exclude:
- _demo/*
print-site:
exclude:
- index.md