stalkermustang-synthetic-dataset-generation-applications
Elvis Saravia 2023-10-04 11:53:35 -06:00
parent 5bc01a1b12
commit 7ae828603e
3 changed files with 1074 additions and 165 deletions

View File

@ -1,6 +1,7 @@
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
latex: true
})
module.exports = withNextra({

View File

@ -20,8 +20,8 @@
"dependencies": {
"@vercel/analytics": "^0.1.11",
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"nextra": "^2.13.1",
"nextra-theme-docs": "^2.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

File diff suppressed because it is too large Load Diff