diff --git a/.gitignore b/.gitignore index 9050a4d98b..6734e3d6dd 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,10 @@ examples/*/.terraform.lock.hcl node_modules package-lock.json public -docs_test +### Antora +build/ +docs_test ### VS Code diff --git a/antora-playbook.yml b/antora-playbook.yml index 30e5b1baa9..29612e0960 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -8,7 +8,7 @@ antora: - require: "@antora/lunr-extension" index_latest_only: true urls: - latest_version_segment: latest # Define each component's latest version as the latest in the URL + latest_version_segment: latest # Define each component's latest version as the latest in the URL content: sources: @@ -46,13 +46,6 @@ 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-backup.git - start_path: docs - branches: [] - tags: - - "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-cert-manager.git start_path: docs branches: [] @@ -159,6 +152,13 @@ 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-rclone.git + start_path: docs + branches: [] + tags: + - "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-thanos.git start_path: docs branches: [] @@ -173,6 +173,13 @@ 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-velero.git + start_path: docs + branches: [] + tags: + - "v@({1..9})*({0..9}).+({0..9}).*" + # Exclude versions without proper folder structure or with generation errors + - "!v1.0.0-alpha.*" ui: bundle: url: https://github.com/camptocamp/devops-stack-antora-ui/releases/download/main-latest/ui-bundle.zip diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index d921c5c6ff..d0aa866418 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -33,7 +33,6 @@ * xref:argocd:ROOT:README.adoc[Argo CD] * xref:azure-workload-identity:ROOT:README.adoc[Azure Workload Identity] * xref:oidc-aws-cognito:ROOT:README.adoc[AWS Cognito OIDC] -* xref:backup:ROOT:README.adoc[Backup] * xref:cert-manager:ROOT:README.adoc[cert-manager] * xref:dex:ROOT:README.adoc[Dex] * xref:ebs-csi-driver:ROOT:README.adoc[EBS CSI Driver] @@ -45,5 +44,7 @@ * xref:longhorn:ROOT:README.adoc[Longhorn] * xref:metallb:ROOT:README.adoc[MetalLB] * xref:minio:ROOT:README.adoc[MinIO] +* xref:rclone:ROOT:README.adoc[Rclone] * xref:thanos:ROOT:README.adoc[Thanos] * xref:traefik:ROOT:README.adoc[Traefik] +* xref:velero:ROOT:README.adoc[Velero]