diff --git a/astro.config.mjs b/astro.config.mjs index b1b8b9f..6b8059a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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" }], }, ], }, diff --git a/src/content/docs/guides/iw3/bot-warfare.mdx b/src/content/docs/guides/iw3/bot-warfare.mdx index 0e9b9b0..962e2f3 100644 --- a/src/content/docs/guides/iw3/bot-warfare.mdx +++ b/src/content/docs/guides/iw3/bot-warfare.mdx @@ -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. --- diff --git a/src/content/docs/guides/iw4/bot-warfare.mdx b/src/content/docs/guides/iw4/bot-warfare.mdx index ad87d05..f452a83 100644 --- a/src/content/docs/guides/iw4/bot-warfare.mdx +++ b/src/content/docs/guides/iw4/bot-warfare.mdx @@ -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. --- diff --git a/src/content/docs/guides/t4/bot-warfare.mdx b/src/content/docs/guides/t4/bot-warfare.mdx index 0ff1a89..2fb37d3 100644 --- a/src/content/docs/guides/t4/bot-warfare.mdx +++ b/src/content/docs/guides/t4/bot-warfare.mdx @@ -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." ---