Getting started

Humans — follow the journey. Agents & tooling — install the knowledge package. One page, one next click.

npm

For agents & tooling

This platform’s docs knowledge SDK. Always a devDependency — humans just read the site.

npm i -D @x12i/docify-docs
Framework CLI (authoring / validate / publish)
npm i -D @x12i/docify
Platform packages (wire a product docs library)
npm i @x12i/docify-core @x12i/docify-theme @x12i/docify-render @x12i/docify-export @x12i/docify-sdk @x12i/docify-web
Why install it
  • Open Markdown, INDEX.md, SEARCH.json, and packs — not SDK-only knowledge
  • Versioned platform truth your coding agent can pin and upgrade
  • Typed helpers (listConcepts, getGuide, searchKnowledge, getBookMarkdown)

When You wire an AI agent, CI check, or tooling that needs docify knowledge.

Not for Production dependencies — this is documentation for tools, never runtime.

Agents / SDK details → · agent-manifest.json

Less recommended Download the full library as Markdown Useful when working with a web LLM assistant that cannot install packages — paste or attach the file instead of using the SDK.

Start book — chapters

Open the book →

Installation, getting started, best-practice authoring order, and hands-on tutorials.

Reference implementation
memorix-docs/ ships @x12i/memorix-docs (npm i -D). This x12i-docify tree is the platform documenting itself — install @x12i/docify.