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
2 changes: 1 addition & 1 deletion docs/vendor/tutorial-adding-db-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ As mentioned in the introduction, a full example of the code for this guide can
### Validating Config Changes

Even though the options aren't wired, let's create a new release to validate the configuration screen was modified.
Create a release by pushing a commit to your [ci-enabled repo](tutorial-ci-cd-integration) or by running `replicated release create --auto` locally.
Create a release by running `replicated release create --auto`.
Then head to the Admin Console instance and click **Check for Updates** on the Version History tab to pull the new release:

![View Update](/images/guides/kots/view-update.png)
Expand Down
147 changes: 0 additions & 147 deletions docs/vendor/tutorial-ci-cd-integration.md

This file was deleted.

6 changes: 5 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,11 @@

[[redirects]]
from="https://docs.replicated.com/vendor/distributing-workflow"
to="https://docs.replicated.com/vendor/replicated-onboarding"
to="https://docs.replicated.com/vendor/replicated-onboarding"

[[redirects]]
from = "https://docs.replicated.com/vendor/tutorial-ci-cd-integration"
to = "https://docs.replicated.com/vendor/ci-overview"

###################################################
# Redirects To the Enterprise Section
Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ const sidebars = {
'vendor/ci-overview',
'vendor/ci-workflows',
'vendor/ci-workflows-github-actions',
'vendor/tutorial-ci-cd-integration',
],
},
{
Expand Down