Skip to content

Commit 1027c34

Browse files
tyrossellentidas
andauthored
docs: Rclone and Velero modules documentation (#1082)
* docs: add documentation for Velero and Rclone modules * chore: ignore antora build directory * chore: Update .gitignore Co-authored-by: Gonçalo Heleno <[email protected]> --------- Co-authored-by: Gonçalo Heleno <[email protected]>
1 parent df3bac5 commit 1027c34

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ examples/*/.terraform.lock.hcl
1313
node_modules
1414
package-lock.json
1515
public
16-
docs_test
1716

17+
### Antora
18+
build/
19+
docs_test
1820

1921
### VS Code
2022

antora-playbook.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ antora:
88
- require: "@antora/lunr-extension"
99
index_latest_only: true
1010
urls:
11-
latest_version_segment: latest # Define each component's latest version as the latest in the URL
11+
latest_version_segment: latest # Define each component's latest version as the latest in the URL
1212
content:
1313
sources:
1414

@@ -46,13 +46,6 @@ content:
4646
- "v@({1..9})*({0..9}).+({0..9}).*"
4747
# Exclude versions without proper folder structure or with generation errors
4848
- "!v1.0.0-alpha.*"
49-
- url: https://github.com/camptocamp/devops-stack-module-backup.git
50-
start_path: docs
51-
branches: []
52-
tags:
53-
- "v@({1..9})*({0..9}).+({0..9}).*"
54-
# Exclude versions without proper folder structure or with generation errors
55-
- "!v1.0.0-alpha.*"
5649
- url: https://github.com/camptocamp/devops-stack-module-cert-manager.git
5750
start_path: docs
5851
branches: []
@@ -159,6 +152,13 @@ content:
159152
- "v@({1..9})*({0..9}).+({0..9}).*"
160153
# Exclude versions without proper folder structure or with generation errors
161154
- "!v1.0.0-alpha.*"
155+
- url: https://github.com/camptocamp/devops-stack-module-rclone.git
156+
start_path: docs
157+
branches: []
158+
tags:
159+
- "v@({1..9})*({0..9}).+({0..9}).*"
160+
# Exclude versions without proper folder structure or with generation errors
161+
- "!v1.0.0-alpha.*"
162162
- url: https://github.com/camptocamp/devops-stack-module-thanos.git
163163
start_path: docs
164164
branches: []
@@ -173,6 +173,13 @@ content:
173173
- "v@({1..9})*({0..9}).+({0..9}).*"
174174
# Exclude versions without proper folder structure or with generation errors
175175
- "!v1.0.0-alpha.*"
176+
- url: https://github.com/camptocamp/devops-stack-module-velero.git
177+
start_path: docs
178+
branches: []
179+
tags:
180+
- "v@({1..9})*({0..9}).+({0..9}).*"
181+
# Exclude versions without proper folder structure or with generation errors
182+
- "!v1.0.0-alpha.*"
176183
ui:
177184
bundle:
178185
url: https://github.com/camptocamp/devops-stack-antora-ui/releases/download/main-latest/ui-bundle.zip

docs/modules/ROOT/nav.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* xref:argocd:ROOT:README.adoc[Argo CD]
3434
* xref:azure-workload-identity:ROOT:README.adoc[Azure Workload Identity]
3535
* xref:oidc-aws-cognito:ROOT:README.adoc[AWS Cognito OIDC]
36-
* xref:backup:ROOT:README.adoc[Backup]
3736
* xref:cert-manager:ROOT:README.adoc[cert-manager]
3837
* xref:dex:ROOT:README.adoc[Dex]
3938
* xref:ebs-csi-driver:ROOT:README.adoc[EBS CSI Driver]
@@ -45,5 +44,7 @@
4544
* xref:longhorn:ROOT:README.adoc[Longhorn]
4645
* xref:metallb:ROOT:README.adoc[MetalLB]
4746
* xref:minio:ROOT:README.adoc[MinIO]
47+
* xref:rclone:ROOT:README.adoc[Rclone]
4848
* xref:thanos:ROOT:README.adoc[Thanos]
4949
* xref:traefik:ROOT:README.adoc[Traefik]
50+
* xref:velero:ROOT:README.adoc[Velero]

0 commit comments

Comments
 (0)