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

21
docs/app/stacks/_meta.ts Normal file
View File

@@ -0,0 +1,21 @@
import type { MetaRecord } from 'nextra'
const meta: MetaRecord = {
bootstrapper: {
title: '🚀 The Bootstrapper Stack',
},
designer: {
title: '🎨 The Designer Stack',
},
'ai-first': {
title: '🤖 The AI-First Stack',
},
devops: {
title: '⚙️ The DevOps Stack',
},
privacy: {
title: '🔒 The Privacy Stack',
},
}
export default meta