moai-library-nextra
Installation
SKILL.md
Quick Reference
Purpose: Build professional documentation sites with Nextra and Next.js.
Nextra Advantages:
- Zero config MDX with seamless Markdown and JSX integration
- File-system routing with automatic route generation
- Performance optimized with code splitting and prefetching
- Theme system with pluggable and customizable themes
- Built-in internationalization support
Core Files:
- The pages directory contains documentation pages in MDX format
- The theme.config.tsx file contains site configuration
- The _meta.js files control navigation structure
Implementation Guide
Related skills