Stone.js API
    Preparing search index...

    Something the framework does not (yet) provide.

    interface Gap {
        name: string;
        note: string;
        status: "planned" | "missing";
    }
    Index
    name: string

    The capability.

    note: string

    Guidance.

    status: "planned" | "missing"

    planned (on the roadmap) or missing (integrate a third party).