-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Fix action run issues in workflow #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Fix action run issues in workflow #94
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes broken documentation links across MDX files by updating internal references from .md to .mdx extensions and correcting relative paths to CONTRIBUTING.md.
Changes:
- Updated all internal documentation links from
.mdto.mdxextension - Fixed CONTRIBUTING.md references to use correct relative path (../../../../../CONTRIBUTING.md)
- Fixed absolute path link in getting-started to use relative path with proper extension
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/site/content/docs/spec/metadata-format.mdx | Updated logic-hooks reference to use .mdx extension |
| apps/site/content/docs/spec/index.mdx | Updated all internal spec and guide references to use .mdx extension |
| apps/site/content/docs/spec/http-protocol.mdx | Updated query-language reference to use .mdx extension |
| apps/site/content/docs/guide/security-guide.mdx | Updated related documentation links to use .mdx extension |
| apps/site/content/docs/guide/sdk-reference.mdx | Updated all related documentation references to use .mdx extension |
| apps/site/content/docs/guide/logic-hooks.mdx | Updated related documentation links to use .mdx extension |
| apps/site/content/docs/guide/logic-actions.mdx | Updated related documentation links to use .mdx extension |
| apps/site/content/docs/guide/index.mdx | Updated next steps and quick links to use .mdx extension |
| apps/site/content/docs/guide/data-modeling.mdx | Updated next steps links to use .mdx extension |
| apps/site/content/docs/guide/contributing-development.mdx | Updated all internal references including CONTRIBUTING.md path and anchor links to use .mdx extension |
| apps/site/content/docs/getting-started/index.mdx | Changed absolute path to relative path with .mdx extension |
3dd4c5d
into
copilot/migrate-existing-documents
Fix Broken Documentation Links in MDX Files
.mdreferences to.mdxinapps/site/content/docs/guide/files.mdreferences to.mdxinapps/site/content/docs/spec/filesAll documentation links have been successfully fixed. The link checker now passes with 144 valid links and 9 redirects (all external).
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.