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