Welcome to the new Yeeps: Hide and Seek wiki! We're using Material for MkDocs to build a better, more up-to-date wiki
We're still setting things up, so here's a quick look at what's done and what still needs work:
| Category | Status |
|---|---|
| Cooking | Completed ✅ |
| Brewing | Completed ✅ |
| Blocks | Not started ❌ |
| Mechanics | Not started ❌ |
| Gamemodes | Not started ❌ |
| Buttcoin Stashes | Not started ❌ |
| Promocodes | Not started ❌ |
| Update History | Completed ✅ |
| All Items | Not started ❌ |
| Tech Webs | Not started ❌ |
If you'd like to help out, feel free to submit edits or add missing information! You can also join the discord here!
Here are some basic resources to help get you started
While recommended, a computer/laptop isn't needed to contribute to the wiki. Github offers codespaces, which let you do everything in the cloud
To run the wiki locally:
- Install MkDocs Material, and required plugins:
pip install mkdocs-material \ pymdown-extensions \ mkdocs-mermaid2-plugin \ mkdocs-git-revision-date-localized-plugin \ mkdocs-git-committers-plugin-2
- Clone this repository:
git clone https://github.com/lrutjens/yeeps-wiki.git
- Navigate to the project folder and start the server:
mkdocs serve
- Open
http://127.0.0.1:8000/in your browser to see the wiki in action!