mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 09:53:16 +02:00
22 lines
423 B
TypeScript
22 lines
423 B
TypeScript
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
|