LegionWiki
Self-hosted documentation for product docs, server setup guides, support articles, and resource wikis.
What is LegionWiki?
LegionWiki is a ready-to-host wiki website built for sellers, server networks, and teams that need clean documentation without sending customers into a messy file tree. It ships as a modern React/Vite site with a dark docs layout, sidebar navigation, search, resource pages, external buttons, and an admin editor for making content changes from the browser.Key features
- Self-hosted documentation/wiki website
- Admin-only editor available at
/admin - Edit wiki categories, subcategories, pages, titles, slugs, external buttons, and page content
- Clean docs layout with sidebar navigation and page structure
- Search bar for pages, setup guides, and support content
- Dark/light mode toggle
- BuiltByBit, Discord, and website link slots
- Responsive layout for desktop, tablet, and mobile
- Static Vite build output for normal web hosting
- Apache
.htaccessincluded for direct routes like/adminand/welcome
Admin account setup
Before building the site, create your admin login by adding your own credentials to the environment file:
Code:
[email protected]
VITE_LEGIONWIKI_ADMIN_PASSWORD=choose-a-strong-password
dist folder to your host, then visit yourdomain.com/admin and sign in with the credentials you configured. From there, admins can update the wiki layout and page content from the dashboard instead of editing source files by hand.Change the default credentials before uploading the site. If your web host supports directory password protection, you can also place
/admin behind that for another layer of access control.Good fit for
- Minecraft resource documentation
- Server setup guides
- Network FAQs
- Support checklists
- Standalone knowledge bases
- Resource sellers who want their own docs site
What you receive
- LegionWiki source project
- Production-ready Vite build setup
- Admin editor page
- LegionWiki branded layout/assets
- Default wiki structure you can replace with your own docs
- Deployment notes for common static hosting
