Tagged #feature
6 posts
-
v0.16.0
New .claude/rules guidance so your project's AI agent knows about private (gated) collections, subdomain hubs, and that locking access (Cloudflare Access) is a separate manual step. Plus docs for setting it up.
-
v0.14.0
Data file values can now carry per-language variants. A value like { en: "Cloud infrastructure", de: "Cloud-Infrastruktur" } resolves to the current page language, so the bundled Trust Center is bilingual out of the box. Plain single-language data is unchanged.
-
v0.15.0
New `private = true` collection flag builds a collection's hub and pages but keeps them out of every public discovery surface (sitemap, llms.txt, search index, feeds, homepage) — for content placed behind Cloudflare Access or HTTP auth.
-
v0.13.0
seite now collects anonymous, opt-out usage telemetry (which commands run, on what platform) to guide development. No paths, content, or personal data are sent — disable any time with `seite telemetry off`, SEITE_TELEMETRY=0, or DO_NOT_TRACK=1.
-
v0.12.0
Auto-generate subdomain deploy steps in CI workflows and stop pinning the seite version so projects always use the latest release.
-
v0.10.0
Incremental builds: dev server skips rebuilding unchanged content for faster iteration