Nextra docs

This commit is contained in:
Alex
2023-09-07 12:36:39 +01:00
parent 94738d8fc4
commit 4f735a5d11
23 changed files with 5436 additions and 0 deletions

10
docs/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"dependencies": {
"@vercel/analytics": "^1.0.2",
"next": "^13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}