Skip to content

Commit ae76b45

Browse files
authored
Add sym links for Applications bucket (#1183)
1 parent 92fdc08 commit ae76b45

10 files changed

+36
-1
lines changed

_argohub/applications/about-apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/deployments/gitops/about-apps.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/deployments/gitops/create-application.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/deployments/gitops/gitops-app-groups.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/deployments/gitops/gitops-apps-dashboard.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/deployments/gitops/install-argo-rollouts.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/deployments/gitops/manage-application.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/deployments/gitops/monitor-applications.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/deployments/gitops/troubleshooting-gitops-apps.md

_data/argohub-nav.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,25 @@
153153
- title: Quay Registry
154154
url: "/quay"
155155

156+
- title: Applications
157+
url: "/applications"
158+
pages:
159+
- title: About Argo CD applications
160+
url: "/about-apps"
161+
- title: GitOps Apps dashboard
162+
url: "/gitops-apps-dashboard"
163+
- title: Application Groups for Argo CD applications
164+
url: "/gitops-app-groups"
165+
- title: Creating Argo CD applications
166+
url: "/create-application"
167+
- title: Monitoring Argo CD applications
168+
url: "/monitor-applications"
169+
- title: Managing Argo CD applications
170+
url: "/manage-application"
171+
- title: Progressive delivery with GitOps
172+
url: "/install-argo-rollouts"
173+
- title: Troubleshooting Argo CD applications
174+
url: "/troubleshooting-gitops-apps"
156175

157176
- title: Products
158177
url: "/products"

assets/js/src/argohub-redirect-mapping.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,13 @@
9191
"/docs/terms-and-privacy-policy/privacy-policy/": "/argohub/terms-and-privacy-policy/privacy-policy/",
9292
"/docs/terms-and-privacy-policy/sla/": "/argohub/terms-and-privacy-policy/sla/",
9393
"/docs/terms-and-privacy-policy/support-triage-definitions/": "/argohub/terms-and-privacy-policy/support-triage-definitions/",
94-
"/docs/terms-and-privacy-policy/terms-of-service/": "/argohub/terms-and-privacy-policy/terms-of-service/"
94+
"/docs/terms-and-privacy-policy/terms-of-service/": "/argohub/terms-and-privacy-policy/terms-of-service/",
95+
"/docs/deployments/gitops/about-apps/": "/argohub/applications/about-apps/",
96+
"/docs/deployments/gitops/create-application/": "/argohub/applications/create-application/",
97+
"/docs/deployments/gitops/gitops-app-groups/": "/argohub/applications/gitops-app-groups/",
98+
"/docs/deployments/gitops/gitops-apps-dashboard/": "/argohub/applications/gitops-apps-dashboard/",
99+
"/docs/deployments/gitops/install-argo-rollouts/": "/argohub/applications/install-argo-rollouts/",
100+
"/docs/deployments/gitops/manage-application/": "/argohub/applications/manage-application/",
101+
"/docs/deployments/gitops/monitor-applications/": "/argohub/applications/monitor-applications/",
102+
"/docs/deployments/gitops/troubleshooting-gitops-apps/": "/argohub/applications/troubleshooting-gitops-apps/"
95103
}

0 commit comments

Comments
 (0)