From 4849647c1d067aa16d4030fff2a62baf275cb8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Wed, 20 Nov 2024 09:44:53 +0100 Subject: [PATCH] docs: add secrets module to the documentation page --- antora-playbook.yml | 5 +++++ docs/modules/ROOT/nav.adoc | 1 + 2 files changed, 6 insertions(+) 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]