/** * Docker lexicon docs generation. * * Uses the shared docsPipeline/writeDocsSite flow like every other lexicon * (chant #1731, #1755). Hand-written prose lives under docs/pages/, each * page tagged with a Diátaxis quadrant; index.mdx and serialization.mdx are * generated from the overview/outputFormat strings below, and rules.mdx is * generated from the rule sources under src/lint/ the same way it always * was — this used to be the one lexicon whose rules table could drift from * source without anything catching it (#1312), and the shared pipeline * keeps that guarantee. */ export declare function generateDocs(opts?: { verbose?: boolean; }): Promise; //# sourceMappingURL=docs.d.ts.map