faqs
Support
Help Desk
Get Template
Getting Started
• Overview
• Your First Project
• CLI & Api Keys
Core Concepts
• System Architecture
• Data Flow & Models
• Managing Collections
API Reference
• Core Endpoints
• Webhooks
• Rate Limiting
Guides
• Authentication
• Deployment
• Custom Hooks
Resources
• Issue Resolution
• API Documentation
• Admin Changelog
Core Concepts
/
Data flow & Models
Data Flow
Understanding the journey of data—from the moment an author writes a Markdown file to the final optimized rendering on a user's device.
01
Ingestion & Sync
Markdown files are tracked via Git or pushed via the Lumino CLI. Our observer service detects changes and triggers the build pipeline.
CLI
Webhook
Git
02
AST Transformation
Content is parsed into an Abstract Syntax Tree. Plugins inject metadata, generate anchor links, and highlight code syntax.
MDX
Parsing
03
Schema Validation
The system verifies internal links, checks image accessibility tags, and ensures all front-matter fields match the required schema.
CLI
Webhook
04
Static Generation
Optimized React components are hydrated with data and rendered into high-performance HTML/JS bundles for the CDN.
Hydration
Build
Previous
System Architecture
Next
Managing Collections