@lancher-dev/create-jaad

Scaffold a JAAD documentation site, or add one to a repository that already has a docs folder.


Keywords
jaad, astro, documentation, docs, scaffold
License
MIT
Install
npm install @lancher-dev/create-jaad@0.8.2

Documentation

JAAD — Just Another Astro Docs. Documentation, simplified.

An Astro integration that turns a folder of markdown into a documentation site.

main License npm version

npm create @lancher-dev/jaad@latest my-docs

Or add it to a repository that already has a docs/ folder:

npm create @lancher-dev/jaad@latest -- --here

By hand:

npm install @lancher-dev/jaad
// jaad.config.ts
import { defineJaadConfig } from "@lancher-dev/jaad";

export default defineJaadConfig({
  site: "https://example.dev",
  title: "My Project",
});

Documentation: jaad.lancher.dev

License

jaad is released under the MIT License.