Skip to content

[codex] Add WeCom, QQ, and DingTalk channel guides#895

Merged
qiongyu1999 merged 1 commit intomainfrom
codex/channel-docs-wecom-qq-dingtalk
Apr 7, 2026
Merged

[codex] Add WeCom, QQ, and DingTalk channel guides#895
qiongyu1999 merged 1 commit intomainfrom
codex/channel-docs-wecom-qq-dingtalk

Conversation

@qiongyu1999
Copy link
Copy Markdown
Collaborator

What changed

This PR adds new channel setup guides for WeCom, QQ, and DingTalk.

It includes:

  • new Chinese guides for WeCom, QQ, and DingTalk
  • matching English guides for WeCom, QQ, and DingTalk
  • matching Japanese guides for WeCom, QQ, and DingTalk
  • sidebar and channel index updates in all three locales
  • screenshot assets for the new guides

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:

  • Simplified Chinese
  • English
  • Japanese

Validation

I validated the docs changes in a clean branch with:

  • targeted local preview checks for the new channel pages
  • pnpm validate:docs in the working docs tree

Note:

  • running node ./scripts/validate-doc-pages.mjs directly on a clean origin/main checkout still reports two pre-existing missing zh pages: /zh/guide/seedance-windows and /zh/guide/windows-beta
  • those missing pages are unrelated to this PR's channel docs changes

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying nexu-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

@qiongyu1999 qiongyu1999 requested a review from zoeforfun April 7, 2026 11:30
@qiongyu1999 qiongyu1999 marked this pull request as ready for review April 7, 2026 11:33
@qiongyu1999 qiongyu1999 merged commit b2d565d into main Apr 7, 2026
3 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread docs/.vitepress/config.ts
{ 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" },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Comment thread docs/.vitepress/config.ts
{
text: "帮助",
items: [
{ text: "Windows 内测使用指南", link: "/zh/guide/windows-beta" },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@lefarcen lefarcen mentioned this pull request Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants