docs: rename Netrunner plugin display name to Android: Netrunner - #145
Open
tmchow wants to merge 1 commit into
Open
docs: rename Netrunner plugin display name to Android: Netrunner#145tmchow wants to merge 1 commit into
tmchow wants to merge 1 commit into
Conversation
…n-Cha#142) Update user-facing display name to the official game name in: - plugins list (hugo/content/plugins/_index.md) - plugin page title (hugo/content/plugins/netrunner.md) - plugin README header (plugins/netrunner/README.md) - root README supported-formats list (README.md) - AGENTS.md supported-games list Directory layout (`plugins/netrunner/`), CLI invocation path, route slug, NETRUNNERDB_* API constants, and test class names are unchanged so the CLI command, Hugo URL, and netrunnerdb.com API references continue to work. Closes Alan-Cha#142
Owner
|
@tmchow Thanks for the PR! If you're in the SCM Discord, lmk and I'll give you the contributor role. Thanks again! |
Author
|
@Alan-Cha anyhting else you need from me to merge this? |
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.
Closes #142
Renames the user-facing display name of the Netrunner plugin to Android: Netrunner (the full official game name) across docs and plugin metadata. Matches the colon-subtitle convention already used for "Magic: The Gathering" and "Sorcery: Contested Realm" elsewhere in the same plugins list.
What this PR intentionally does NOT do
plugins/netrunner/— CLI users invokepython plugins/netrunner/fetch.py, and the slug is also the Hugo URL path. A directory rename would break invocation, internal imports, and any inbound links.NETRUNNERDB_SET_URL_TEMPLATE/NETRUNNERDB_URL_TEMPLATE— those reference thenetrunnerdb.comAPI, not the game name.TestNetrunnerAPI/test/test_netrunner_plugin.py— internal names that don't affect users.If you'd prefer a fuller rename (directory, slug, internal names), happy to do that in a follow-up; I started here because every other change is reversible and risk-free.
Testing
git diff --statshows only 5 single-line changes across docs/markdown.python plugins/netrunner/fetch.py game/decklist/deck.txt textis unchanged./plugins/netrunner/is unchanged; only the rendered title changes.