Skip to content

fix: repair broken ZUnit community doc links blocking builds#735

Merged
ss-o merged 2 commits into
mainfrom
copilot/fix-broken-zunit-doc-links
May 20, 2026
Merged

fix: repair broken ZUnit community doc links blocking builds#735
ss-o merged 2 commits into
mainfrom
copilot/fix-broken-zunit-doc-links

Conversation

Copilot AI commented May 20, 2026

Copy link
Copy Markdown
Contributor

Docusaurus broken-link validation was failing because ZUnit community pages used bare relative links (e.g. ./06_ci) that resolved to non-existent routes — the actual routes are determined by frontmatter id fields (e.g. zunit-ci).

Changes

  • community/03_zunit/index.mdx — replaced 6 bare relative card links with absolute paths matching doc IDs:
    - <Link to="./01_installation">        ← resolves to missing route
    + <Link to="/community/zunit/zunit-installation">   ← matches id: zunit-installation
  • community/03_zunit/01_installation.mdx — added .mdx extensions to cross-doc references so Docusaurus uses file-based resolution:
    - See [Configuration](./05_configuration)
    + See [Configuration](./05_configuration.mdx)
  • community/03_zunit/04_running-tests.mdx — same fix for the ./06_ci./06_ci.mdx reference

Copilot AI requested review from Copilot and removed request for Copilot May 20, 2026 02:33
Copilot AI linked an issue May 20, 2026 that may be closed by this pull request
@ss-o
ss-o marked this pull request as ready for review May 20, 2026 02:36
Copilot AI review requested due to automatic review settings May 20, 2026 02:36
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 20, 2026

Copy link
Copy Markdown

Deploying zsh with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8d69433
Status: ✅  Deploy successful!
Preview URL: https://dd4c1341.zsh.pages.dev
Branch Preview URL: https://copilot-fix-broken-zunit-doc.zsh.pages.dev

View logs

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Copilot AI changed the title [WIP] Fix broken ZUnit community doc links blocking builds fix: repair broken ZUnit community doc links blocking builds May 20, 2026
Copilot finished work on behalf of ss-o May 20, 2026 02:40
Copilot AI requested a review from ss-o May 20, 2026 02:40
@ss-o
ss-o merged commit 6aed8cd into main May 20, 2026
7 checks passed
@ss-o
ss-o deleted the copilot/fix-broken-zunit-doc-links branch May 20, 2026 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

fix: repair broken ZUnit community doc links blocking builds

3 participants