No description
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> |
||
|---|---|---|
| .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.