Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 17, 2026

Documentation contained broken links due to incorrect directory references and relative paths that don't resolve with Fumadocs' /docs baseUrl.

Changes

Fixed directory references

  • 00-intro/*00-framework/*
  • 01-quickstart00-framework/quickstart
  • /docs/getting-started/docs/00-framework/quickstart

Converted relative to absolute links

  • ./core-concepts/docs/02-objectql/core-concepts
  • ../02-objectql/docs/02-objectql
  • Applied across 37 MDX files (English and Chinese)

Before/After

- [Quick Start Guide](./01-quickstart)
+ [Quick Start Guide](/docs/00-framework/quickstart)

- [Core Concepts](./core-concepts)
+ [Core Concepts](/docs/02-objectql/core-concepts)

- [ObjectQL Documentation](/docs/objectql)
+ [ObjectQL Documentation](/docs/02-objectql)

Screenshot

Navigation now works correctly across all documentation pages:

Fixed documentation navigation

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fumadocs.vercel.app
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

修改网站所有错误的链接


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link

vercel bot commented Jan 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 17, 2026 4:16am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
… prefix

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix all broken links on the website Fix broken internal documentation links Jan 17, 2026
Copilot AI requested a review from hotlong January 17, 2026 02:00
@github-actions
Copy link

🚀 Preview Deployment

This pull request will be automatically deployed to Vercel.

Preview Links

  • 📝 Documentation: Will be available once Vercel deployment completes
  • 🌍 Languages: English (/en/docs) and Chinese (/cn/docs)

Build Status

Check the CI workflow for build status and any errors.


Automated preview information for PR #32

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 17, 2026
@huangyiirene huangyiirene marked this pull request as ready for review January 17, 2026 04:37
@huangyiirene huangyiirene merged commit 997fb04 into main Jan 17, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants