-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
65 lines (59 loc) · 1.61 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
extra:
config_override: false
doc_owner: Verizon Media Python Language Platform Team
doc_owner_shortid: python
extra_css: []
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
toc_depth: 4
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Quickstart: index.md
- Integration Utilities:
- Build Dependency Installer: Install_Dependencies.md
- Changelog Generator: changelog_generator.md
- Documentation: documentation.md
- Github: github_integration.md
- Package Versioning: Versioning.md
- Release Tagging: release_tagging.md
- Validation Wrappers: Validation_Helpers.md
- Developer Information:
- Code of Conduct: Code-of-Conduct.md
- Contributing: Contributing.md
- Changelog: changelog.md
plugins:
- search
theme:
name: material
highlightjs: true
hljs_language:
- yaml
- toml
- python
- console
- bash
remote_branch: gh-pages
remote_name: origin
repo_name: GitHub
repo_url: https://github.com/yahoo/python-screwdrivercd
site_description: Python language Screwdriver V4 template scripts and integration
site_name: Python Screwdriver Helpers
site_url: https://yahoo.github.io/python-screwdrivercd/
strict: true
use_directory_urls: true