Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ export default defineConfig({
items: [
"guides/codxe",
{
label: "IW3",
items: ["guides/iw3/bot-warfare"],
label: "Call of Duty 4 (IW3)",
items: [{ label: "Bot Warfare", slug: "guides/iw3/bot-warfare" }],
},
{
label: "IW4",
items: ["guides/iw4/bot-warfare"],
label: "Modern Warfare 2 (IW4)",
items: [{ label: "Bot Warfare", slug: "guides/iw4/bot-warfare" }],
},
{
label: "T4",
items: ["guides/t4/bot-warfare"],
label: "World at War (T4)",
items: [{ label: "Bot Warfare", slug: "guides/t4/bot-warfare" }],
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/iw3/bot-warfare.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "IW3 Bot Warfare"
title: "Call of Duty 4 Bot Warfare"
description: Install Bot Warfare for Call of Duty 4 on Xbox 360 or Xenia.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/iw4/bot-warfare.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "IW4 Bot Warfare"
title: "Modern Warfare 2 Bot Warfare"
description: Install Bot Warfare for Modern Warfare 2 on Xbox 360 or Xenia.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/t4/bot-warfare.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "T4 Bot Warfare"
title: "World at War Bot Warfare"
description: "Install Bot Warfare for Call of Duty: World at War on Xbox 360 or Xenia."
---

Expand Down
Loading