Comprehensive documentation for the largest Host-Only Among Us mod with 450+ roles, 16 game modes and Endless customisation
This repository powers the EHR Wiki - a comprehensive documentation site for Endless Host Roles. Built with modern web technologies, it provides:
- Detailed Guides β Installation, setup, and gameplay tutorials
- Role Encyclopedia β Complete descriptions of 450+ unique roles
- Command Reference β Full documentation of chat commands
- Configuration Docs β In-depth settings and customization options
- Game Mode Guides β Strategies for all 16 game modes
|
Astro Web Framework |
Starlight Docs Theme |
Netlify Hosting |
# Clone the repository
git clone https://github.com/Gurge44/ehr-wiki.git
cd ehr-wiki
# Install dependencies
npm install
# or
pnpm install
# Start development server
npm run devOpen http://localhost:4321 in your browser
# Build the site
npm run build
# Preview production build locally
npm run previewehr-wiki-deploy/
β
βββ public/ # Static assets (images, icons, fonts)
β βββ ehr_wiki.png
β
βββ src/
β βββ content/
β β βββ docs/ # Documentation pages (Markdown/MDX)
β β β βββ guides/
β β β βββ roles/
β β β βββ settings/
β β β βββ ...
β β βββ config.ts # Starlight configuration
β β
β βββ assets/ # Optimized images & assets
β
βββ astro.config.mjs # Astro configuration
βββ package.json
βββ README.md
We love contributions! Whether you're fixing typos, adding new guides, or improving existing documentation, your help is appreciated.
- Fork this repository
- Create a new branch
git checkout -b improve-docs
- Edit the relevant
.mdor.mdxfiles insrc/content/docs/ - Commit your changes
git commit -m 'Update role descriptions' - Push to your branch
git push origin improve-docs
- Open a Pull Request
Simply create new .md files in the appropriate directory under src/content/docs/. Starlight will automatically:
- Add them to the navigation
- Generate the sidebar
- Handle routing
Found a problem? Open an issue and include:
- What's wrong or outdated
- Which page it's on
- Suggested correction (if applicable)
The site is automatically deployed to Netlify when changes are pushed to the main branch.
Copyright (c) 2025, Gurge44
Licensed under the BSD 4-Clause License
See LICENSE for full details.