@doxbrix/doxloop-generator-mkdocs
v0.1.0
Published
MkDocs Material generator adapter and authoring skill for Doxloop.
Downloads
26
Readme
@doxbrix/doxloop-generator-mkdocs
MkDocs Material support for Doxloop.
This package connects Doxloop to a native MkDocs Material documentation project
and includes the doxloop-mkdocs authoring skill used by supported coding
agents.
Install
Install the Doxloop CLI and this generator in your documentation project:
npm install --save-dev \
@doxbrix/doxloop \
@doxbrix/doxloop-generator-mkdocsNode.js 20.12 or later and Python 3 are required. Doxloop creates a managed Python environment when the MkDocs preview is started for the first time.
Create documentation
Initialize a MkDocs Material project and connect the product source that Doxloop should research:
npx doxloop init . \
--source product=../my-product \
--generator mkdocs
npx doxloop createDoxloop scaffolds MkDocs configuration, Material Markdown content, generator-native navigation, and the project-local authoring skill.
Use with an existing project
Install MkDocs support in an existing Doxloop project with:
npx doxloop generator add mkdocsAdding the package does not convert existing content or change the generator
selected in .doxloop/project.json.
Preview and verify
npx doxloop preview --open
npx doxloop test
mkdocs build --strict| Detail | Value |
| --- | --- |
| Content | MkDocs Material Markdown |
| Native build | mkdocs build --strict |
| Build output | site/ |
Run npx doxloop generator info mkdocs to inspect the installed adapter.
