A comprehensive user manual for phpFox built with Next.js 15 and Nextra 3.
- 📚 Comprehensive documentation
- 🎨 Beautiful, responsive design
- 🔍 Full-text search with enhanced performance
- 📱 Mobile-friendly
- 🌙 Dark mode support
- ⚡ Fast page loads with Next.js 15
- 🧩 Improved component system with Nextra 3
- Node.js 18+ and npm/yarn installed
npm installRun the development server:
npm run devOpen http://localhost:3000 to view the documentation.
Build for production:
npm run build
npm start- Next.js 15 - React framework with latest features
- Nextra 3 - Modern documentation framework
- React 18 - UI library
- MDX - Markdown with JSX support
- Enhanced search performance
- Better TypeScript support
- Improved component system
- Better mobile experience
- Enhanced accessibility
- Improved performance
- Better caching strategies
- Enhanced dev experience
- Faster build times
pages/
├── index.mdx # Homepage
├── getting-started/
│ ├── installation.mdx # Installation guide
│ ├── quick-start.mdx # Quick start guide
│ └── configuration.mdx # Configuration guide
├── user-guide/
│ ├── dashboard.mdx # Dashboard overview
│ ├── users.mdx # User management
│ ├── content.mdx # Content management
│ └── moderation.mdx # Moderation tools
├── advanced/
│ ├── customization.mdx # Customization guide
│ ├── performance.mdx # Performance optimization
│ └── plugins.mdx # Plugins & extensions
└── api-reference/
├── overview.mdx # API overview
├── authentication.mdx # API authentication
└── endpoints.mdx # API endpoints
Contributions are welcome! Please feel free to submit a Pull Request.
MIT