Skip to content

Commit 655aee1

Browse files
Fix TOC links (#198)
* Fix TOC links * Also update gettign started index * Cleanup to also remove links to the old code guides from the IDE docs. --------- Co-authored-by: Simon (Darkside) Jackson <[email protected]>
1 parent 563c72f commit 655aee1

File tree

5 files changed

+5
-28
lines changed

5 files changed

+5
-28
lines changed

articles/getting_started/2_choosing_your_ide_rider.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,3 @@ Once you have created your project you should run the following terminal/command
6363

6464
> [!NOTE]
6565
> 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.
66-
67-
## Next Steps
68-
69-
Next, get to know MonoGame's code structure and project layout:
70-
71-
- [Understanding the code](3_understanding_the_code.md)

articles/getting_started/2_choosing_your_ide_visual_studio.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,3 @@ To get you started with Visual Studio, here are the steps for setting up a new M
8686
![Game](images/vswin_mg_new_5.png)
8787

8888
---
89-
90-
## Next Steps
91-
92-
Next, get to know MonoGame's code structure and project layout:
93-
94-
- [Understanding the code](3_understanding_the_code.md)

articles/getting_started/2_choosing_your_ide_vscode.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,3 @@ Once you have created your project you should run the following terminal/command
164164
165165
> [!NOTE]
166166
> 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.
167-
168-
## Next Steps
169-
170-
Next, get to know MonoGame's code structure and project layout:
171-
172-
- [Understanding the code](3_understanding_the_code.md)

articles/getting_started/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,11 @@ By the end of this tutorial set, you will have a working project to build for yo
4141
- [VS Code](./2_choosing_your_ide_vscode.md)
4242
- [Rider](./2_choosing_your_ide_rider.md)
4343

44-
### 3. Building your game
44+
### 3. Packaging Games
4545

46-
- [Understanding the Code](3_understanding_the_code.md)
47-
- [Adding Content](4_adding_content.md)
48-
- [Adding Basic Code](5_adding_basic_code.md)
49-
50-
### 4. Packaging Games
5146
- [Packaging Games for Distribution](packaging_games.md)
5247

53-
### 5. Advanced Topics
48+
### 4. Advanced Topics
49+
5450
- [Preparing for Consoles](preparing_for_consoles.md)
5551
- [Using Development Nuget Packages](using_development_nuget_packages.md)

articles/toc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ items:
55
href: /roadmap/
66
- name: What's New
77
href: whats_new.md
8-
- name: Getting Started - build your first 2D game
9-
href: tutorials/building_2d_games/index.md
8+
- name: Getting Started
9+
href: getting_started/index.md
1010
items:
1111
- name: Setting up MacOS
1212
href: /articles/getting_started/1_setting_up_your_os_for_development_macos.html
@@ -56,7 +56,6 @@ items:
5656
- name: Input
5757
href: getting_to_know/howto/input/index.md
5858
- name: Advanced Topics
59-
href: getting_started/index.md
6059
items:
6160
- name: Packaging
6261
href: getting_started/packaging_games.md

0 commit comments

Comments
 (0)