The official documentation for Lumière — a multi-purpose Discord bot for moderation, roles, voice management, community tools, games, stats, and full server backups.
- Documentation: docs.lumierelabs.xyz
- Invite: lumierelabs.xyz
This repository contains the source for Lumière's documentation site — every command, feature, and setup guide for both server admins and members. It does not contain the bot's source code, which is closed-source.
Built with Next.js and Fumadocs.
- Framework: Next.js (App Router)
- Docs engine: Fumadocs (MDX-based)
- Content: MDX +
meta.jsonfor navigation - Deployment: Vercel
git clone https://github.com/Mahito0x/Lumiere-Docs.git
cd Lumiere-Docs
pnpm install
pnpm run devThe site will be running at http://localhost:3000.
content/docs/
├── getting-started/
├── free-vs-plus/
├── moderation/
├── roles-and-access/
├── voice-and-channels/
├── community-tools/
├── engagement-and-games/
├── stats-and-leaderboards/
├── server-backups/
├── administration/
├── reference/
└── troubleshooting/
Each section follows a consistent shape: an overview.mdx, one page per capability, and a commands.mdx reference table. See CONTRIBUTING.md for the full content conventions before opening a PR.