docs(schedule): add subsystem reference

This commit is contained in:
Tianyi Cui
2026-08-09 22:54:28 +08:00
parent bef3fccbd8
commit 89eba1539b
16 changed files with 270 additions and 7 deletions

View File

@@ -294,7 +294,7 @@ describe('docsPages locale routes', () => {
const translated = rootPages.filter(page => page.contentLocale === 'zh-CN')
const fallbacks = rootPages.filter(page => page.contentLocale === 'en-US')
expect(translated).toHaveLength(42)
expect(translated).toHaveLength(43)
expect(translated.every(page => page.source.endsWith('.zh.md'))).toBe(true)
expect(fallbacks).toEqual([])
})