mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 05:53:14 +02:00
Initialize public data and docs repository
This commit is contained in:
21
docs/app/quick-start/_meta.ts
Normal file
21
docs/app/quick-start/_meta.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import type { MetaRecord } from 'nextra'
|
||||
|
||||
const meta: MetaRecord = {
|
||||
'what-is-self-hosting': {
|
||||
title: 'What is Self-Hosting?',
|
||||
},
|
||||
'first-deployment': {
|
||||
title: 'Your First Deployment',
|
||||
},
|
||||
'choosing-a-server': {
|
||||
title: 'Choosing a Server',
|
||||
},
|
||||
'reverse-proxy': {
|
||||
title: 'Setting Up a Reverse Proxy',
|
||||
},
|
||||
'starter-kit': {
|
||||
title: 'The Starter Kit',
|
||||
},
|
||||
}
|
||||
|
||||
export default meta
|
||||
Reference in New Issue
Block a user