docs(nxdev): enable open-graph image generation for package view (#9521)
This commit is contained in:
parent
63f2c02323
commit
e96b90bc19
@ -25,6 +25,11 @@ documents.map((category) => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
packages.map((pkg) => {
|
packages.map((pkg) => {
|
||||||
|
data.push({
|
||||||
|
title: 'Package details',
|
||||||
|
content: `@nrwl/${pkg.name}`,
|
||||||
|
filename: ['packages', pkg.name].join('-'),
|
||||||
|
});
|
||||||
pkg.schemas.executors.map((schema) => {
|
pkg.schemas.executors.map((schema) => {
|
||||||
data.push({
|
data.push({
|
||||||
title: 'Executor details',
|
title: 'Executor details',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user