Just Another Astro Docs. Write markdown. Get docs.
An Astro integration that turns a folder of markdown into a documentation site.
npm create @lancher-dev/jaad@latest my-docsOr add it to a repository that already has a docs/ folder:
npm create @lancher-dev/jaad@latest -- --hereBy 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
jaad is released under the MIT License.