mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 11:22:31 +01:00
add package.json
This commit is contained in:
parent
788cc6cb8d
commit
7596405aa9
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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user