-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
165 lines (158 loc) · 4.24 KB
/
mkdocs.yml
File metadata and controls
165 lines (158 loc) · 4.24 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
site_name: Corridor GGX Documentation
site_url: 'https://corridor.github.io/ggx-docs/'
use_directory_urls: true
copyright: '© Corridor Platforms'
repo_url: https://github.com/corridor/ggx-docs
repo_name: 'corridor/ggx-docs'
edit_uri: edit/main/docs/
extra_css:
- assets/stylesheets/print-pdf.css
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/mermaid.min.js # Added mermaid here to avoid using CDN in production
# Copyright
copyright: Copyright © Corridor Platforms
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/corridor
name: GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/corridor-platforms/
name: LinkedIn
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@corridorplatforms
name: YouTube
- icon: fontawesome/brands/google
link: https://cloud.google.com/find-a-partner/partner/corridor-platforms
name: Google Partner
# - icon: material/file-pdf-box
# link: /assets/pdfs/user_manual.pdf
# name: Download User Manual (PDF)
# target: _blank
analytics:
provider: google
property: G-SMFMDV1JW7
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
theme:
name: material
favicon: assets/logos/favicon.ico
logo: assets/logos/ggx-white.png
font:
text: DM Sans
code: DM Mono
palette:
- scheme: corridor
primary: rgb(41, 49, 71)
accent: rgb(41, 49, 71)
features:
- navigation.expand
- navigation.instant
- navigation.instant.progress
- navigation.instant.prefetch
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.tracking
- navigation.path
- navigation.footer
- search.highlight
- search.suggest
- content.code.copy
- content.action.edit
- content.action.edit.top
- content.time.last_updated
- content.code.select
- content.code.annotate
- toc.follow
plugins:
- search
- htmlproofer:
raise_error_after_finish: False
- unused_files:
excluded_files:
- .pages
enabled: !ENV [CI, false]
- awesome-nav
- with-pdf:
# Set author/copyright as a space - using '' or not setting it causes the value 'None' to be shown in PDF
author: ' '
copyright: ' '
cover_title: Corridor GenGuardX
toc_level: 2
output_path: assets/pdfs/user_manual.pdf
enabled_if_env: ENABLE_PDF_EXPORT
# theme_handler_path: The path to customize the PDF generation for our theme
theme_handler_path: pdf_handler.py
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
background: white
shadow: true
- git-revision-date
- git-authors:
show_email_address: false
markdown_extensions:
- meta
- toc:
permalink: true
- tables
- fenced_code
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.inlinehilite
- abbr
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- footnotes
- md_in_html
- tables
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true