We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788cc6c commit 7596405Copy full SHA for 7596405
package.json
@@ -0,0 +1,9 @@
1
+{
2
+ "name": "mkdocs",
3
+ "version": "1.0.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "dev": "mkdocs serve",
7
+ "build": "mkdocs build -d public"
8
+ }
9
+}
0 commit comments