TheDocumentation Index
Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
lpd CLI is the single entry point for contributing to these docs. One Bash script (tools/lpd) wraps setup, environment checks, scoped Mintlify preview, staged tests, governed file moves, repair flows, and access to the 341 scripts under operations/scripts/. You do not need to install Mintlify or Node packages by hand.
This page is the public quickstart. For the full reference – every subcommand, every flag, JSON envelopes, and the script catalogue – see the canonical reference at docs-guide/tooling/lpd-cli.
Five-minute quickstart
Boot a scoped Mintlify preview
Orch, Resource, Gate).Move pages without breaking links
docs.json, regenerates affected catalogue.Repair drift
operations/governance/config/ownerless-governance-surfaces.json.Subcommand summary
lpd ships 13 subcommands plus 5 group shorthands.
| Command | What it does |
|---|---|
lpd help | Print the full subcommand list with one-line descriptions |
lpd info | Resolve repo root, branch, environment summary |
lpd version | Print the CLI version |
lpd setup | Install hooks, deps, optional PATH install |
lpd doctor | Verify environment – Node, Mintlify, Puppeteer, hooks, PATH |
lpd dev (alias: lpd mint) | Boot Mintlify dev server, scoped or full |
lpd test | Run validators (staged, full, or specific scopes) |
lpd ci | Full PR CI suite, locally |
lpd repair | Run a remediator for a governed surface |
lpd move-page | Governed file move with reference rewrites |
lpd ai-sitemap | Regenerate sitemap-ai.xml |
lpd hooks | Manage git hooks (install, status, verify) |
lpd scripts | Discover and run any of 341 governed scripts |
operations/scripts/ subtrees: lpd tools, lpd tests, lpd v2, lpd workspace, lpd hooks.
Common workflows
- Edit a page
- Add a component
- Add a script
- Move or rename pages
Scoped preview – why it matters
Mintlify cold-starts the full 1,128-page docs-v2 in roughly ten minutes.lpd dev --scoped --scope-tab <Tab> boots a filtered profile in ~2 seconds.
docs-orch-work.json, docs-gate-work.json) drive themed scoped builds for cross-tab pipeline work.
Repair flows
operations/governance/config/ownerless-governance-surfaces.json. Each declares its validator, remediator, repair command, and gate layer.
Related
Canonical CLI reference
Every subcommand, every flag, JSON envelopes, error codes, and the full script catalogue.
Contribute to the docs
End-to-end contributor flow from fork to merged PR.
MDX preview extension
lpd-mdx-preview VS Code extension – render the full component library without running Mintlify.Docs Guide overview
The complete docs-as-infrastructure overview with the IA tree, all features, and governance contracts.