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