Skip to content

docs: rename Netrunner plugin display name to Android: Netrunner - #145

Open
tmchow wants to merge 1 commit into
Alan-Cha:mainfrom
tmchow:osc/142-android-netrunner-rename
Open

docs: rename Netrunner plugin display name to Android: Netrunner#145
tmchow wants to merge 1 commit into
Alan-Cha:mainfrom
tmchow:osc/142-android-netrunner-rename

Conversation

@tmchow

@tmchow tmchow commented Apr 29, 2026

Copy link
Copy Markdown

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

  • Does not rename the directory plugins/netrunner/ — CLI users invoke python 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.
  • Does not rename NETRUNNERDB_SET_URL_TEMPLATE / NETRUNNERDB_URL_TEMPLATE — those reference the netrunnerdb.com API, not the game name.
  • Does not rename 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 --stat shows only 5 single-line changes across docs/markdown.
  • No code paths touched; existing CLI command python plugins/netrunner/fetch.py game/decklist/deck.txt text is unchanged.
  • Hugo URL path /plugins/netrunner/ is unchanged; only the rendered title changes.

…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
@Alan-Cha

Copy link
Copy Markdown
Owner

@tmchow Thanks for the PR! If you're in the SCM Discord, lmk and I'll give you the contributor role. Thanks again!

@tmchow

tmchow commented May 10, 2026

Copy link
Copy Markdown
Author

@Alan-Cha anyhting else you need from me to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename Netrunner plugin to Android: Netrunner

2 participants