revert(docs): roll back PR #902#906
Merged
Merged
Conversation
This reverts commit c918866. allow-deletions: true # Conflicts: # sitemap-ai.xml # snippets/composables/pages/changelogs/protocol/go-livepeer.mdx # v2/resources/changelog/protocol/go-livepeer.mdx
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
📊 V2 Browser Sweep Results❌ Test report not found. The test may have failed before report generation.
|
Standardised frontmatter scalars to double quotes and replaced em-dash characters with en-dash in authored MDX. Generated by .github/workflows/remediator-brand-repair-frontmatter-and-em-dashes.yml
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
Reverts PR #902 (
c918866e9,Handover/docs v2 into docs v2 dev 20260518 (#902)) fromdocs-v2because it caused missing docs pages and multiple 404s in production.This branch is based on current
origin/docs-v2and preserves the post-#902 changelog/sitemap updates already on the branch:Revert Notes
revert/pr-902.docs-v2versions of:sitemap-ai.xmlsnippets/composables/pages/changelogs/protocol/go-livepeer.mdxv2/resources/changelog/protocol/go-livepeer.mdxv2/resources/redirect/v2/resources/redirect->/v2/resources/portaljsconfig.json, which made Mintlify parse a non-config route tree as YAML.Validation
Passed:
node operations/tests/unit/docs-navigation.test.js --strict-missingorigin/docs-v2Known validation issue:
npx mintlify@4.2.459 validatefails with:error end of the stream or a document separator is expected (215:16)HEAD~1docs.jsonand scoped navigation files, so this parse failure is not introduced by this rollback.Risk
This is a large rollback because PR #902 was a large squash merge. The PR intentionally prioritizes restoring the pre-#902
docs-v2content surface while preserving post-merge changelog/sitemap updates and current navigation invariants needed for validation.