@x12i/docify-product-site
v1.5.0
Published
Template SDK: render Docify product mini-sites (business-value surface) from Markdown models.
Readme
@x12i/docify-product-site
Template SDK for Docify product mini-sites (business-value surface).
Contents
| Path | Role |
|---|---|
| src/schemas/ | TS types + section/page registries |
| src/render/ | HTML chrome + section renderers |
| src/theme/ | tokens + full product-site CSS (from reference look) |
| src/client/ | nav drawer + copy helpers |
| src/publish/ | hostname validation helpers |
| templates/ | optional static HTML partials (mirrors renderers) |
Integration
- Add package to Docify monorepo workspaces.
- Port
src/schemas/types.ts→ Zod in@x12i/docify-core. - Call
renderProductPagefromdocify-exportbuildProductSite. - Copy
src/theme/*andsrc/client/*intodist/product-site/assets/. - Wire CLI — see
../../docs/FR-SPEC.md.
Hard rules
- Products brand via
product-site.jsononly — no CSS forks. - Section types are platform-owned.
- Original marketing copy from any reference site must not land here.
Hostname
Product sites publish to {product}.{domain} (e.g. memorix.x12i.com).
Docs remain on docs.{product}.{domain}.
