NEW IN V3.0.0
REF. P — PUBLISH PIPELINE
kontexta Publish Pipeline
Compile your Markdown vault into interactive, gorgeous, single-file documentation web apps with search, routing, and APIs built in.
Architecture Layers
LAYER DETAIL
Layer focus
1. Source Layer
Instantly reads markdown files directly from your workspace folders or local knowledge vault.
- Instant Workspace Scan: Scans your vault files to organize and structure your content automatically.
- Automatic Metadata Reading: Parses frontmatter headers to build clear page structures and routing tables.
- Zero-Config Fallbacks: Automatically seeds beautiful default pages if you start a new site from scratch.
Output type: HTML5 SPAZero Network Deps
Three Ways to Publish
Launch publish pipelines directly from the desktop Web App, execute via the CLI tool, or integrate into your workflows using the Web API.
CONSOLE — INVOCATION PATHS
# Install CLI globally or run with npx
$npx kxta-publish --folder knowledge --output ./docs/index.html --theme minimal --seo --llmsTxt
COMMAND FLAGS:
--folder: The directory containing markdown documents (defaults to knowledge base or fallback seeds)
--output: Path where the compiled single self-contained html file is saved
--theme: Stylized templates to output (default, minimal, api-ref)
--seo: Injects auto-generated SEO titles, sitemap tags, and description metadata
--llmsTxt: Generates a companion llms.txt at target location for search crawls
--watch: Listens for content vault file changes and auto-regenerates immediately
