@suluk/docs - v0.1.4
    Preparing search index...

    Interface FrameworkDoc

    @suluk/docs — generate an intuitive static documentation site for a Bun/TS monorepo, straight from source (package.json + the leading doc-comments + exports + ARCHITECTURE/README). The output is plain HTML + one stylesheet, deployable to GitHub Pages with zero build. Suluk documents itself with it. CANDIDATE tooling.

    interface FrameworkDoc {
        title: string;
        tagline: string;
        description: string;
        repoUrl: string;
        packages: PackageDoc[];
        architecture?: string;
    }
    Index

    Properties

    title: string
    tagline: string
    description: string
    repoUrl: string
    packages: PackageDoc[]
    architecture?: string

    ARCHITECTURE.md (markdown), if present.