-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
ABKQPO edited this page Apr 28, 2026
·
3 revisions
Under wiki/resourcepack/. The old loose source tree under src/main/resources/assets/... is no longer the authored source of truth for runtime guide pages.
The files under wiki/*.md are human-facing GitHub Wiki documentation. The files under wiki/resourcepack/... are the in-game guide pages consumed by GuideNH itself.
Not directly. Runtime guide markdown may contain GuideNH-specific MDX tags that GitHub Wiki does not understand. Keep runtime syntax inside the runtime guide tree and show it in the wiki only inside fenced code blocks.
Use the dedicated live preview run tasks documented in Live Preview. In this repository, runGuide
launches the client with the built-in example guide source folder already wired in and opens the guide on startup.