Files
Jason Lee aff930cbe2 Add brand assets documentation page (#1141)
Summary
- Add localized /docs/assets pages listing Longbridge brand image
resources as Markdown/HTML for AI-readable access.
- Link the assets page from footer variants and add localized footer
labels.
- Allow breadcrumb suppression via frontmatter and copy assets markdown
routes after build.

Test Plan
- npx prettier -c scripts/copy-routes.ts
docs/.vitepress/theme/layouts/Layout.vue
docs/.vitepress/theme/style/index.css
docs/.vitepress/theme/components/AppFooter.vue
docs/.vitepress/theme/components/HomePage/Footer.vue
docs/.vitepress/theme/components/NewHomePage/Footer.vue
docs/en/docs/assets/index.md docs/zh-CN/docs/assets/index.md
docs/zh-HK/docs/assets/index.md docs/en/docs/assets/_category_.json
docs/zh-CN/docs/assets/_category_.json
docs/zh-HK/docs/assets/_category_.json
- npx tsc --noEmit -p docs/tsconfig.json
- git diff --check
- JSON parse check for locale files and assets category files

Note
- Did not run build because repository instructions prohibit AI sessions
from running build commands.

Co-authored-by: Codex <codex@openai.com>
2026-07-08 16:23:46 +08:00
..