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
6 changes: 0 additions & 6 deletions articles/getting_started/2_choosing_your_ide_rider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 0 additions & 6 deletions articles/getting_started/2_choosing_your_ide_visual_studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 0 additions & 6 deletions articles/getting_started/2_choosing_your_ide_vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 3 additions & 7 deletions articles/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 2 additions & 3 deletions articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down