Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 17, 2026

Documentation URLs contained numeric prefixes (00-framework, 02-objectql, 03-objectui, 04-objectos) that served no semantic purpose and reduced URL clarity.

Changes

  • Directory structure: Renamed 8 directories to remove numeric prefixes

    • English: 00-frameworkframework, 02-objectqlobjectql, etc.
    • Chinese: Same changes in cn/ subdirectory
  • Navigation metadata: Updated meta.json files to reference new directory names

  • Internal links: Updated 300+ MDX file links from numbered paths to clean paths

    • /docs/02-objectql/protocol-spec/docs/objectql/protocol-spec
    • /docs/03-objectui/core-concepts/docs/objectui/core-concepts

Result

URLs are now cleaner and more maintainable:

- https://docs.objectstack.ai/docs/02-objectql/protocol-spec
+ https://docs.objectstack.ai/docs/objectql/protocol-spec

Build verified with no broken links.

Original prompt

删除文档URL中的所有数字,并更新meta和相关链接


💬 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 6:51am

Request Review

@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 #36

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 17, 2026
Copy link

Copilot AI left a 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 removes numeric prefixes from all documentation URLs to create cleaner, more intuitive paths. The changes rename directories from numbered formats (00-framework, 02-objectql, 03-objectui, 04-objectos) to their simple names (framework, objectql, objectui, objectos) and update all internal documentation references accordingly.

Changes:

  • Renamed documentation directories to remove numeric prefixes
  • Updated navigation metadata in meta.json files for both English and Chinese documentation
  • Updated all internal Markdown links throughout the documentation to reflect the new URL structure

Reviewed changes

Copilot reviewed 81 out of 107 changed files in this pull request and generated no comments.

Show a summary per file
File Description
content/docs/meta.json Updated navigation config to reference non-numbered directory names
content/docs/cn/meta.json Updated Chinese navigation config to reference non-numbered directory names
content/docs/framework/index.mdx New index file created for framework section with updated internal links
content/docs/cn/framework/index.mdx New Chinese index file created for framework section with updated internal links
content/docs/00-framework/index.mdx Removed old numbered framework index file
content/docs/cn/00-framework/index.mdx Removed old numbered Chinese framework index file
All other .mdx files Updated internal documentation links to remove numeric prefixes from URLs

Copilot AI changed the title [WIP] Remove all numbers from document URLs and update meta Remove numeric prefixes from documentation URLs Jan 17, 2026
Copilot AI requested a review from huangyiirene January 17, 2026 06:56
@huangyiirene
Copy link
Collaborator

@copilot 检查确认所有文档中的链接

Copy link
Contributor Author

Copilot AI commented Jan 17, 2026

@copilot 检查确认所有文档中的链接

已完成所有文档链接的验证 ✅

验证结果:

  • 英文文档:44个唯一链接,全部有效 ✓
  • 中文文档:41个唯一链接,全部有效 ✓
  • 链接引用总数:302个,全部已更新为新格式 ✓
  • 旧的数字路径(00-framework, 02-objectql, 03-objectui, 04-objectos):0处出现 ✓

**所有链接目标文件均已验证存在,没有失效链接。**构建测试也已通过,文档站点可以正常访问所有页面。

@huangyiirene
Copy link
Collaborator

@copilot 所有的英文文档也要改

Copy link
Contributor Author

Copilot AI commented Jan 17, 2026

@copilot 所有的英文文档也要改

已检查所有英文文档,确认:

✅ 所有英文文档目录已重命名(framework, objectql, objectui, objectos)
✅ 所有英文文档中的内部链接已更新为新格式
✅ meta.json 文件已更新
✅ 没有找到任何使用旧数字前缀(00-, 02-, 03-, 04-)的链接

英文文档和中文文档的更新已完成。如果您指的是其他需要修改的地方,请具体说明。

@huangyiirene huangyiirene marked this pull request as ready for review January 17, 2026 08:54
@huangyiirene huangyiirene merged commit 213bc94 into main Jan 17, 2026
8 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.

2 participants