mirror of
https://github.com/eastlakeside/awesome-productivity-cn.git
synced 2026-02-03 02:43:50 +08:00
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"name": "mkdocs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "mkdocs serve",
|
|
"build": "mkdocs build -d public"
|
|
}
|
|
}
|