-
Notifications
You must be signed in to change notification settings - Fork 138
/
Copy pathmkdocs.yml
58 lines (58 loc) · 1.51 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
site_name: Atlassian DC Helm Charts
theme:
name: material
custom_dir: overrides
favicon: assets/logos/favicon.png
logo: assets/logos/atlassian-logo.svg
palette:
- scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.tabs
- content.code.copy
repo_url: https://github.com/atlassian/data-center-helm-charts
repo_name: atlassian/data-center-helm-charts
edit_uri: edit/main/docs/docs/
plugins:
- search
- awesome-pages
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- meta
- admonition
- attr_list
- toc:
# insert a blank space before the character
permalink: " ¶"
extra_css:
- assets/stylesheets/extra.css
extra:
analytics:
provider: google
property: G-FZ7HCVNVPY
social:
- icon: fontawesome/brands/atlassian
link: https://community.atlassian.com/t5/Atlassian-Data-Center-on/gh-p/DC_Kubernetes
copyright: Copyright © [2024] Atlassian and others.