Skip to content

docs: merge Kimi Datasource into plugins page and add terminal tip#551

Merged
wbxl2000 merged 5 commits into
MoonshotAI:mainfrom
wenhua020201-arch:docs/plugins-datasource-merge
Jun 8, 2026
Merged

docs: merge Kimi Datasource into plugins page and add terminal tip#551
wbxl2000 merged 5 commits into
MoonshotAI:mainfrom
wenhua020201-arch:docs/plugins-datasource-merge

Conversation

@wenhua020201-arch

@wenhua020201-arch wenhua020201-arch commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Merge Kimi Datasource standalone doc into the plugins page as a dedicated section, placed between installation management and plugin manifest
  • Rewrite datasource content: replace verbose feature tables with scenario-driven use cases and a condensed coverage table
  • Add /skill:kimi-datasource as an explicit invocation method alongside natural language; update /new references to /reload in installation steps
  • Promote GitHub URL formats and notes to named H3 subsections for clearer structure
  • Add a modern terminal recommendation tip (Kitty / Ghostty) in the Installation section of getting-started
  • Remove standalone Kimi Datasource sidebar entries from zh and en nav
  • zh and en kept in sync throughout

Test plan

  • Local VitePress dev server renders correctly (plugins page, getting-started page)
  • Sidebar nav has no dangling datasource links

… getting started

- Merge datasource.md content into plugins.md as a dedicated section,
  placed between installation management and plugin manifest sections
- Replace verbose feature tables with scenario-driven use cases and a
  condensed coverage table
- Add /skill:kimi-datasource as an explicit invocation method alongside
  natural language; update /new references to /reload
- Promote GitHub URL formats and notes to named H3 subsections within
  installation management
- Add terminal recommendation tip (Kitty / Ghostty) in the Installation
  section of getting-started
- Remove standalone datasource.md sidebar entries from zh and en nav
@changeset-bot

changeset-bot Bot commented Jun 8, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1c559fc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jun 8, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@2215510
npx https://pkg.pr.new/@moonshot-ai/kimi-code@2215510

commit: 2215510

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

Copy link
Copy Markdown

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: 757ccf17be

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread docs/.vitepress/config.ts
@@ -143,7 +142,6 @@ const config = withMermaid(defineConfig({
{ text: 'Model Context Protocol', link: '/en/customization/mcp' },
{ text: 'Agent Skills', link: '/en/customization/skills' },
{ text: 'Plugins', link: '/en/customization/plugins' },

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Redirect or remove the old datasource page

When the datasource sidebar entry is removed here, the old pages at docs/en/customization/datasource.md and docs/zh/customization/datasource.md are still present, so VitePress will continue to build /customization/datasource for users arriving from bookmarks or search. Those pages now duplicate the merged plugin section and already contain stale installation guidance (/new instead of the new /reload wording), so the docs can present conflicting instructions unless the old pages are deleted or redirected to plugins.md#kimi-datasource.

Useful? React with 👍 / 👎.

wenhua020201-arch and others added 4 commits June 8, 2026 21:11
Delete zh/en datasource.md (content now merged into plugins.md) and
add VitePress redirects so existing bookmarks and search results for
/customization/datasource land on /customization/plugins instead.
Replace deleted files with minimal pages that link to the merged
section in plugins.md. VitePress redirects only fire in SSG builds;
dev-server visitors hitting the old URL would 404 without these stubs.
VitePress `redirects` config only fires during SSG build; the dev
server ignores it, causing 404s on the old /customization/datasource
URLs. Add a Vite `configureServer` middleware that handles the redirect
in dev mode, while the top-level `redirects` config continues to
generate meta-refresh HTML pages for the production build.
@wbxl2000 wbxl2000 merged commit e5e9d28 into MoonshotAI:main Jun 8, 2026
6 checks passed
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