docs: add ChunkBlock and TradeWinds to the homepage and game mode indexes - #92
Merged
Merged
Conversation
…ences The TradeWinds section landed in #87 but was only reachable from the nav. This links it from every page that enumerates game modes: - Homepage: add it to the hero list and the "pick a game mode" step, add a mode card, and bump the game-modes stat from 8 to 9. - Comparison: add the quick-comparison row, a "I want an economy-driven trading game" entry, and a TradeWinds column in the feature-support table. The column follows the addon's own addon.yml, which soft-depends on Border, Level, Challenges, Visit and Warps. Nether and End are marked unsupported with a footnote covering the Interstice, the deliberate absence of an End world, and the Vault requirement. - GameModes: add a "TradeWinds - Sea Trading" section in the house format. - Addons: add the row to the game mode addons table. - Translate: add the link to its translations anchor. Verified with mkdocs build; no new warnings. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SeaqBgxyoXjLv6CZnSGErV
…ences The ChunkBlock section landed in #90 but was only reachable from the nav. This links it from every page that enumerates game modes: - Homepage: add it to the hero list and the "pick a game mode" step, add a mode card next to AOneBlock, and bump the game-modes stat from 9 to 10. - Comparison: add the quick-comparison row, an "I want the one-block loop with a reason to keep levelling" entry, and a ChunkBlock column in the feature-support table. Level is marked as required and the Nether/End cells note that both are generated off by default, per the addon's own config. - GameModes: add a "ChunkBlock - One Block in a Walled Chunk" section in the house format. - Addons: add the row to the game mode addons table. - Translate: add the link to its translations anchor. Verified with mkdocs build; the only warnings are pre-existing GitHub rate-limit 403s from the translations macro. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NbnUebf6zh8aW9UmoBv7h6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Both ChunkBlock (#89, #90) and TradeWinds (#87, #88) have full documentation sections and nav entries, but neither was reachable from any page that enumerates game modes — including the homepage. A visitor landing on docs.bentobox.world sees eight game modes and has no hint the other two exist.
This wires both into every such page.
Homepage (
docs/index.md)Choosing a Game Mode (
gamemodes/Comparison.md)ChunkBlock's cells follow the addon's own config and docs:
generateoff by default; enabling either gives it its own centre chunk under the same level-driven claim rulesTradeWinds keeps the footnote from #87 covering the Interstice, the deliberate absence of an End world, and the Vault requirement.
Other index pages
About/GameModes.mdAbout/Addons.mdTranslate-BentoBox-and-addons.mdVerification
mkdocs buildcompletes with exit 0 and the builtsite/index.htmlandsite/gamemodes/Comparison/index.htmlcontain the new entries. All eight rows of the feature-support table have matching column counts.--strictaborts, but only on eight pre-existingtranslations(): GitHub listing returned 403warnings — the macro hitting the unauthenticated rate limit on this machine. Unrelated to these changes; a build host withGITHUB_TOKENset will not see them.🤖 Generated with Claude Code
https://claude.ai/code/session_01NbnUebf6zh8aW9UmoBv7h6