@nx-dotnet/nxdoc
Version:
> This package is unstable! Documentation formatting could change in the future. See something that you think should be different? [Open an issue](https://github.com/nx-dotnet/nx-dotnet/issues) on github and help shape this plugin.
13 lines (12 loc) • 337 B
JSON
{
"$schema": "http://json-schema.org/schema",
"name": "nxdoc",
"version": "0.0.1",
"generators": {
"generate-docs": {
"factory": "./src/generators/generate-docs/generator",
"schema": "./src/generators/generate-docs/schema.json",
"description": "Automatic documentation generator for Nx Plugins"
}
}
}