mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-04 09:01:14 +01:00
docs: fix tabpane styling
stop tabpane tabs colliding with the tabpane language by moving the tabs to the right docs: https://www.docsy.dev/docs/adding-content/shortcodes/#tabbed-panes support navigation via anchors to the various headings in the docs https://www.docsy.dev/docs/adding-content/navigation/#heading-self-links Signed-off-by: Orzelius <33936483+Orzelius@users.noreply.github.com> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
134aa53cca
commit
141326ea3b
@ -32,7 +32,7 @@ Once installed, you can run Theila by simply running it.
|
|||||||
<!-- markdownlint-disable MD022 -->
|
<!-- markdownlint-disable MD022 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="bash" >}}
|
{{< tabpane lang="bash" right=true >}}
|
||||||
{{< tab header="Binary" >}}
|
{{< tab header="Binary" >}}
|
||||||
# address and port are not required and default to the values shown
|
# address and port are not required and default to the values shown
|
||||||
theila --address 127.0.0.1 --port 8080
|
theila --address 127.0.0.1 --port 8080
|
||||||
|
|||||||
@ -32,7 +32,7 @@ Once installed, you can run Theila by simply running it.
|
|||||||
<!-- markdownlint-disable MD022 -->
|
<!-- markdownlint-disable MD022 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="bash" >}}
|
{{< tabpane lang="bash" right=true >}}
|
||||||
{{< tab header="Binary" >}}
|
{{< tab header="Binary" >}}
|
||||||
# address and port are not required and default to the values shown
|
# address and port are not required and default to the values shown
|
||||||
theila --address 127.0.0.1 --port 8080
|
theila --address 127.0.0.1 --port 8080
|
||||||
|
|||||||
@ -156,7 +156,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -212,7 +212,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -265,7 +265,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
@ -320,7 +320,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to add an exemption for the namespace `rook-ceph`.
|
The goal is to add an exemption for the namespace `rook-ceph`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
apiServer:
|
apiServer:
|
||||||
|
|||||||
@ -92,7 +92,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -148,7 +148,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -201,7 +201,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
|
|||||||
@ -124,7 +124,7 @@ There is already a how-to for Talos: [Link](https://github.com/piraeusdatastore/
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
install:
|
install:
|
||||||
|
|||||||
@ -92,7 +92,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -148,7 +148,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -201,7 +201,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
@ -256,7 +256,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to add an exemption for the namespace `rook-ceph`.
|
The goal is to add an exemption for the namespace `rook-ceph`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
apiServer:
|
apiServer:
|
||||||
|
|||||||
@ -136,7 +136,7 @@ There is already a how-to for Talos: [Link](https://github.com/piraeusdatastore/
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
install:
|
install:
|
||||||
|
|||||||
@ -93,7 +93,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -149,7 +149,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -202,7 +202,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
@ -257,7 +257,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to add an exemption for the namespace `rook-ceph`.
|
The goal is to add an exemption for the namespace `rook-ceph`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
apiServer:
|
apiServer:
|
||||||
|
|||||||
@ -102,7 +102,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -158,7 +158,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -211,7 +211,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
@ -266,7 +266,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to add an exemption for the namespace `rook-ceph`.
|
The goal is to add an exemption for the namespace `rook-ceph`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
apiServer:
|
apiServer:
|
||||||
|
|||||||
@ -104,7 +104,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -160,7 +160,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -213,7 +213,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
@ -268,7 +268,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to add an exemption for the namespace `rook-ceph`.
|
The goal is to add an exemption for the namespace `rook-ceph`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
apiServer:
|
apiServer:
|
||||||
|
|||||||
@ -104,7 +104,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -160,7 +160,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -213,7 +213,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
@ -268,7 +268,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to add an exemption for the namespace `rook-ceph`.
|
The goal is to add an exemption for the namespace `rook-ceph`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
apiServer:
|
apiServer:
|
||||||
|
|||||||
@ -156,7 +156,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -212,7 +212,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -265,7 +265,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
@ -320,7 +320,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to add an exemption for the namespace `rook-ceph`.
|
The goal is to add an exemption for the namespace `rook-ceph`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
apiServer:
|
apiServer:
|
||||||
|
|||||||
@ -156,7 +156,7 @@ The goal is to add a virtual IP `192.168.10.50` to the `eth0` interface and add
|
|||||||
<!-- markdownlint-disable MD032 -->
|
<!-- markdownlint-disable MD032 -->
|
||||||
<!-- markdownlint-disable MD025 -->
|
<!-- markdownlint-disable MD025 -->
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
network:
|
network:
|
||||||
@ -212,7 +212,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
The goal is to update pod and service subnets and disable default CNI (Flannel).
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
network:
|
network:
|
||||||
@ -265,7 +265,7 @@ machine:
|
|||||||
|
|
||||||
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
The goal is to set the `kubelet` node IP to come from the subnet `192.168.10.0/24`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
@ -320,7 +320,7 @@ cluster:
|
|||||||
|
|
||||||
The goal is to add an exemption for the namespace `rook-ceph`.
|
The goal is to add an exemption for the namespace `rook-ceph`.
|
||||||
|
|
||||||
{{< tabpane lang="yaml" >}}
|
{{< tabpane lang="yaml" right=true >}}
|
||||||
{{< tab header="Strategic merge patch" >}}
|
{{< tab header="Strategic merge patch" >}}
|
||||||
cluster:
|
cluster:
|
||||||
apiServer:
|
apiServer:
|
||||||
|
|||||||
1
website/layouts/_default/_markup/render-heading.html
Normal file
1
website/layouts/_default/_markup/render-heading.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
{{ template "_default/_markup/td-render-heading.html" . }}
|
||||||
Loading…
x
Reference in New Issue
Block a user