diff --git a/antora-playbook.yml b/antora-playbook.yml index bc8839f26c..bc30ee2e0a 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -173,6 +173,11 @@ content: - "v@({1..9})*({0..9}).+({0..9}).*" # Exclude versions without proper folder structure or with generation errors - "!v1.0.0-alpha.*" + - url: https://github.com/camptocamp/devops-stack-module-secrets.git + start_path: docs + branches: [] + tags: + - "v@({1..9})*({0..9}).+({0..9}).*" - url: https://github.com/camptocamp/devops-stack-module-thanos.git start_path: docs branches: [] diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index a99720bc1e..b17e17e8cf 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -44,5 +44,6 @@ * xref:metrics-server:ROOT:README.adoc[Metrics Server] * xref:minio:ROOT:README.adoc[MinIO] * xref:rclone:ROOT:README.adoc[Rclone] +* xref:secrets:ROOT:README.adoc[Secrets] * xref:thanos:ROOT:README.adoc[Thanos] * xref:traefik:ROOT:README.adoc[Traefik]