diff --git a/docs/src/assets/reference-bootstrap-config.yaml b/docs/src/assets/example-bootstrap-config.yaml similarity index 100% rename from docs/src/assets/reference-bootstrap-config.yaml rename to docs/src/assets/example-bootstrap-config.yaml diff --git a/docs/src/snap/reference/bootstrap-config-reference.md b/docs/src/snap/reference/bootstrap-config-reference.md index a607b3374..e2ca3f26c 100644 --- a/docs/src/snap/reference/bootstrap-config-reference.md +++ b/docs/src/snap/reference/bootstrap-config-reference.md @@ -15,9 +15,12 @@ by listing all available options and their details. See below for an example. The following example configures and enables certain features, sets an external cloud provider, marks the control plane nodes as unschedulable, changes the pod and service CIDRs from the defaults and adds an extra SAN to the generated -certificates. It is also available to download - {download}`here ` +certificates. It is also available to download {download}`here +`. -```{literalinclude} /src/assets/reference-bootstrap-config.yaml +```{literalinclude} /src/assets/example-bootstrap-config.yaml :language: yaml ``` + + +[example-config]: /src/assets/example-bootstrap-config.yaml