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 docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* [Git Repository](user-guide/creating-application/git-material.md)
* [Build Configuration](user-guide/creating-application/docker-build-configuration.md)
* [Deployment Template](user-guide/creating-application/deployment-template.md)
* [Deployment](user-guide/creating-application/deployment-template/deployment.md)
* [Rollout Deployment](user-guide/creating-application/deployment-template/rollout-deployment.md)
* [Job and Cronjob](user-guide/creating-application/deployment-template/job-and-cronjob.md)
* [Workflow Overview](user-guide/creating-application/workflow/README.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To configure a deployment chart for your application, do the following steps:

You can select a default deployment chart from the following options:

1. [Deployment](deployment-template/deployment.md) (Recommended)
1. [Deployment](https://docs.devtron.ai/usage/applications/creating-application/deployment-template/deployment) (Recommended)
1. [Rollout Deployment](deployment-template/rollout-deployment.md)
2. [Job & CronJob](deployment-template/job-and-cronjob.md)
3. Knative
Expand Down