-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
100 lines (92 loc) · 3.51 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
site_name: Andy's Technical Scratchpad
site_url: https://knappek.github.io
copyright: >
Copyright © 2024 Andreas Knapp –
<a href="#__consent">Change cookie settings</a>
repo_name: 'Knappek/Knappek.github.io'
repo_url: 'https://github.com/Knappek/Knappek.github.io'
docs_dir: 'docs'
nav:
- Home: index.md
- Kubernetes:
- Kubernetes Architecture Concepts: kubernetes/architecture-concepts.md
- Tanzu:
# - Tanzu Platform:
# - Tanzu Platform Technical Details: tanzu/tanzu-platform/tanzu-platform-technical-details.md
- TKGS:
- Integration with NSX-T: tanzu/tkgs/tkgs-nsxt-integration.md
- Failed Supervisor Cluster upgrade: tanzu/tkgs/supervisor-cluster-upgrade-failed-in-vsphere-8.md
- Airgapped TKGS homelab environment: tanzu/tkgs/tkgs-airgapped.md
- Disaster Scenarios: tanzu/tkgs/disaster-scenarios.md
- Customize Kubernetes Auditing: tanzu/tkgs/customize-k8s-auditing.md
- Cloud Foundry:
- Intro: tanzu/cf/index.md
- Using Cloud Foundry: tanzu/cf/using-cf.md
- Tanzu Packages:
- Intro: tanzu/tanzu-packages/index.md
- Airgapped Installation: tanzu/tanzu-packages/deploy-packages-airgapped.md
- Platform Automation Toolkit:
- tanzu/platform-automation-toolkit/index.md
- Install Concourse for Platform Automation: tanzu/platform-automation-toolkit/install-concourse-for-platform-automation.md
- Deploy vSphere + NSX-T to be used for TAS and TKGI: tanzu/platform-automation-toolkit/deploy-vsphere-with-nsxt-for-tas-tkgi.md
- Deploy TAS and TKGI with Concourse: tanzu/platform-automation-toolkit/deploy-tas-tkgi-with-concourse.md
- Observability:
- Write K8s Audit Logs to Loki in Grafana Cloud: observability/write-k8s-audit-logs-to-loki-grafana-cloud.md
- Homelab:
- Setup: homelab/index.md
- Airgapped TKGS homelab environment: homelab/airgapped-tkgs.md
- Misc:
- Deploy Ubuntu VM on vCenter: misc/deploy-ubuntu-on-vcenter.md
- NSX REST API: misc/nsx-rest-api.md
theme:
name: material
features:
- content.code.annotate
- content.code.copy
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- toc.follow
language: 'en'
extra:
consent:
title: Cookie consent
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.
cookies:
analytics:
name: Google Analytics
checked: true
analytics:
provider: google
property: G-0VCFRTY9ME
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Knappek
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/andy-knapp-6a72b6108
plugins:
- glightbox # makes images clickable: https://github.com/blueswen/mkdocs-glightbox
- search # searchbar
- git-revision-date-localized: # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
locale: en
exclude:
- index.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition # info blocks starting with !!!, e.g. !!! warning
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg