diff --git a/_argohub/introduction/command-bar.md b/_argohub/introduction/command-bar.md new file mode 120000 index 000000000..8327d62a1 --- /dev/null +++ b/_argohub/introduction/command-bar.md @@ -0,0 +1 @@ +../../_docs/getting-started/command-bar.md \ No newline at end of file diff --git a/_argohub/introduction/concepts.md b/_argohub/introduction/concepts.md new file mode 120000 index 000000000..d75917378 --- /dev/null +++ b/_argohub/introduction/concepts.md @@ -0,0 +1 @@ +../../_docs/getting-started/concepts.md \ No newline at end of file diff --git a/_argohub/introduction/gitops-codefresh.md b/_argohub/introduction/gitops-codefresh.md new file mode 120000 index 000000000..9eb653eed --- /dev/null +++ b/_argohub/introduction/gitops-codefresh.md @@ -0,0 +1 @@ +../../_docs/getting-started/gitops-codefresh.md \ No newline at end of file diff --git a/_data/argohub-nav.yml b/_data/argohub-nav.yml index 50eaf6840..d87941026 100644 --- a/_data/argohub-nav.yml +++ b/_data/argohub-nav.yml @@ -3,6 +3,12 @@ pages: - title: What is Codefresh GitOps? url: "/intro-to-codefresh" + - title: Codefresh for GitOps + url: "/gitops-codefresh" + - title: Concepts in Codefresh + url: "/concepts" + - title: Global Search & Navigation + url: "/command-bar" - title: Dashboards & insights url: "/dashboards" diff --git a/assets/js/src/argohub-redirect-mapping.json b/assets/js/src/argohub-redirect-mapping.json index 3cfd95af7..a318bc1bb 100644 --- a/assets/js/src/argohub-redirect-mapping.json +++ b/assets/js/src/argohub-redirect-mapping.json @@ -99,5 +99,8 @@ "/docs/deployments/gitops/install-argo-rollouts/": "/argohub/applications/install-argo-rollouts/", "/docs/deployments/gitops/manage-application/": "/argohub/applications/manage-application/", "/docs/deployments/gitops/monitor-applications/": "/argohub/applications/monitor-applications/", - "/docs/deployments/gitops/troubleshooting-gitops-apps/": "/argohub/applications/troubleshooting-gitops-apps/" + "/docs/deployments/gitops/troubleshooting-gitops-apps/": "/argohub/applications/troubleshooting-gitops-apps/", + "/docs/getting-started/command-bar/": "/argohub/introduction/command-bar/", + "/docs/getting-started/concepts/": "/argohub/introduction/concepts/", + "/docs/getting-started/gitops-codefresh/": "/argohub/introduction/gitops-codefresh/" }