-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
114 lines (106 loc) · 2.73 KB
/
mkdocs.yaml
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
# Project information
site_name: Docs
site_author: Natron Tech AG
site_description: >-
Documentation and guides by Natron Tech.
# Repository
repo_url: https://github.com/natrontech/docs
repo_name: natrontech/docs
edit_uri: ""
# Copyright
copyright: Copyright © 2023 Natron Tech AG
# Page tree
nav:
- Home: index.md
- Remote Access:
- Teleport:
- access/teleport/index.md
- Authentication:
- First Login: access/teleport/first-login.md
- Passwordless Login: access/teleport/passwordless-login.md
- Client Installation: access/teleport/client-installation.md
- Kubernetes Access:
- Connect Client: access/teleport/k8s-client.md
- OpenLens: access/teleport/k8s-openlens.md
- Database Access:
- General: access/teleport/db-general.md
- pgAdmin: access/teleport/db-pgadmin.md
- mySQL Workbench: access/teleport/db-mysql-wb.md
- Web Access:
- General: access/teleport/web-general.md
- OpenVPN:
- access/openvpn/index.md
# Configuration
theme:
favicon: assets/images/favicon.png
#logo: assets/images/icon_dark.png
custom_dir: overrides
logo_dark_mode: assets/images/icon_white.png
logo_light_mode: assets/images/icon_dark.png
name: material
language: en
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
features:
- content.code.annotate
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- navigation.prune
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
# Plugins
plugins:
- search:
lang: en
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/natrontech
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/natron-tech
# Extra CSS
extra_css:
- stylesheets/extra.css
# Markdown extensions
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- md_in_html
- attr_list
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- footnotes
- toc:
permalink: true