Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _argohub/gitops-quick-starts/create-app-ui.md
1 change: 1 addition & 0 deletions _argohub/gitops-quick-starts/create-codefresh-account.md
1 change: 1 addition & 0 deletions _argohub/gitops-quick-starts/create-git-source.md
1 change: 1 addition & 0 deletions _argohub/gitops-quick-starts/drag-and-drop.md
1 change: 1 addition & 0 deletions _argohub/gitops-quick-starts/gitops-quick-start.md
1 change: 1 addition & 0 deletions _argohub/gitops-quick-starts/runtime.md
1 change: 1 addition & 0 deletions _argohub/gitops-quick-starts/verify-requirements.md
28 changes: 27 additions & 1 deletion _data/argohub-nav.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- title: ArgoHub Introduction
- title: Introduction
url: "/introduction"
pages:
- title: What is Codefresh GitOps?
Expand All @@ -10,6 +10,32 @@
- title: Global Search & Navigation
url: "/command-bar"

- title: GitOps quick starts
url: "/gitops-quick-starts"
pages:
- title: About GitOps quick starts
url: "/gitops-quick-start"
- title: Create Codefresh account
url: "/create-codefresh-account"
- title: Preparing for Hybrid GitOps Runtime installation
url: "/verify-requirements"
- title: Installing a Hybrid GitOps Runtime
url: "/runtime"
- title: Creating Git Sources
url: "/create-git-source"
- title: Creating environments
url: "/quick-start-gitops-environments"
- title: Creating applications
url: "/create-app-ui"
- title: Simple promotion with drag-and-drop
url: "/drag-and-drop"
- title: Simple Promotion Flow with multiple environments
url: "/multi-env-sequential-flow"
- title: Advanced Promotion Flow with Promotion Workflows
url: "/policy-multi-env-promotion"
- title: Advanced Promotion Flow with environment dependencies
url: "/dependency-multi-env-promotion"

- title: Dashboards & insights
url: "/dashboards"
pages:
Expand Down
13 changes: 12 additions & 1 deletion assets/js/src/argohub-redirect-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,16 @@
"/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/"
"/docs/getting-started/gitops-codefresh/": "/argohub/introduction/gitops-codefresh/",
"/docs/gitops-quick-start/create-app-ui/": "/argohub/gitops-quick-starts/create-app-ui/",
"/docs/gitops-quick-start/create-codefresh-account/": "/argohub/gitops-quick-starts/create-codefresh-account/",
"/docs/gitops-quick-start/create-git-source/": "/argohub/gitops-quick-starts/create-git-source/",
"/docs/gitops-quick-start/dependency-multi-env-promotion/": "/argohub/gitops-quick-starts/dependency-multi-env-promotion/",
"/docs/gitops-quick-start/drag-and-drop/": "/argohub/gitops-quick-starts/drag-and-drop/",
"/docs/gitops-quick-start/gitops-quick-start/": "/argohub/gitops-quick-starts/gitops-quick-start/",
"/docs/gitops-quick-start/multi-env-sequential-flow/": "/argohub/gitops-quick-starts/multi-env-sequential-flow/",
"/docs/gitops-quick-start/policy-multi-env-promotion/": "/argohub/gitops-quick-starts/policy-multi-env-promotion/",
"/docs/gitops-quick-start/quick-start-gitops-environments/": "/argohub/gitops-quick-starts/quick-start-gitops-environments/",
"/docs/gitops-quick-start/runtime/": "/argohub/gitops-quick-starts/runtime/",
"/docs/gitops-quick-start/verify-requirements/": "/argohub/gitops-quick-starts/verify-requirements/"
}