docs: community plugins
This commit is contained in:
1
.github/scripts/build.mjs
vendored
1
.github/scripts/build.mjs
vendored
@@ -79,6 +79,7 @@ for (const step of ["config", "documentation"]) {
|
||||
case "documentation":
|
||||
await update({ source: paths.join(__documentation, "README.md"), output: "README.md", options: { root: __readme } })
|
||||
await update({ source: paths.join(__documentation, "plugins.md"), output: "source/plugins/README.md" })
|
||||
await update({ source: paths.join(__documentation, "plugins.community.md"), output: "source/plugins/community/README.md" })
|
||||
await update({ source: paths.join(__documentation, "templates.md"), output: "source/templates/README.md" })
|
||||
await update({ source: paths.join(__documentation, "compatibility.md"), output: ".github/readme/partials/documentation/compatibility.md" })
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user