Skip to content

RTC Mini Program TypeDoc migration shows global Reference sidebar instead of scoped API navigation #801

Description

@Foesa-yyx

Problem

The migrated RTC Mini Program TypeDoc API reference opens locally, but it does not show a product-scoped Mini Program API sidebar. From a user perspective, the page falls back to the global Reference navigation instead of the legacy Mini Program API navigation.

Evidence

Local reproduction on VITE_DOCS_REGION=cn preview:

  • http://127.0.0.1:3000/zh-CN/api-reference/rtc/mini-program returns 200.
  • The page text includes global Reference navigation sections such as 参考概览, 对话式 AI, 语音与视频 RTC, and 互动白板.
  • content/docs/zh-CN/api-reference/rtc/mini-program/meta.json contains scoped Mini Program pages, including index, Globals, classes, interfaces, and enums.
  • content/docs/zh-CN/api-reference/rtc/meta.json does not include mini-program in its pages list.
  • Representative migrated symbol page http://127.0.0.1:3000/zh-CN/api-reference/rtc/mini-program/classes/client returns 200.

Legacy page used for comparison:

  • https://doc.shengwang.cn/api-ref/rtc/mini-program/overview.html returns 200 and represents the legacy Mini Program API reference entry.

Impact

Users can open the migrated Mini Program API overview, but they cannot browse the Mini Program API reference through a scoped sidebar. The available generated API pages are effectively hidden behind the global Reference tree.

Scope

Links

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingready-for-humanRequires human implementation

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions