[19] add templates and inner docs builder

This commit is contained in:
Nikita Khateev
2023-12-07 16:29:21 +04:00
parent 3c3f31a718
commit 1567442895
8 changed files with 799 additions and 39 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "docs",
"version": "0.0.1",
"scripts": {
"docs": "oz-docs -c .",
"docs:watch": "npm run docs watch",
"prepare-docs": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@openzeppelin/docs-utils": "^0.1.2"
}
}