doc
doc — Slug documentation tool
Generates MANIFEST.ai or markdown documentation by reflecting over Slug modules in a source directory.
Usage:
slug doc [options] [--] [manifest|markdown]
Commands:
manifestgenerate a MANIFEST.ai file from source modules (default)markdowngenerate human-readable markdown documentation
Options:
-h --helpshow this screen-v --versionshow version--dirsource directory to scan for .slug modules (default: .)--outoutput file path; omit to print to stdout--titledocument title for markdown output (default: Slug API Reference)--multiPagegenerate a file per module in the –out directory (markdown only)--moduleTocgenerate a table of content for each module