-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
149 lines (142 loc) · 3.62 KB
/
mkdocs.yaml
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# SPDX-FileCopyrightText: Copyright 2020-2023, Contributors to pocketutils
# SPDX-PackageHomePage: https://github.com/dmyersturnbull/pocketutils
# SPDX-License-Identifier: Apache-2.0
# :tyranno: site_name: "${project.name}"
site_name: "pocketutils"
# :tyranno: site_name: "${.copyright}"
copyright: Copyright 2023, Contributors to pocketutils
# :tyranno: site_name: "${project.description}"
site_description: "CI/CD example"
# Theme
theme:
name: material
custom_dir: docs/overrides
features:
- content.action.edit
- content.code.copy
- content.code.annotate
- navigation.expand
- navigation.instant
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- tags
- toc.follow
- typeset
icon:
logo: material/cloud
repo: fontawesome/brands/github
font:
text: Noto Sans
code: Noto Sans Mono
static_templates:
- 404.html
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
# :tyranno: repo_url: ${project.urls.Source}
repo_url: https://github.com/dmyersturnbull/cicd
extra:
consent:
title: Cookie consent
description: >-
This site uses cookies to remember your preferences and to enable analytics.
Please indicate your consent.
actions: [accept, reject, manager]
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- pymdownx.betterem:
smart_enable: all
- codehilite:
guess_lang: false
- def_list
- footnotes
- meta
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
- pymdownx.highlight:
guess_lang: false
linenums_style: pymdownx-inline
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.keys:
- pymdownx.mark
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shortener: true
social_url_shorthand: true
normalize_issue_symbols: true
provider: github
# :tyranno: user: ${.vendor}
user: dmyersturnbull
# :tyranno: repo: ${project.name}
repo: cicd
- pymdownx.progressbar:
- pymdownx.saneheaders
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- smarty
- tables
- toc:
permalink: true
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
plugins:
- literate-nav:
nav_file: SUMMARY.md
- mike:
canonical_version: latest
- minify:
minify_html: true
minify_js: true
minify_css: true
cache_safe: true
- mkdocstrings:
handlers:
python:
options:
show_submodules: true
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
#- mkdocs-section-index
- search
- table-reader
extra:
version:
provider: mike
default: latest