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

    Interface ModuleDoc

    @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 ModuleDoc {
        file: string;
        doc: string;
    }
    Index

    Properties

    Properties

    file: string
    doc: string