Stone.js API
    Preparing search index...

    A framework convention (with its rationale).

    interface BestPractice {
        rule: string;
        why: string;
    }
    Index
    rule: string

    The rule.

    why: string

    Why it exists.