docs: rebuild documentation site on Fumadocs (bilingual zh/en)#568
Merged
Conversation
837b86c to
837757b
Compare
Replace the MkDocs Material site with a Fumadocs (Next.js) project. - Bilingual content (Chinese default + English) with i18n routing, language switcher, localized UI and page-action buttons, and Mandarin-tokenized static search. - Migrate ~54 pages from MkDocs markdown to MDX (admonitions -> Callout, content tabs -> Tabs, collapsibles -> Accordions, inlined --8<-- examples, Mermaid, Video), merging richer code examples from the AgentKit GitBook. - New pages: A2UI + VeADK frontend, Agent Skills, A2A Hub, middleware events, built-in MCP tools, system tools, Langchain, AgentKit CLI, API reference, observability overview, installation, local debugging. - Google-ADK-style navigation: root dropdown (Framework / CLI / Reference) with grouped sidebar sections. - Static export for GitHub Pages with base-path handling (assets, MDX images, root redirect, .nojekyll); the POST chat route is excluded from export. - Update the deploy-docs workflow to build the Fumadocs static site on Node 22. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
837757b to
a4afb3a
Compare
zakahan
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the MkDocs Material site with a Fumadocs (Next.js) project.