-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
71 lines (70 loc) · 2.63 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
66
67
68
69
70
71
site_name: ITS Open Source Process
site_description: ITS Open Source Process {{ release-number }}
repo_url: https://github.com/k-vaughn/ITS-open-source
nav:
- Front Matter:
- Title Page: index.md
- Notices: notices.md
- Acknowledgements: acknowledgements.md
- Foreword: foreword.md
- Introduction: introduction.md
- 1 General: general.md
- 2 Overview: overview.md
- 3 Commenter Responsibilities: commenter-responsibilities.md
- 4 Contributor Responsibilities: contributor-responsibilities.md
- 5 Maintainer Responsibilities: maintainer-responsibilities.md
- 6 WG Responsibilities: wg-responsibilities.md
- A Code of Conduct: code-of-conduct.md
- B Documentation Conventions: documentation-conventions.md
- C Coding Conventions: coding-conventions.md
site_url: https://github.com/k-vaughn/ITS-open-source
copyright: <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/k-vaughn/ITS-open-source">ITS Open-Source Process</a> by <span property="cc:attributionName">NTCIP</span> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""></a></p>
theme:
name: material
features:
- content.code.copy
- content.status
- content.tooltips
- icons
- navigation.path
- navigation.top
custom_dir: overrides
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.css
- stylesheets/pdf.css
plugins:
- search
- git-revision-date-localized:
type: date
- pdf-export:
enabled_if_env: 'EXPORT_PDF'
combined: true
combined_output_path: pdf/NTCIPx8008.pdf
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- footnotes
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- docs/glossary.md
- pymdownx.superfences
- toc:
permalink: true
extra:
search:
highlight: true
hide:
- title