Initialize public data and docs repository

This commit is contained in:
AltStack Bot
2026-02-25 22:36:27 +05:30
commit 2a0ac1b107
357 changed files with 50685 additions and 0 deletions

18
docs/next.config.mjs Normal file
View File

@@ -0,0 +1,18 @@
import nextra from 'nextra'
const withNextra = nextra({
defaultShowCopyCode: true,
search: {
codeblocks: true,
},
})
export default withNextra({
reactStrictMode: true,
images: {
unoptimized: true,
},
})