/** * fly (Machines API / "flaps") documentation generator. * * Calls the core docsPipeline with fly-specific config: service grouping and * overview content. Produces a standalone Starlight docs site at * lexicons/fly/docs/, like the aws and gcp lexicons. */ /** * Group a fly resource type into a service bucket for the reference sidebar. * fly type names are `Fly::Machines::`, so the middle segment is always * "Machines"; grouping by the leaf kind gives a more useful split (Apps, * Machines, Storage, Networking, Secrets). */ export declare function serviceFromType(resourceType: string): string; /** * Generate documentation for the fly Machines lexicon. */ export declare function generateDocs(options?: { verbose?: boolean; }): Promise; //# sourceMappingURL=docs.d.ts.map