We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: fix wiki-links broken inside tables; ignore local CLAUDE.md Piped wiki-links [[Text|Page]] inside a Markdown table collide with the column separator, so the cell splits and the link renders as literal [[Text. Convert the in-table ones to Markdown links [Text](Page) (Home, H2, Project-Layout, Defining-Entities, Extending-the-Library). Add .gitignore for the local-only CLAUDE.md authoring notes.
Update wiki
wiki: rename example variable world -> refRegistry; tidy Ref.of and specs links Match the code: examples use 'refRegistry' (not 'world'); unbound refs shown as Ref.of(key, type, null) now the two-arg overload is gone; removed dead links to the no-longer-committed specs/. Legitimate domain examples (location.world, world_nether) left untouched.
Add complete EveryDatabase dev-guide wiki Home, sidebar, footer, and every section page — Getting Started, Core Concepts, Working with Data, Backends, the Manager module (per-context RefRegistry), Operations, Advanced, Reference, and Contributing. Conventions in specs/SPEC_wiki.md; content grounded in the repo sources and reviewed for accuracy against them.