mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-30 16:01:12 +01:00
Generate a structured table of contents following the structure of the config. Make high-level examples follow the full structure of the config. Document new multi-doc machine config. Fixes #8023 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
622 B
622 B
description, title
| description | title |
|---|---|
| SideroLinkConfig is a SideroLink connection machine configuration document. | SideroLinkConfig |
{{< highlight yaml >}} apiVersion: v1alpha1 kind: SideroLinkConfig apiUrl: https://siderolink.api/join?token=secret # SideroLink API URL to connect to. {{< /highlight >}}
| Field | Type | Description | Value(s) |
|---|---|---|---|
apiUrl |
URL | SideroLink API URL to connect to. Show example(s){{< highlight yaml >}} |
|
| apiUrl: https://siderolink.api/join?token=secret | |||
| {{< /highlight >}} |