diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index fd1e44047..f8456e72f 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -19,6 +19,7 @@ - [Upgrade and rollback](upgrades.md) - [Accessing registries and offline updates](registries-and-offline.md) +- [Logically bound images](logically-bound-images.md) - [Booting local builds](booting-local-builds.md) - [`man bootc`](man/bootc.md) - [`man bootc-status`](man/bootc-status.md) @@ -48,7 +49,6 @@ # Experimental features - [bootc image](experimental-bootc-image.md) -- [logically bound images](experimental-logically-bound-images.md) # More information diff --git a/docs/src/experimental-logically-bound-images.md b/docs/src/logically-bound-images.md similarity index 95% rename from docs/src/experimental-logically-bound-images.md rename to docs/src/logically-bound-images.md index b1e358faa..3394f79dc 100644 --- a/docs/src/experimental-logically-bound-images.md +++ b/docs/src/logically-bound-images.md @@ -1,13 +1,8 @@ # Logically Bound Images -Experimental features are subject to change or removal. Please -do provide feedback on them. - -Tracking issue: - ## About logically bound images -This experimental feature enables an association of container "app" images to a base bootc system image. Use cases for this include: +This feature enables an association of container "app" images to a base bootc system image. Use cases for this include: - Logging (e.g. journald->remote log forwarder container) - Monitoring (e.g. [Prometheus node_exporter](https://github.com/prometheus/node_exporter))