mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 00:53:14 +02:00
Initialize public data and docs repository
This commit is contained in:
36
docs/app/_meta.ts
Normal file
36
docs/app/_meta.ts
Normal file
@@ -0,0 +1,36 @@
|
||||
import type { MetaRecord } from 'nextra'
|
||||
|
||||
const meta: MetaRecord = {
|
||||
index: {
|
||||
title: 'Home',
|
||||
type: 'page',
|
||||
display: 'hidden',
|
||||
},
|
||||
why: {
|
||||
title: '📜 Why These Docs Exist',
|
||||
},
|
||||
'quick-start': {
|
||||
title: '🚀 Quick Start',
|
||||
},
|
||||
deploy: {
|
||||
title: '📦 Deploy Guides',
|
||||
},
|
||||
stacks: {
|
||||
title: '🔥 Stacks',
|
||||
},
|
||||
concepts: {
|
||||
title: '🧠 Concepts',
|
||||
},
|
||||
// -- External links --
|
||||
directory: {
|
||||
title: '← Back to Directory',
|
||||
href: 'https://thealtstack.com',
|
||||
type: 'page',
|
||||
},
|
||||
contact: {
|
||||
title: 'Contact Us',
|
||||
display: 'hidden'
|
||||
},
|
||||
}
|
||||
|
||||
export default meta
|
||||
Reference in New Issue
Block a user