build(docs): upgrade nextra to v3 and update config

This commit is contained in:
Alex
2026-02-17 18:46:28 +00:00
parent 8aa44c415b
commit 14296632ef
14 changed files with 3104 additions and 2081 deletions

View File

@@ -9,9 +9,12 @@
"@vercel/analytics": "^1.1.1",
"docsgpt-react": "^0.5.1",
"next": "^15.5.9",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}