-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
157 lines (130 loc) · 3.53 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
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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
# Project information
site_name: Locust Kubernetes Operator
site_author: Abdelrhman hamouda
site_description: Locust kubernetes operator documentation.
# Repository
repo_name: locust-k8s-operator
repo_url: https://github.com/AbdelrhmanHamouda/locust-k8s-operator
# Copyright
copyright: >
Copyright © 2023 Abdelrhman Hamouda –
<a href="#__consent">Change cookie settings</a>
# Plugins
plugins:
- search
- git-revision-date-localized
# Configuration
theme:
name: material
icon:
logo: material/kubernetes
repo: material/github
features:
# Search
- search.highlight
- search.share
# Navigation
- navigation.tracking
- navigation.top
- navigation.footer
# Table of content
- toc.follow
- toc.integrate
# Code
- content.code.annotate
- content.code.copy
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: dark)"
scheme: default
primary: green
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
# Customization
extra:
consent:
title: Cookie consent
actions:
- manage
- accept
- reject
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.
social:
# DockerHub
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/lotest/locust-k8s-operator
name: Locust operator on DockerHub
# LinkedIn
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/abdelrhman-ahmed91/
name: Abdelrhman Hamouda on LinkedIn
# GitHub
- icon: fontawesome/brands/github
link: https://github.com/AbdelrhmanHamouda
name: Abdelrhman Hamouda on GitHub
# Bug
- icon: fontawesome/solid/bug
link: https://github.com/AbdelrhmanHamouda/locust-k8s-operator/issues
name: Report a bug!
# Extensions
markdown_extensions:
# Python Markdown
- abbr
- admonition
- tables
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: ⚓
permalink_title: Anchor link to this section for reference
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Introduction: index.md
- How does it work: how_does_it_work.md
- Features: features.md
- Getting Started: getting_started.md
- Deploy Operator with HELM: helm_deploy.md
- Advanced topics: advanced_topics.md
- Metrics & Dashboards: metrics_and_dashboards.md
- Roadmap: roadmap.md
- Contribute: contribute.md
- License: license.md