mirror of
https://github.com/eastlakeside/awesome-productivity-cn.git
synced 2026-02-03 02:43:50 +08:00
feat: for vercel+mkdocs integration
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal 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
4
requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
mkdocs
|
||||
#Add pip package if needed
|
||||
#mkdocs-bootswatch
|
||||
#mkdocs-minify-plugin
|
||||
Reference in New Issue
Block a user