UPDATE: First commit with the new documentation

This commit is contained in:
Daniel
2024-11-17 13:16:11 +01:00
committed by Nicolás Hatcher Andrés
parent 7efdbede3c
commit c1be1e47cb
16 changed files with 3869 additions and 0 deletions

12
docs/package.json Normal file
View 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"
}
}