This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
123 lines (123 loc) · 3.18 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
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
site_name: "Koor Knowledge Base"
docs_dir: docs/
site_url: "https://kb.koor.tech"
repo_url: https://github.com/koor-tech/kbase
edit_uri: edit/master/Documentation/
site_author: "Koor Technologies, Inc."
site_description: "Knowledge Base"
use_directory_urls: true
copyright: |
<a class="logo" href="https://koor.tech/">
<img src="/images/logo.png" alt="Koor Technologies, Inc. logo" style="max-width: 100px" />
</a>
<p>
© 2024 Koor Technologies, Inc. All Rights Reserved.
</p>
<p>
Ceph is a trademark or registered trademark of Red Hat, Inc. or its subsidiaries in the United States and other countries.
</p>
<p>
All trademarks are property of their respective owners in the US and other countries.
</p>
# nav:
# - Home: index.md
# - Ceph: ceph/index.md
# - Rook: rook/index.md
# - Koor: koor/index.md
theme:
name: material
custom_dir: docs/.overrides/
font: false
favicon: /images/favicon.png
logo: /images/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: "default"
primary: "koor"
accent: "deep orange"
toggle:
icon: material/toggle-switch
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: "slate"
primary: "koor"
accent: "deep orange"
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
features:
- content.tabs.link
- instant
- navigation.expand
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.path
- navigation.prune
- search.highlight
- search.share
- search.suggest
- tabs
extra_css:
- stylesheets/extra.css
plugins:
- search:
lang: en
- exclude:
glob:
- README.md
- "*.gotmpl"
- "*.gotmpl.md"
- awesome-pages
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
#js_files: []
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- tables
- 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
use_pygments: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/koor-tech
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/koor-technologies-inc/
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/koor_tech
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@koor-tech
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/koorinc
- icon: fontawesome/brands/medium
link: https://blog.koor.tech/blog/