ce76046a29
- consolidate API ownership and remove dead vendor code - add Stripe billing, learning paths, and public CV hardening - add migration, recovery, security, audit, and browser gates
8 lines
383 B
Markdown
8 lines
383 B
Markdown
# rendering
|
|
|
|
Rendering is a projection pipeline: Career Profile plus `CvVariantSettings` becomes `CvRenderModel`,
|
|
then `ThemedCvRenderer` applies a declarative `CvTheme` to produce HTML. Preview, authenticated PDF,
|
|
and public sharing all use this path, preventing format-specific content drift.
|
|
|
|
See `docs/architecture/cv-rendering.md` and `docs/architecture/cv-theme-engine.md`.
|