Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.24 KB

File metadata and controls

48 lines (35 loc) · 1.24 KB

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.