docs: community plugins

This commit is contained in:
lowlighter
2022-01-16 21:42:17 -05:00
parent 58f1775fbb
commit b4f9c32f42
5 changed files with 271 additions and 3 deletions

View File

@@ -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