-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (63 loc) · 1.85 KB
/
mkdocs.yml
File metadata and controls
68 lines (63 loc) · 1.85 KB
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
site_name: RedEye Developers Docs
theme:
name: material
icon:
logo: material/code-json
palette:
# Palette toggle for dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/weather-night
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: red
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- content.code.copy
- navigation.footer
nav:
- index.md
- .NET:
- Dotnet Linux Install:
- Install Using All in One Pack:
- Dotnet-Install: dotnet/linux-install/all-in-one-pack/dotnet-install.md
- Dotnet-Tools-Install: dotnet/linux-install/all-in-one-pack/dotnet-tools-install.md
- Install Using Snap:
- Dotnet-Install: dotnet/linux-install/snap/dotnet-install.md
- Dotnet-Tools-Install: dotnet/linux-install/snap/dotnet-tools-install.md
- AWS:
- MSK:
- Setup-Producer: dotnet/aws/msk/setup-producer.md
- Setup-Consumer: dotnet/aws/msk/setup-consumer.md
- Grpcurl: grpcurl/grpcurl.md
- AWS:
- MSK:
- setup-cp-schema-registry: aws/msk/setup-cp-schema-registry.md
- EKS:
- setup-karpenter: aws/eks/setup-karpenter.md
- K8S:
- Debug-Commands: k8s/debug-commands.md
- Grafana:
- K8S:
- setup-k8s-monitoring: grafana/k8s/k8s-monitoring/setup-k8s-monitoring.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- admonition
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/RedEye-Developers
copyright: Copyright © RedEye Developers