diff --git a/articles/getting_started/index.md b/articles/getting_started/index.md
index b51d5b6f..90090e69 100644
--- a/articles/getting_started/index.md
+++ b/articles/getting_started/index.md
@@ -19,7 +19,6 @@ MonoGame supports the following platforms by default:
- PlayStation 4*
- PlayStation 5*
- Nintendo Switch*
-- Google Stadia*
> [!IMPORTANT]
> Platforms marked with a *"*"* require developer access from their host vendor platforms.
diff --git a/articles/getting_started/platforms.md b/articles/getting_started/platforms.md
index 8d967db3..35604f5e 100644
--- a/articles/getting_started/platforms.md
+++ b/articles/getting_started/platforms.md
@@ -7,7 +7,7 @@ MonoGame supports building games for the following **systems**:
| **Desktop PCs** | **Mobiles** | **Gaming consoles*** |
| --------------------------- | -------------------------- | ------------------------------------------------------------------------------ |
-| Windows
macOS
Linux | iOS
iPadOS
Android | Xbox
PlayStation 4
PlayStation 5
Nintendo Switch
Google Stadia |
+| Windows
macOS
Linux | iOS
iPadOS
Android | Xbox
PlayStation 4
PlayStation 5
Nintendo Switch |
> [!IMPORTANT]
> **Gaming consoles are restricted to registered developers and are not publicly available nor publicly documented. To get access to those platforms, please contact your console account manager(s). MonoGame documentation for closed platforms is available in their respective repositories.*
@@ -29,9 +29,16 @@ Below is a list of public platforms with their corresponding NuGet package, the
Beside these target platforms, MonoGame provides additional templates for shared game logic and extensions to the MonoGame Content Pipeline that can be used across all platforms.
-- [.NET Class Library](#net-class-library)
-- [Shared Project](#shared-project)
-- [Content Pipeline Extension](#content-pipeline-extension)
+- [Understanding MonoGame's platform types](#understanding-monogames-platform-types)
+- [Platform details](#platform-details)
+ - [WindowsDX](#windowsdx)
+ - [DesktopGL](#desktopgl)
+ - [Android](#android)
+ - [iOS](#ios)
+- [Other templates](#other-templates)
+ - [.NET Class Library](#net-class-library)
+ - [Shared Project](#shared-project)
+ - [Content Pipeline Extension](#content-pipeline-extension)
## Platform details
diff --git a/articles/getting_started/tools/mgcb.md b/articles/getting_started/tools/mgcb.md
index 59bb79f9..9f44f4b3 100644
--- a/articles/getting_started/tools/mgcb.md
+++ b/articles/getting_started/tools/mgcb.md
@@ -86,11 +86,10 @@ Set the target platform for this build. It must be a member of the