ModelEngine-Group / ModelEngine-Group/nexent
[Document] Add missing Skill pages to bilingual documentation sidebars
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5.9k
- Forks
- 731
- Avg merge
- 19h 34m
- Merged PRs (30d)
- 172
Description
Document Change Description
The English and Chinese Skill documentation pages are present and build successfully, but none of them are reachable from the VitePress sidebars:
- /en/user-guide/skills and /zh/user-guide/skills
- /en/backend/skills/ and /zh/backend/skills/
Current behavior: users must know or discover the direct URLs; the User Guide and Backend Development sidebars omit these pages.
Expected behavior: both locale sidebars should expose Skill Management in User Guide and the backend Skills overview in Backend Development.
Proposed scope: update only doc/docs/.vitepress/config.mts and verify with pnpm run docs:build. This is a documentation-navigation-only change; it does not alter APIs, schemas, runtime contracts, cross-module behavior, or product behavior, so no product SPEC update is needed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open doc/docs/.vitepress/config.mts and locate the English and Chinese User Guide and Backend Development sidebar entries. Add the Skill Management and backend Skills overview pages for both locales, then run pnpm run docs:build; done means the four listed Skill documentation paths are reachable from their sidebars.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100