Fix 37 broken internal links, move publications to resources, add lychee checker#33
Merged
Merged
Conversation
…hee checker
- Fix all <<{/path#,text>> AsciiDoc cross-references to link:/path[text]
syntax across 14 content files (37 broken links total)
- Move Reference Publications from team page to new /resources/publications
page with proper card layout and descriptions
- Fix standard page edition links (ed1.adoc# → /standard/ed1)
- Add lychee link checker GitHub Actions workflow
- Add publications to router, navigation, and ViteSSG routes
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.
Three fixes:
Broken link fix: All 37
<<{/path#,text>>AsciiDoc cross-references across 14 content files were rendering as<a href="{/path.html">— broken URLs with{prefix and.htmlsuffix. Fixed tolink:/path[text]which renders correctly as<a href="/path">.Publications to resources: Removed the Reference Publications section from the team page (wrong IA — publications aren't people) and created a proper
/resources/publicationspage with card layout, descriptions, and author attribution.Lychee link checker: Added
.github/workflows/links.ymlto run lychee on every push/PR, catching broken internal and external links before deploy.Also fixes the
/standardpage where edition links pointed toed1.adoc#instead of/standard/ed1.