diff --git a/config/config.py b/config/config.py index 4610720c..09d6eae7 100644 --- a/config/config.py +++ b/config/config.py @@ -10,3 +10,6 @@ def path_nav(page): latest_release_version = _latest_release["version"] latest_release_date = format_date(parse_timestamp(_latest_release["date"])) +ID = "{{.ID}}" +Image="{{.Image}}" +Labels="{{.Labels}}" diff --git a/convert-all.sh b/convert-all.sh index b80abff6..e7a9e80c 100755 --- a/convert-all.sh +++ b/convert-all.sh @@ -21,3 +21,8 @@ cp -r subrepos/skupper-docs/images/ input/docs/ # To process nested numbered lists python python/nested-numbers.py input/docs/operator/ +# To workaround https://github.com/ssorj/plano/issues/3 + +sed -i 's/.ID/ID/g' input/docs/cli/podman.md +sed -i 's/.Image/Image/g' input/docs/cli/podman.md +sed -i 's/.Labels/Labels/g' input/docs/cli/podman.md diff --git a/docs/community/index.html b/docs/community/index.html index 53149905..335efe79 100644 --- a/docs/community/index.html +++ b/docs/community/index.html @@ -146,7 +146,7 @@

Contents

Skupper - Multicloud communication for Kubernetes

Skupper enables secure communication across Kubernetes clusters with no VPNs or special firewall rules

-

Copyright © 2023 the Skupper authors

+

Copyright © 2024 the Skupper authors

All code and documentation is licensed under diff --git a/docs/docs/cli/index.html b/docs/docs/cli/index.html index 2bd0a2b2..84f4b642 100644 --- a/docs/docs/cli/index.html +++ b/docs/docs/cli/index.html @@ -91,7 +91,8 @@

Checking the Skupper CLI

Creating a site using the CLI

A service network consists of Skupper sites. -This section describes how to create a site using the default settings.

+This section describes how to create a site in a Kubernetes cluster using the default settings. +See Using Skupper Podman for information about using the Skupper CLI to create Podman sites.

All code and documentation is licensed under diff --git a/docs/docs/cli/native-security-options.html b/docs/docs/cli/native-security-options.html index aab6fb53..2b72556c 100644 --- a/docs/docs/cli/native-security-options.html +++ b/docs/docs/cli/native-security-options.html @@ -1,7 +1,7 @@ - Skupper - Securing a service network + Skupper - #Securing a service network @@ -58,7 +58,7 @@

- + - +