Image links fixes#700
Open
Jiayi-Ye02 wants to merge 35 commits into
Open
Conversation
* docs: add migration control spec * docs: add single-doc fidelity audit script * zh ai delete * docs: add legacy component migration map * cn migration table and md * docs: update migration control spec Align the migration control spec with the latest file-level redirect mapping table and explicit migration/audit progress fields. * fix: report legacy migration references * docs: wire migration control workflow * feat: migrate zh-CN redirect docs * feat: merge zh-CN platform variants * fix: rename zh-CN guide nav labels * fix: align zh-CN top docs tabs * fix: resolve zh-CN AI page render errors --------- Co-authored-by: Jiayi-Ye02 <yejiayi@shengwang.cn>
* build bugs fixed * zh convoai restful added
* clould recording added * all restful api yaml docs added * fix: align OpenAPI lane audit parsing
* feat: add unified HTML-to-markdown migration tool for legacy API docs Add a generic script that converts DITA-OT generated HTML API reference documentation into pure markdown files compatible with the docs portal. The tool handles multiple products and platforms without requiring per-product custom scripts. It supports: - Class/struct pages with properties - Enum type definitions - Method/API pages with parameters and return values - Callback definitions - Nested article structures and TOC pages - Internal link resolution to portal routes - Admonition/note rendering (info, warning, error) - Code blocks with language hints Includes Vitest tests and README documentation. * dita opt type html reference * update on script --------- Co-authored-by: czhen <56986964+shczhen@users.noreply.github.com>
* fix: flatten zh-CN IA and merge platform docs * fix: keep zh-CN quick-start table slots valid
* feat: migrate zh-CN SDK downloads * feat: unify zh-CN SDK downloads
* docs: add migration control spec * docs: add single-doc fidelity audit script * zh ai delete * docs: add legacy component migration map * cn migration table and md * docs: update migration control spec Align the migration control spec with the latest file-level redirect mapping table and explicit migration/audit progress fields. * fix: report legacy migration references * docs: wire migration control workflow * feat: migrate zh-CN redirect docs * feat: merge zh-CN platform variants * fix: rename zh-CN guide nav labels * fix: align zh-CN top docs tabs * fix: resolve zh-CN AI page render errors --------- Co-authored-by: Jiayi-Ye02 <yejiayi@shengwang.cn>
* build bugs fixed * zh convoai restful added
* clould recording added * all restful api yaml docs added * fix: align OpenAPI lane audit parsing
* feat: add unified HTML-to-markdown migration tool for legacy API docs Add a generic script that converts DITA-OT generated HTML API reference documentation into pure markdown files compatible with the docs portal. The tool handles multiple products and platforms without requiring per-product custom scripts. It supports: - Class/struct pages with properties - Enum type definitions - Method/API pages with parameters and return values - Callback definitions - Nested article structures and TOC pages - Internal link resolution to portal routes - Admonition/note rendering (info, warning, error) - Code blocks with language hints Includes Vitest tests and README documentation. * dita opt type html reference * update on script --------- Co-authored-by: czhen <56986964+shczhen@users.noreply.github.com>
* fix: flatten zh-CN IA and merge platform docs * fix: keep zh-CN quick-start table slots valid
* feat: migrate zh-CN SDK downloads * feat: unify zh-CN SDK downloads
…to CN-NEWDOC # Conflicts: # scripts/html-to-md-migration.README.md # scripts/html-to-md-migration.mjs # scripts/html-to-md-migration.test.ts # src/components/mdx/PlatformTabsGroup.tsx # src/components/openapi/FumadocsOpenApiContent.test.tsx # src/components/openapi/FumadocsOpenApiContent.tsx
Vercel PreviewPreview URL: https://docs-portal-b6y1lt3bo-agora-devx.vercel.app |
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.
Summary
Type of Change
Verification
bun run testbun run types:checkbun run lintbun run buildScreenshots
Notes for Reviewers