CLI tool for developing, validating and previewing Grafana plugin documentation locally.
The CLI reads docsPath from your plugin's src/plugin.json to locate the docs folder.
npx @grafana/plugin-docs-cli serve
npx @grafana/plugin-docs-cli serve --port 3001 --reloadFor the core parsing library, see @grafana/plugin-docs-parser.