[codex] Add WeCom, QQ, and DingTalk channel guides#895
Conversation
Deploying nexu-docs with
|
| Latest commit: |
d9f30cb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f52e0e0c.nexu-docs.pages.dev |
| Branch Preview URL: | https://codex-channel-docs-wecom-qq.nexu-docs.pages.dev |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d9f30cb463
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { text: "模型配置", link: "/zh/guide/models" }, | ||
| { text: "技能安装", link: "/zh/guide/skills" }, | ||
| { text: "Seedance 2.0 视频生成", link: "/zh/guide/seedance" }, | ||
| { text: "Seedance 2.0 视频生成(Windows 版)", link: "/zh/guide/seedance-windows" }, |
There was a problem hiding this comment.
Remove nonexistent Seedance Windows guide from sidebar
This sidebar link points to /zh/guide/seedance-windows, but there is no corresponding docs/zh/guide/seedance-windows.md in the repo. Running node ./docs/scripts/validate-doc-pages.mjs fails on this exact missing source, so this change introduces a docs-validation failure and a user-facing 404 if the link is published.
Useful? React with 👍 / 👎.
| { | ||
| text: "帮助", | ||
| items: [ | ||
| { text: "Windows 内测使用指南", link: "/zh/guide/windows-beta" }, |
There was a problem hiding this comment.
Remove nonexistent Windows beta guide from sidebar
This new help entry links to /zh/guide/windows-beta, but there is no docs/zh/guide/windows-beta.md file. node ./docs/scripts/validate-doc-pages.mjs reports this missing source, so keeping this line will continue to break docs validation and send users to a dead page.
Useful? React with 👍 / 👎.
What changed
This PR adds new channel setup guides for WeCom, QQ, and DingTalk.
It includes:
Why
The Chinese docs for these three channels were added and iterated locally, and the English and Japanese docs needed to be brought up to the same level so the documentation stays consistent across locales.
User impact
Users can now find setup instructions for WeCom, QQ, and DingTalk in:
Validation
I validated the docs changes in a clean branch with:
pnpm validate:docsin the working docs treeNote:
node ./scripts/validate-doc-pages.mjsdirectly on a cleanorigin/maincheckout still reports two pre-existing missing zh pages:/zh/guide/seedance-windowsand/zh/guide/windows-beta