Create initial docs

This commit is contained in:
Jesse Wierzbinski 2023-11-25 13:35:25 -10:00
commit a3576b7458
No known key found for this signature in database
11 changed files with 438 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.31"
}
}