No description
Find a file
kanym 18e7517eb0 docs: v1.4.11 release notes - Bone Servant, input-lockout and Sverm beehive-cap fixes
Adds the release post and updates the Sverm page's Beehives section to
mention the now-enforced cap and the two new configurable limits.
2026-08-30 19:07:53 +02:00
.claude docs: cover 1.3.12 - flight, the Skeleton progression, and three races nobody could see 2026-08-05 18:48:23 +02:00
blog docs: v1.4.11 release notes - Bone Servant, input-lockout and Sverm beehive-cap fixes 2026-08-30 19:07:53 +02:00
docs docs: v1.4.11 release notes - Bone Servant, input-lockout and Sverm beehive-cap fixes 2026-08-30 19:07:53 +02:00
src docs(stations): add a dedicated Stations reference page 2026-08-29 03:04:29 +02:00
static Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +02:00
.gitignore scaffold docusaurus site 2026-08-01 21:33:34 +02:00
docusaurus.config.js Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +02:00
MAINTAINING.md update to v1.4.9 2026-08-26 21:09:25 +02:00
package.json add security config, pin pnpm, resolve trust/build exclusions 2026-08-01 21:58:00 +02:00
pnpm-lock.yaml add security config, pin pnpm, resolve trust/build exclusions 2026-08-01 21:58:00 +02:00
pnpm-workspace.yaml add security config, pin pnpm, resolve trust/build exclusions 2026-08-01 21:58:00 +02:00
README.md Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +02:00
sidebars.js docs(stations): add a dedicated Stations reference page 2026-08-29 03:04:29 +02:00

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.