mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
227 lines
4.3 KiB
YAML
227 lines
4.3 KiB
YAML
# nav.yml — generated by mdcms.py
|
|
sections:
|
|
- code: getting-started
|
|
defaultname: Getting Started
|
|
sort: 100
|
|
pagesvisibility: visible
|
|
|
|
- code: core-concepts
|
|
defaultname: Core Concepts
|
|
sort: 200
|
|
pagesvisibility: visible
|
|
|
|
- code: api-reference
|
|
defaultname: API Reference
|
|
sort: 300
|
|
pagesvisibility: visible
|
|
|
|
- code: guides
|
|
defaultname: Guides
|
|
sort: 400
|
|
pagesvisibility: visible
|
|
|
|
- code: deployment
|
|
defaultname: Deployment
|
|
sort: 500
|
|
pagesvisibility: visible
|
|
|
|
pages:
|
|
- file: pages/index.md
|
|
title: Introduction
|
|
section-id: getting-started
|
|
sort: 100
|
|
variants: [en]
|
|
titles:
|
|
en: Introduction
|
|
|
|
- file: pages/installation.md
|
|
title: Installation
|
|
section-id: getting-started
|
|
sort: 110
|
|
variants: [en]
|
|
titles:
|
|
en: Installation
|
|
|
|
- file: pages/quick-start.md
|
|
title: Quick Start
|
|
section-id: getting-started
|
|
sort: 120
|
|
variants: [en]
|
|
titles:
|
|
en: Quick Start
|
|
|
|
- file: pages/project-structure.md
|
|
title: Project Structure
|
|
section-id: getting-started
|
|
sort: 130
|
|
variants: [en]
|
|
titles:
|
|
en: Project Structure
|
|
|
|
- file: pages/configuration.md
|
|
title: Configuration
|
|
section-id: getting-started
|
|
sort: 140
|
|
variants: [en]
|
|
titles:
|
|
en: Configuration
|
|
|
|
- file: pages/routing.md
|
|
title: Routing
|
|
section-id: core-concepts
|
|
sort: 100
|
|
variants: [en]
|
|
titles:
|
|
en: Routing
|
|
|
|
- file: pages/components.md
|
|
title: Components
|
|
section-id: core-concepts
|
|
sort: 110
|
|
variants: [en]
|
|
titles:
|
|
en: Components
|
|
|
|
- file: pages/state-management.md
|
|
title: State Management
|
|
section-id: core-concepts
|
|
sort: 120
|
|
variants: [en]
|
|
titles:
|
|
en: State Management
|
|
|
|
- file: pages/data-fetching.md
|
|
title: Data Fetching
|
|
section-id: core-concepts
|
|
sort: 130
|
|
variants: [en]
|
|
titles:
|
|
en: Data Fetching
|
|
|
|
- file: pages/middleware.md
|
|
title: Middleware
|
|
section-id: core-concepts
|
|
sort: 140
|
|
variants: [en]
|
|
titles:
|
|
en: Middleware
|
|
|
|
- file: pages/layouts.md
|
|
title: Layouts
|
|
section-id: core-concepts
|
|
sort: 150
|
|
variants: [en]
|
|
titles:
|
|
en: Layouts
|
|
|
|
- file: pages/api-router.md
|
|
title: Router API
|
|
section-id: api-reference
|
|
sort: 100
|
|
variants: [en]
|
|
titles:
|
|
en: Router API
|
|
|
|
- file: pages/api-components.md
|
|
title: Component API
|
|
section-id: api-reference
|
|
sort: 110
|
|
variants: [en]
|
|
titles:
|
|
en: Component API
|
|
|
|
- file: pages/api-server.md
|
|
title: Server API
|
|
section-id: api-reference
|
|
sort: 120
|
|
variants: [en]
|
|
titles:
|
|
en: Server API
|
|
|
|
- file: pages/api-config.md
|
|
title: Config API
|
|
section-id: api-reference
|
|
sort: 130
|
|
variants: [en]
|
|
titles:
|
|
en: Config API
|
|
|
|
- file: pages/api-hooks.md
|
|
title: Hooks API
|
|
section-id: api-reference
|
|
sort: 140
|
|
variants: [en]
|
|
titles:
|
|
en: Hooks API
|
|
|
|
- file: pages/guide-auth.md
|
|
title: Authentication
|
|
section-id: guides
|
|
sort: 100
|
|
variants: [en]
|
|
titles:
|
|
en: Authentication
|
|
|
|
- file: pages/guide-database.md
|
|
title: Database Integration
|
|
section-id: guides
|
|
sort: 110
|
|
variants: [en]
|
|
titles:
|
|
en: Database Integration
|
|
|
|
- file: pages/guide-testing.md
|
|
title: Testing
|
|
section-id: guides
|
|
sort: 120
|
|
variants: [en]
|
|
titles:
|
|
en: Testing
|
|
|
|
- file: pages/guide-i18n.md
|
|
title: Internationalisation
|
|
section-id: guides
|
|
sort: 130
|
|
variants: [en]
|
|
titles:
|
|
en: Internationalisation
|
|
|
|
- file: pages/guide-performance.md
|
|
title: Performance
|
|
section-id: guides
|
|
sort: 140
|
|
variants: [en]
|
|
titles:
|
|
en: Performance
|
|
|
|
- file: pages/deploy-vercel.md
|
|
title: Deploy to Vercel
|
|
section-id: deployment
|
|
sort: 100
|
|
variants: [en]
|
|
titles:
|
|
en: Deploy to Vercel
|
|
|
|
- file: pages/deploy-cloudflare.md
|
|
title: Deploy to Cloudflare
|
|
section-id: deployment
|
|
sort: 110
|
|
variants: [en]
|
|
titles:
|
|
en: Deploy to Cloudflare
|
|
|
|
- file: pages/deploy-docker.md
|
|
title: Docker
|
|
section-id: deployment
|
|
sort: 120
|
|
variants: [en]
|
|
titles:
|
|
en: Docker
|
|
|
|
- file: pages/deploy-self-hosted.md
|
|
title: Self-Hosted
|
|
section-id: deployment
|
|
sort: 130
|
|
variants: [en]
|
|
titles:
|
|
en: Self-Hosted
|