fix(docs): repoint decisions/ links to GitHub URLs#175
Merged
Conversation
After #172 excluded the decisions/ tree from the public site, the remaining intra-site links to ./decisions/ and ../decisions/ pointed at nothing in the published site. Repoint them at the GitHub tree URL so they resolve from both the rendered site and a local Markdown reader. Touches intro.md and contributors/README.md in EN, ES, and zh-CN (zh-CN bundled here for consistency; the locale itself is not yet active in the site, but its source is in main). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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
docs/decisions/from the public site, leaving relative Markdown links (./decisions,../decisions/,../../../decisions/) that resolved to nothing on https://straymark.dev.https://github.com/StrangeDaysTech/straymark/tree/main/docs/decisions) so they work in both the published site and GitHub Markdown views.zh-CN is bundled here for source consistency. The locale isn't active in `docusaurus.config.ts` yet — it ships in a follow-up PR from `wip-zh-CN`.
Test plan
🤖 Generated with Claude Code