No description
Adds the release post and updates the Sverm page's Beehives section to mention the now-enforced cap and the two new configurable limits. |
||
|---|---|---|
| .claude | ||
| blog | ||
| docs | ||
| src | ||
| static | ||
| .gitignore | ||
| docusaurus.config.js | ||
| MAINTAINING.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| sidebars.js | ||
Races of Valheim — wiki
Source for the Races of Valheim wiki, built with Docusaurus 3.
Published at https://wiki.aledanidev.ovh.
Local development
pnpm install
pnpm start
Starts a dev server with hot reload on http://localhost:3000.
Build
pnpm build
Generates static content into build/, which can be served by any static host.
pnpm serve
Serves the built output locally so you can check the production build before deploying.
Layout
| Path | Contents |
|---|---|
docs/getting-started/ |
Installation, race selection, progression |
docs/races/ |
One page per race, plus the comparison overview |
docs/reference/ |
Key bindings, console commands, multiplayer, troubleshooting, pre-1.3.4 changelog |
blog/ |
Release notes — one post per released version, served at /release-notes |
sidebars.js |
Explicit sidebar order (not autogenerated) |
Keeping it in sync with the mod
The wiki is written from the mod source, not from memory. See MAINTAINING.md for the checklist to run whenever the mod changes.