@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.
15 lines (10 loc) • 396 B
Markdown
<% if(includeFrontMatter) {%>---
sidebar_position: 0
slug: /
---<%}%>
# Our Plugins
<% packageDetails.forEach(pkg => {%>
## [<%= pkg.packageName %>](./<%=pkg.projectFileName%>)
<%if (pkg.executors > 0 ) {%>- <%= pkg.executors %> Executor<%= pkg.executors > 1 ? 's' : '' %> <%}%>
<%if (pkg.generators > 0 ) {%>- <%= pkg.generators %> Generator<%= pkg.generators > 1 ? 's' : '' %> <%}%>
<%})%>