No description
Find a file
kanym c29807edd4 Replace the scaffold with the Races of Valheim wiki
Writes the actual wiki: getting started (installation, race selection,
progression), one page per race including the undocumented Draugh, and a
reference section for keybinds, console commands, multiplayer and
troubleshooting. The blog becomes per-version release notes at
/release-notes; versions predating the mod's git history go in an undated
reference page instead of getting invented dates.

Facts are taken from JotunnModStub/*.cs rather than the mod's README, which
has drifted - it still lists Aswid's Dominate on E after it moved to K, and
never mentions Draugh at all. MAINTAINING.md records the page-to-source map
and the per-release checklist so the next update is mechanical.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 22:34:05 +02:00
.claude Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +02:00
blog Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +02:00
docs Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +02:00
src Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +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 Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +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 Replace the scaffold with the Races of Valheim wiki 2026-08-01 22:34:05 +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.