Skip to content

Commit

Permalink
Merge pull request #2848 from replicatedhq/remove-ci-cd-tutorial
Browse files Browse the repository at this point in the history
Remove outdated ci cd tutorial
  • Loading branch information
paigecalvert authored Nov 20, 2024
2 parents 5a4ad4b + 2e2403a commit 99b9ff9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 150 deletions.
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

0 comments on commit 99b9ff9

Please sign in to comment.