Skip to content

Repository files navigation

JAAD

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-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.

About

Just Another Astro Docs

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages