docs: fix broken welcome/guides/selfhost-setup pages (README.md vs _index.md collision)#137
Merged
Conversation
…orizon image The welcome, guides, and selfhost-setup sections each had a leftover README.md from the VitePress migration sitting alongside the real Hugo _index.md, silently colliding on the same URL and breaking navigation on those pages. Merge README.md content into _index.md (porting aliases) and drop the duplicates. Also add the missing db-create/mongodb/horizon.png referenced by the mongodb+srv DNS docs, and document the extra-'../' link convention, liche's -s flag, and this README/_index collision pattern in CLAUDE.md so it doesn't need re-explaining. Signed-off-by: Arnob kumar saha <arnob@appscode.com>
Keep only the mongodb horizon image addition; the README/_index.md consolidation will be handled separately. Signed-off-by: Arnob kumar saha <arnob@appscode.com>
…README links Signed-off-by: Arnob kumar saha <arnob@appscode.com>
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
…p README Signed-off-by: Arnob kumar saha <arnob@appscode.com>
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
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
db-create/mongodb/horizon.pngimage referenced by mongodb+srv DNS docs (docs: document MongoDB mongodb+srv style DNS (horizon) endpoints #136).docs/platform/guides/database-management/overview.mdoverview page.docs/platform/guides/README.mdanddocs/platform/selfhost-setup/README.mdlink paths.CLAUDE.mddocumenting the../link convention andlicheusage.liche -i/--skip-filenameflag (appscodelabs/liche,arnob-strip-prefix) and wired CI to skipREADME.mdfiles from link checking.Test plan
liche(CI's exact command, with-i '^README\.md$') passes on the full repo