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) 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) 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