-
Notifications
You must be signed in to change notification settings - Fork 159
/
mkdocs.yml
97 lines (88 loc) · 2.27 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
site_name: KCNA
site_description: Useful notes for the KCNA - Kubernetes and Cloud Native Associate
site_url: https://moabukar.github.io/Kubernetes-and-Cloud-Native-Associate-KCNA/
site_author: Mo Abukar
repo_url: https://github.com/moabukar/Kubernetes-and-Cloud-Native-Associate-KCNA
dev_addr: "127.0.0.1:8000"
docs_dir: docs
theme:
# name: material
# name: dracula
# name: gitbook
name: material
include_sidebar: true
# custom_dir: overrides
extra_css:
- assets/stylesheets/custom.css
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: indigo
accent: indigo
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: dark blue
accent: lime
i18n:
prev: 'Previous'
next: 'Next'
extra_javascript:
- assets/js/hljs/highlight.pack.js # Download from https://highlightjs.org/download/ and enable YAML, TOML and Dockerfile
- assets/js/extra.js
plugins:
- search
# - exclude:
# glob:
# - "**/include-*.md"
- git-revision-date
# - pdf-export:
# combined: true
markdown_extensions:
- meta
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
# - toc:
# permalink: true
nav:
- Home: index.md
- KCNA:
- Questions: kcna/questions.md
- Answers: kcna/answers.md
- Contribute: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
copyright: |
© 2023 <a href="https://github.com/moabukar" target="_blank" rel="noopener">Mohamed Abukar</a>
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/moabukar
- icon: fontawesome/brands/twitter
link: https://twitter.com/moabukar_1
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/moabukar/