-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
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.
Under config/guidenh/DefaultGuide/<modid>/guidenh/. This runtime directory is created automatically on the client
and uses the native namespace-root layout without an outer assets/ folder.
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.