Skip to content

Commit 0e58cb5

Browse files
kenyonjCopilot
andcommitted
Fix comma delimiters in topic aliases/related fields
Add space after commas in aliases and related fields across 14 topic index.md files so the Liquid split on ', ' produces individual entries instead of a single concatenated string. Also remove software-testing from testing topic aliases — it conflicts with an existing alias in the production database. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent bf6f440 commit 0e58cb5

File tree

15 files changed

+23
-23
lines changed

15 files changed

+23
-23
lines changed

topics/apollo-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display_name: apollo-server
33
github_url: https://github.com/apollographql/apollo-server
44
logo: apollo-server.png
5-
related: graphql,api,graphql-server,apollo
5+
related: graphql, api, graphql-server, apollo
66
released: August 15, 2025
77
short_description: apollo-server is a Node.js library that allows you to quickly build a GraphQL API server to handle structured client requests.
88
topic: apollo-server

topics/autohotkey/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
display_name: Autohotkey
33
short_description: autohotkey is custom script for macro-commands creation.
4-
aliases: auto-hotkey,ahk-script,autohotkeys
4+
aliases: auto-hotkey, ahk-script, autohotkeys
55
topic: autohotkey
6-
related: hotkey,macro,script
6+
related: hotkey, macro, script
77
logo: autohotkey.png
88
github_url: https://github.com/AutoHotkey/AutoHotkey
99
---

topics/build-engine/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
display_name: Build Engine
33
short_description: The Build Engine is game engine created by Ken Silverman, best known for powering Duke Nukem 3D.
4-
aliases: build1,build2,duke-nukem-3d-engine,con-script,con-files
4+
aliases: build1, build2, duke-nukem-3d-engine, con-script, con-files
55
wikipedia_url: https://en.wikipedia.org/wiki/Build_(game_engine)
6-
related: duke-nukem,blood,shadow-warrior
6+
related: duke-nukem, blood, shadow-warrior
77
topic: build-engine
88
---

topics/corruptor/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
display_name: Corruptor
33
short_description: a corruptor is a type of software to test errors and glitches.
4-
aliases: data-corruptor,rom-corruptor,game-corruptor
4+
aliases: data-corruptor, rom-corruptor, game-corruptor
55
logo: corruptor.png
6-
related: glitch,generator,data
6+
related: glitch, generator, data
77
topic: corruptor
88
---
99
a corruptor is a type of software to test errors and glitches with commands.

topics/data-recovery/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
display_name: Data Recovery
3-
aliases: data-carving,digital-forensic,recovery-tool,photo-recovery
3+
aliases: data-carving, digital-forensic, recovery-tool, photo-recovery
44
short_description: Data recovery is a method of recovering using software to undone file deletion or corruption.
55
topic: data-recovery
66
wikipedia_url: https://en.wikipedia.org/wiki/data_recovery

topics/hammer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Hammer
33
short_description: Hammer editor is a tool created by valve software for source 1 games.
4-
aliases: valve-hammer,worldcraft,hammer-editor
4+
aliases: valve-hammer, worldcraft, hammer-editor
55
topic: hammer
66
---
77
Hammer editor is a tool created by valve software in 2004 to creating custom levels for the source 1 games.

topics/io/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: IO
33
short_description: io is a input and output for computer programs.
4-
aliases: io-domain,io-game,io-website
4+
aliases: io-domain, io-game, io-website
55
topic: io
66
---
77
io is a input and output for computer programs for web domains.

topics/irc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
display_name: IRC
3-
aliases: irc-network,irc-website,irc-chat,internet-relay-chat
3+
aliases: irc-network, irc-website, irc-chat, internet-relay-chat
44
short_description: irc is a chat software to real-time talk on the internet.
5-
related: chat,website
5+
related: chat, website
66
topic: irc
77
wikipedia_url: https://en.wikipedia.org/wiki/IRC
88
---

topics/machinima/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aliases: machine-cinema, quake-movie
33
display_name: Machinima
44
short_description: Machinima is a creation method of using real-time software or video games to make movies.
5-
related: tool,games,internet,modding
5+
related: tool, games, internet, modding
66
topic: machinima
77
wikipedia_url: https://en.wikipedia.org/wiki/Machinima
88
---

topics/randomizer/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
display_name: Randomizer
33
short_description: Randomizer is a type of tool that uses stochastic inputs.
4-
aliases: video-game-randomizer,randomizer-tool,randomizer-mod
5-
related: modding,rom-hacking
4+
aliases: video-game-randomizer, randomizer-tool, randomizer-mod
5+
related: modding, rom-hacking
66
logo: randomizer.png
77
topic: randomizer
88
---

0 commit comments

Comments
 (0)