File-native content
Pages stay in .md/.mdx, so ownership and history remain clear in existing workflows.
Wikix is a practical wiki for release-heavy teams who are tired of fixing docs after release day.
Built as a pet project around one idea: docs should feel like part of delivery, not cleanup.
The real cost is context switching, rework, and avoidable production confusion.
.md/.mdx files.No hidden wiki namespace. No extra format. No custom publish glue.
Pages stay in .md/.mdx, so ownership and history remain clear in existing workflows.
Homepage is /, pages are /{slug}, and legacy /wikis/* stays redirect-only.
RBAC roles, required comments for key actions, and audit events make publishing accountable.
Atomic writes plus sync/reindex flows keep filesystem state and search index aligned.
Many teams end up with several tools, manual handoffs, and brittle publishing glue.
One contract: markdown/MDX source, predictable routing, proposal flow, and built-in ops controls.
Teams with frequent releases that need docs to move with code, not after it.
Wikix does not replace discipline. It makes a good documentation process easier to enforce.
Single wiki per deployment, canonical / and /{slug}, legacy path kept as redirect-only.
Proposal-first flow with role gates, audit log, and atomic writes for content updates.
BFF API proxy plus sync/reindex paths for safe recovery after manual file edits.
Patch notes, lore, and player guides that should stay aligned with frequent updates.
Architecture docs and contributor guidance reviewed in a familiar, Git-native flow.
Private operational docs where explicit permissions and auditability matter.
Markdown/MDX structure is easier for assistants to read and draft against, with humans in control.
Success signals: fewer manual handoffs, cleaner review trail, and docs updated in the release window.
No autonomous direct publish is planned before policy gates and safety checks are proven in practice.
If this feels like your team: start with one repo, one docs stream, and one release cycle.