Create NextDocs documentation
nextdocscommandsetup L1★1
garethcheyne/Dynamics-365-CE-PrintServer ↗What it does
Scaffold or manage NextDocs documentation structure
Best for
Quickly bootstrap a documentation site structure that follows your org's NextDocs convention without manual boilerplate.
Inputs
- · Init flag (optional)
- · Project name or path
- · Target audience
Outputs
- · docs/ folder structure
- · _meta.json files
- · Index and section markdown templates
Requires
- · NextDocs conventions file (.claude/nextdocs-conventions.md)
Preconditions
- · Current working directory is a project root
- · NextDocs skills installed
- · .claude/nextdocs-conventions.md readable
Failure modes
- · No conventions file found
- · Invalid project directory
- · Permission denied on docs/ creation
- · Existing _meta.json conflicts
Trust signals
- · Auto-detection of project name from package.json
- · Template filenames match convention specs
- · Folder hierarchy validated