Files
wehub-resource-sync 2114b14ee0
Sync main into demo / sync (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:26 +08:00

16 lines
889 B
Markdown

# Tooling Platform Docs
Use these docs when changing build-time discovery, generated artifacts, Vite plugins, assets, CDN behavior, WMR, or i18n plumbing.
| Need | Read |
|---|---|
| Vite plugins, app auto-discovery, navigation artifacts, CDN, WMR, i18n, validation commands | [`build.md`](build.md) |
| Vite plugin/discovery quick lookup | [`vite-plugins.md`](vite-plugins.md) |
| App and OS i18n tooling | [`i18n.md`](i18n.md) |
| WMR renderer/parser lookup | [`wmr.md`](wmr.md) |
| Generated artifact rules and commands | [`generated-artifacts.md`](generated-artifacts.md) |
| App module file conventions | [`../app/module-contract.md`](../app/module-contract.md) |
| Navigation artifact semantics | [`../navigation/declaration.md`](../navigation/declaration.md) |
Most app authors only need the commands surfaced in the root `README.md`; this directory is for platform maintainers.