Skip to main content

nxdoc:generate-index

Generate Index Generator

Generator for generating an index that ties multiple projects together.

Options

outputDirectory

  • (string): Where should the generated docs be placed?

Default: "docs"

projects

  • (string): Comma separated list of projects to include in the generated docs.

exclude

  • (string): Comma separated list of packages to exclude from the generated docs.

skipFrontMatter

  • (boolean): NxDoc generates frontmatter suitable for docusaurus by default.

skipFormat

  • (boolean): Skips running the output through prettier