From d4d57b9bf731dd453c164a7181f069a69a01d7d8 Mon Sep 17 00:00:00 2001 From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:51:26 -0500 Subject: [PATCH 1/3] Fix TOC links --- articles/toc.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/articles/toc.yml b/articles/toc.yml index 837d07e2..ba3b9306 100644 --- a/articles/toc.yml +++ b/articles/toc.yml @@ -5,8 +5,8 @@ items: href: /roadmap/ - name: What's New href: whats_new.md - - name: Getting Started - build your first 2D game - href: tutorials/building_2d_games/index.md + - name: Getting Started + href: getting_started/index.md items: - name: Setting up MacOS href: /articles/getting_started/1_setting_up_your_os_for_development_macos.html @@ -56,7 +56,6 @@ items: - name: Input href: getting_to_know/howto/input/index.md - name: Advanced Topics - href: getting_started/index.md items: - name: Packaging href: getting_started/packaging_games.md From a61ec8667c95ce9ba64f79cd4504bf3467269862 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Wed, 5 Nov 2025 17:32:40 +0000 Subject: [PATCH 2/3] Also update gettign started index --- articles/getting_started/index.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/articles/getting_started/index.md b/articles/getting_started/index.md index 62d2eb5d..b4d752d2 100644 --- a/articles/getting_started/index.md +++ b/articles/getting_started/index.md @@ -41,15 +41,11 @@ By the end of this tutorial set, you will have a working project to build for yo - [VS Code](./2_choosing_your_ide_vscode.md) - [Rider](./2_choosing_your_ide_rider.md) -### 3. Building your game +### 3. Packaging Games -- [Understanding the Code](3_understanding_the_code.md) -- [Adding Content](4_adding_content.md) -- [Adding Basic Code](5_adding_basic_code.md) - -### 4. Packaging Games - [Packaging Games for Distribution](packaging_games.md) -### 5. Advanced Topics +### 4. Advanced Topics + - [Preparing for Consoles](preparing_for_consoles.md) - [Using Development Nuget Packages](using_development_nuget_packages.md) From 286302076de732fcd1dd2f55cefa089aea47fbdc Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Wed, 5 Nov 2025 17:35:52 +0000 Subject: [PATCH 3/3] Cleanup to also remove links to the old code guides from the IDE docs. --- articles/getting_started/2_choosing_your_ide_rider.md | 6 ------ .../getting_started/2_choosing_your_ide_visual_studio.md | 6 ------ articles/getting_started/2_choosing_your_ide_vscode.md | 6 ------ 3 files changed, 18 deletions(-) diff --git a/articles/getting_started/2_choosing_your_ide_rider.md b/articles/getting_started/2_choosing_your_ide_rider.md index 3893d557..4404ab08 100644 --- a/articles/getting_started/2_choosing_your_ide_rider.md +++ b/articles/getting_started/2_choosing_your_ide_rider.md @@ -63,9 +63,3 @@ Once you have created your project you should run the following terminal/command > [!NOTE] > If you ever change the version of the tools or want to upgrade them by editing the `dotnet-tools.json` configuration, you MUST run this command again to update the tools. - -## Next Steps - -Next, get to know MonoGame's code structure and project layout: - -- [Understanding the code](3_understanding_the_code.md) diff --git a/articles/getting_started/2_choosing_your_ide_visual_studio.md b/articles/getting_started/2_choosing_your_ide_visual_studio.md index cb12b3be..78e1f3ba 100644 --- a/articles/getting_started/2_choosing_your_ide_visual_studio.md +++ b/articles/getting_started/2_choosing_your_ide_visual_studio.md @@ -86,9 +86,3 @@ To get you started with Visual Studio, here are the steps for setting up a new M ![Game](images/vswin_mg_new_5.png) --- - -## Next Steps - -Next, get to know MonoGame's code structure and project layout: - -- [Understanding the code](3_understanding_the_code.md) diff --git a/articles/getting_started/2_choosing_your_ide_vscode.md b/articles/getting_started/2_choosing_your_ide_vscode.md index c8631621..f4e63b98 100644 --- a/articles/getting_started/2_choosing_your_ide_vscode.md +++ b/articles/getting_started/2_choosing_your_ide_vscode.md @@ -164,9 +164,3 @@ Once you have created your project you should run the following terminal/command > [!NOTE] > If you ever change the version of the tools or want to upgrade them by editing the `dotnet-tools.json` configuration, you MUST run this command again to update te tools. - -## Next Steps - -Next, get to know MonoGame's code structure and project layout: - -- [Understanding the code](3_understanding_the_code.md)