@x12i/lattix-docs
v0.1.0
Published
Lattix docs knowledge SDK — install as a devDependency only. Catalog, use cases, and markdown packs for humans and agents.
Downloads
113
Maintainers
Readme
@x12i/lattix-docs
Lattix docs knowledge SDK — install as a devDependency only. It bundles the Lattix catalog, use cases, and Markdown packs for humans and agents.
npm i -D @x12i/lattix-docsimport { lattixDocs } from "@x12i/lattix-docs";
lattixDocs.listBooks();
lattixDocs.getBookMarkdown("01-embed-and-api", "developers");
lattixDocs.getUseCaseMarkdown("embed-explorer");
lattixDocs.manifest(); // agent-manifest for discoveryCLI:
lattix-docs list-books
lattix-docs list-use-cases
lattix-docs book 00-overview developers
lattix-docs use-case embed-explorerThe embedded content is generated from lattix-docs/ by the platform build
(npm run build); do not edit src/generated/.
