docs: remove GitOps Cloud documentation segment - #1436
Open
idan-codefresh wants to merge 1 commit into
Open
Conversation
Remove the standalone "GitOps Cloud" documentation set, which was a parallel copy of the GitOps-relevant subset of the main docs. All 122 mapped twin pages were byte-identical to their _docs counterparts and had gone stale, so the microsite added maintenance burden without unique value. Preserve the two pieces of genuinely unique content: - Merge the unique GitOps Runtime troubleshooting scenarios into _docs/installation/gitops/runtime-troubleshooting.md - Migrate the GitOps Cloud SLA into _docs/terms-and-privacy-policy/sla-gitops-cloud.md (added to nav) Remove the GitOps Cloud infrastructure: - _gitops/ collection, _posts-gitops/, gitops/index.html - _data/argohub-nav.yml, _data/argohub-home-content.yml - _layouts/gitops.html, argohub navbar/sidebar includes - assets/js/argohub-redirect/ switcher + redirect map, build/create_symlink.js Unwire references: - _config.yml: drop gitops/posts-gitops collections, defaults, and feed (retain gitops_collection var so legacy _docs conditionals stay valid) - docs-navbar.html: remove the product switcher dropdown - scripts.html: drop redirect script/globals; hardcode Amplitude segment - home-content.yml: repoint the one /gitops/ homepage link to its /docs twin - home.html, package.json, README.md: remove dead branches, scripts, docs No redirects added: the GitOps Cloud collection was excluded from indexing (noindex + sitemap: false), so the /gitops/ URLs are not indexed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
"[CI] Staging environment is at https://staging-docs.codefresh.io/docsremove-gitops-cloud/docs/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the standalone GitOps Cloud documentation set (the
GitOps Cloudoption in the header product switcher). It was a parallel copy of the GitOps-relevant subset of the main docs: 122 of 134 pages were byte-identical to their_docstwins and had gone stale (last touched May 2026 vs._docsactively maintained), so the microsite added maintenance burden without unique value.Content preserved
The only genuinely unique content is migrated into the main docs:
_docs/installation/gitops/runtime-troubleshooting.md._docs/terms-and-privacy-policy/sla-gitops-cloud.md(added to nav under Terms and Privacy Policy). The existing generalsla.mdis untouched.The GitOps Cloud product-positioning pages (
what-is-gitops-cloud,explore-gitops-cloud-features) and support pages were intentionally not migrated.Removed
_gitops/collection (134 pages),_posts-gitops/,gitops/index.html_data/argohub-nav.yml,_data/argohub-home-content.yml_layouts/gitops.html,_includes/argohub-docs-navbar.html,_includes/argohub-docs-sidebar.html.twigassets/js/argohub-redirect/(switcher JS + redirect map),build/create_symlink.jsUnwired
_config.yml: droppedgitops/posts-gitopscollections, defaults, and GitOps feed. Retained thegitops_collectionvariable (with a comment) so the ~137{% if page.collection == site.gitops_collection %}conditionals in_docsstay valid — they already render the enterprise (non-GitOps-Cloud) branch._includes/docs-navbar.html: removed the GitOps Cloud / Pipelines & GitOps product switcher dropdown._includes/scripts.html: removed the redirect script + globals; hardcoded the Amplitude segment toenterprise(previously read a cookie global from the deleted JS)._data/home-content.yml: repointed the one homepage link that went into/gitops/…to its/docs/…twin._layouts/home.html,package.json,README.md: removed dead GitOps Cloud branches, npm scripts, and docs.No redirects
Per intent: the GitOps Cloud collection was excluded from indexing (
noindex+sitemap: false), so the/gitops/…URLs are not indexed and don't need redirects.Verification
_config.ymland data files parse as valid YAML; collections reduced toposts, pages, docs.{% include %}andlayout:reference resolves; nothing references the removedgitopslayout or argohub includes./gitops/links remain in any kept source file.🤖 Generated with Claude Code