Skip to content

Latest commit

ย 

History

History
58 lines (41 loc) ยท 1.26 KB

File metadata and controls

58 lines (41 loc) ยท 1.26 KB

FlightNG Documentation

ไธ‹ไธ€ไปฃ้ฃžๆŽงๅ›บไปถๆ–‡ๆกฃ็ซ™็‚น | Next-generation flight controller firmware documentation

Built with Astro + Starlight

๐Ÿš€ Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

๐Ÿ“ Project Structure

.
โ”œโ”€โ”€ public/              # Static assets (images, etc.)
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ assets/          # Logo and other processed assets
โ”‚   โ”œโ”€โ”€ components/      # Custom Astro components
โ”‚   โ”œโ”€โ”€ content/
โ”‚   โ”‚   โ””โ”€โ”€ docs/
โ”‚   โ”‚       โ”œโ”€โ”€ zh/      # Chinese documentation
โ”‚   โ”‚       โ””โ”€โ”€ en/      # English documentation
โ”‚   โ””โ”€โ”€ styles/          # Custom CSS
โ”œโ”€โ”€ astro.config.mjs     # Astro configuration
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ tsconfig.json

๐ŸŒ Languages

  • ็ฎ€ไฝ“ไธญๆ–‡ (default)
  • English

๐Ÿ“š Documentation

  • Fidelity X - Next-generation flight controller firmware
  • atbetaflight - Betaflight AT32 port

๐Ÿ”— Links

๐Ÿ“„ License

ยฉ FlightNG dev team