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
45 changes: 45 additions & 0 deletions _data/home-content.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@





- title: Pipelines
icon: images/home-icons/pipeline.svg
url: ''
links:
- title: Introduction to Pipelines
localurl: /docs/pipelines/introduction-to-codefresh-pipelines/
- title: Creating Pipelines
localurl: /docs/pipelines/pipelines/
- title: Pipeline triggers
localurl: /docs/pipelines/triggers/
- title: Monitoring pipelines
localurl: /docs/pipelines/monitoring-pipelines/
- title: Shared Configuration
localurl: /docs/pipelines/shared-configuration/
- title: Using secrets
localurl: /docs/pipelines/secrets-store/
- title: Pipeline caching
localurl: /docs/pipelines/pipeline-caching/
- title: Running pipelines locally
localurl: /docs/pipelines/running-pipelines-locally/
- title: Debugging pipelines
localurl: /docs/pipelines/debugging-pipelines/


- title: Workflows
icon: images/home-icons/pipeline.svg
url: ''
links:
- title: Creating workflows
localurl: /docs/workflows/create-pipeline
- title: Nested workflows
localurl: /docs/workflows/nested-workflows/
- title: Configure artifact repository
localurl: /docs/workflows/configure-artifact-repository/
- title: Selectors for concurrency synchronization
localurl: /docs/workflows/concurrency-limit/
- title: Sharing file systems
localurl: /docs/workflows/sharing-file-system/




- title: Clients
icon: images/home-icons/client.svg
url: ''
Expand Down Expand Up @@ -32,6 +76,7 @@
- title: Adding Git Sources to GitOps Runtimes
localurl: /docs/installation/git-sources/


- title: Administration
icon: images/home-icons/administration.svg
url: ''
Expand Down
103 changes: 103 additions & 0 deletions _data/nav.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,108 @@



- title: CI pipelines
url: "/pipelines"
pages:
- title: Introduction to CI pipelines
url: "/introduction-to-codefresh-pipelines"
- title: Creating a CI pipeline
url: "/pipelines"
- title: Steps in CI pipelines
url: "/steps"
sub-pages:
- title: Git-clone
url: "/git-clone"
- title: Freestyle
url: "/freestyle"
- title: Build
url: "/build"
- title: Push
url: "/push"
- title: Composition
url: "/composition"
- title: Launch-composition
url: "/launch-composition"
- title: Deploy
url: "/deploy"
- title: Approval
url: "/approval"
- title: Triggers in CI pipelines
url: "/triggers"
sub-pages:
- title: Git triggers
url: "/git-triggers"
- title: DockerHub triggers
url: "/dockerhub-triggers"
- title: Azure triggers
url: "/azure-triggers"
- title: Quay triggers
url: "/quay-triggers"
- title: Helm triggers
url: "/helm-triggers"
- title: Artifactory triggers
url: "/jfrog-triggers"
- title: Timer (Cron) triggers
url: "/cron-triggers"
- title: Conditional execution of steps
url: "/conditional-execution-of-steps"
- title: Post-step operations"
url: "/post-step-operations"
- title: Variables in CI pipelines
url: "/variables"
- title: Hooks in CI pipelines
url: "/hooks"
- title: Annotations in CI pipelines
url: "/annotations"
- title: Grouping steps into stages
url: "/stages"
- title: Caching for CI pipelines
url: "/pipeline-caching"
- title: Debugging CI pipelines
url: "/debugging-pipelines"
- title: Monitoring CI pipelines
url: "/monitoring-pipelines"
- title: Complex CI pipelines
url: "/advanced-workflows"
- title: Running CI pipelines locally
url: "/running-pipelines-locally"
- title: Configuration for CI pipelines
url: "/configuration"
sub-pages:
- title: Shared configuration
url: "/shared-configuration"
- title: Secrets for CI pipelines
url: "/secrets-store"
- title: Global CI pipeline settings
url: "/pipeline-settings"
- title: Public logs and status badges
url: "/build-status"
- title: Service containers
url: "/service-containers"
- title: Deployment environments
url: "/deployment-environments"
- title: Docker image metadata
url: "/docker-image-metadata"
- title: Pipeline definitions YAML
url: "/what-is-the-codefresh-yaml"


- title: Workflows
url: "/workflows"
pages:
- title: Creating workflows
url: "/create-pipeline"
- title: Nested workflows
url: "/nested-workflows"
- title: Configure artifact repository
url: "/configure-artifact-repository"
- title: Selectors for concurrency synchronization
url: "/concurrency-limit"
- title: Sharing file systems
url: "/sharing-file-system"



- title: Clients
url: "/clients"
pages:
Expand Down Expand Up @@ -115,3 +217,4 @@
- title: Service Commitment
url: "/sla"


Loading