mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 19:32:30 +01:00
10 lines
140 B
JSON
10 lines
140 B
JSON
{
|
|
"name": "mkdocs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "mkdocs serve",
|
|
"build": "mkdocs build -d public"
|
|
}
|
|
}
|