@doxbrix/doxloop-generator-docusaurus
v0.1.0
Published
Docusaurus generator adapter and authoring skill for Doxloop.
Readme
@doxbrix/doxloop-generator-docusaurus
Docusaurus support for Doxloop. This
package connects Doxloop to a native Docusaurus documentation project and
includes the doxloop-docusaurus 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-docusaurusNode.js 20.12 or later is required.
Create documentation
Initialize a Docusaurus documentation project and connect the product source that Doxloop should research:
npx doxloop init . \
--source product=../my-product \
--generator docusaurus
npx doxloop createDoxloop scaffolds Docusaurus configuration, Markdown and MDX content, generator-native navigation, and the project-local authoring skill.
Use with an existing project
Install Docusaurus support in an existing Doxloop project with:
npx doxloop generator add docusaurusAdding 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
npm run build| Detail | Value |
| --- | --- |
| Content | Markdown and MDX |
| Native build | npm run build |
| Build output | build/ |
Run npx doxloop generator info docusaurus to inspect the installed adapter.
