feat(docs): document newly available catalog components and updated build configuration details

This commit is contained in:
2026-04-02 18:48:22 +00:00
parent cde6ccd841
commit 531ec5a2d0
4 changed files with 61 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
## Project Structure
- `html/index.ts` - WccTools setup with sections for Pages and Elements
- `ts_web/elements/` - All web components (27 elements + 6 demo-view wrappers)
- `ts_web/elements/` - All web components (34 elements + 9 demo-view wrappers)
- `ts_web/elements/index.ts` - Barrel export for all element components
- `ts_web/pages/` - Page components
@@ -20,9 +20,14 @@
| Dashboard Grids | sz-status-grid-cluster, sz-status-grid-services, sz-status-grid-network, sz-status-grid-infra |
| Platform | sz-platform-services-card, sz-platform-service-detail-view |
| Network | sz-network-proxy-view, sz-network-dns-view, sz-network-domains-view, sz-reverse-proxy-card, sz-dns-ssl-card, sz-certificates-card, sz-domain-detail-view |
| Routes | sz-route-list-view, sz-route-card |
| Services | sz-services-list-view, sz-services-backups-view, sz-service-detail-view, sz-service-create-view |
| App Store | sz-app-store-view |
| MTA / Email | sz-mta-list-view, sz-mta-detail-view |
| Configuration | sz-config-overview, sz-config-section |
| Auth & Settings | sz-login-view, sz-tokens-view, sz-settings-view, sz-registry-advertisement, sz-registry-external-view |
## Build
- `pnpm run build` - tsbuild tsfolders + tsbundle element --production
- `pnpm run build` - tsbuild tsfolders + tsbundle (reads from .smartconfig.json)
- `pnpm run watch` - starts wcctools dev server
- Config file: `.smartconfig.json` (renamed from npmextra.json)