template readme's in docs (#13152)

This commit is contained in:
Bagatur
2023-11-09 23:36:21 -08:00
committed by GitHub
parent 86b93b5810
commit dd7959f4ac
6 changed files with 272 additions and 213 deletions

View File

@@ -123,4 +123,14 @@ module.exports = {
guides: [
{type: "autogenerated", dirName: "guides" }
],
templates: [
{
type: "category",
label: "Templates",
items: [
{ type: "autogenerated", dirName: "templates" },
],
link: { type: 'doc', id: "templates/index" }
},
],
};