-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
165 lines (163 loc) · 4.51 KB
/
Copy pathmkdocs.yml
File metadata and controls
165 lines (163 loc) · 4.51 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
edit_uri: !ENV EDIT_URL
markdown_extensions:
- attr_list
- admonition
- footnotes
- markdown_include.include
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- toc:
permalink: ¤
plugins:
- exclude:
glob:
- Blog/blog_template.md
- blogging:
template: templates/aucloud_blog.html
locale: en # babel locale for date localization; without it the runner's LC_TIME=C breaks newer babel (UnknownLocaleError: 'c')
time_format: "%Y-%m-%d %H:%M:%S" # The format used to display the time
meta_time_format: "%Y-%m-%d %H:%M:%S"
features:
tags: {}
dirs: # The directories to be included
- Blog
- social
- search
- macros
- table-reader:
data_path: "docs"
- git-revision-date-localized
- awesome-pages
- unused_files:
strict: True
file_types:
- md
- jpg
- xlsx
- png
- svg
- pdf
- csv
- pptx
- txt
- yaml
- yml
excluded_files:
- .pages
- aucyber.svg
- "stylesheets/extra.css"
- "images/favicon.ico"
- htmlproofer:
enabled: !ENV [ENABLED_HTMLPROOFER, False]
validate_rendered_template: False
validate_external_urls: False
raise_error_after_finish: False
raise_error: False
raise_error_excludes:
406:
[
"https://api-vcd-sz101.portal.australiacloud.com.au/api",
"https://api-vcd-sz201.portal.australiacloud.com.au/api",
"https://api-vcd-sz101.eportal.australiacloud.com.au/api",
"https://api-vcd-sz201.eportal.australiacloud.com.au/api",
]
404:
- "#__consent"
- https://vos.s3-sz101.australiacloud.com.au/api/v1/s3
- https://vos.s3-esz101.australiacloud.com.au/api/v1/s3
403:
- https://s3-sz101.australiacloud.com.au
- https://s3-esz101.australiacloud.com.au
- https://s3-sz201.australiacloud.com.au
- https://s3-esz201.australiacloud.com.au
- spellcheck:
backends:
- symspellpy
- codespell:
dictionaries: [clear, rare]
known_words: ../known-words.txt
# ignore words in <code> tags
ignore_code: yes
# minimum length of words to consider
min_length: 3
# maximum number of capital letters in a word
max_capital: 1
# keep unicode characters
allow_unicode: no
# skip_files:
# - credits.md
# - coverage.md
# whether to only check in strict mode
#strict_only: yes
- mkdocs-video
- tags
repo_name: aucloud/aucloud.github.io
repo_url: !ENV REPO_URL
site_description: AUCyber's technical documentation site, managed as code from GitHub
site_name: Technical Documentation
site_url: !ENV SITE_URL
theme:
logo: aucyber.svg
favicon: images/favicon.ico
features:
- content.code.annotate
- navigation.tracking
- navigation.top
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- header.autohide
- content.action.edit
- content.action.view
- content.code.copy
name: material
font:
text: Questrial
code: Roboto Mono
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- stylesheets/extra.css
extra:
generator: false
version:
provider: mike
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
# Internal only
property: G-ECW6GG6XK3
copyright: >
Copyright © 2024 Sovereign Cloud Australia Pty Ltd. –
<a href="#__consent">Change cookie settings</a>