Review Pack Export designed
Review packs are curated exports of the portal for teams that need to review GPUaaS without Git access. They should come from portal pages and generated artifacts, not from one-off copies.
Pack Types
| Pack | Audience | Contents |
|---|---|---|
| Product | Product, UX, product leadership | Product strategy, user interactions, IA, competitive context, launch/runtime paths |
| Architecture | Architecture, development, infra | System overview, shared services, domain ownership, API route model, state machines |
| Security | CISO, security, architecture | Current controls, readiness posture, gaps, terminal/session security, billing controls |
| Operations | Ops, infra, SRE | Production baseline, release operations, observability, incident workflow, node lifecycle |
| App developer | Internal/partner app teams | Build path, SDK overview, manifest, artifacts, API reference, playground rules |
Export Rules
- Export from Docusaurus routes and generated artifacts.
- Include source-doc inventory and page freshness metadata.
- Preserve visibility labels and publication-track warnings.
- Do not include internal-only pages in external/customer/partner packs unless explicitly reviewed.
- Include diagrams as rendered assets or Mermaid source when useful.
- Include API artifacts when the pack targets developers or architecture.
Packaging Flow
First Implementation
Start with static folder or zip exports generated from the built portal:
- Build the portal.
- Select routes by pack type.
- Include
source-doc-inventory.jsonand generated API artifacts. - Record export date, source SHA, included routes, owner, and visibility.
- Package as zip/PDF only after the route list and publication filtering rules are stable.