feat: for vercel+mkdocs integration

This commit is contained in:
suqi
2021-09-22 23:44:03 +08:00
parent ada1abdb03
commit ba65ab667c
2 changed files with 13 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "mkdocs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "mkdocs serve",
"build": "mkdocs build -d public"
}
}

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
mkdocs
#Add pip package if needed
#mkdocs-bootswatch
#mkdocs-minify-plugin