docs(nxdev): enable open-graph image generation for package view (#9521)

This commit is contained in:
Benjamin Cabanes 2022-03-25 14:31:52 -04:00 committed by GitHub
parent 63f2c02323
commit e96b90bc19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,11 @@ documents.map((category) => {
);
});
packages.map((pkg) => {
data.push({
title: 'Package details',
content: `@nrwl/${pkg.name}`,
filename: ['packages', pkg.name].join('-'),
});
pkg.schemas.executors.map((schema) => {
data.push({
title: 'Executor details',