UPDATE: First commit with the new documentation
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
7efdbede3c
commit
c1be1e47cb
12
docs/package.json
Normal file
12
docs/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev src",
|
||||
"docs:build": "vitepress build src",
|
||||
"docs:preview": "vitepress preview src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"markdown-it-mathjax3": "^4.3.2",
|
||||
"vitepress": "^1.5.0",
|
||||
"vue": "^3.5.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user