Skip to content

Commit 0054cb6

Browse files
authored
Update toc.yml to include Development Nuget Article (#72)
* Update toc.yml to include Development Nuget Article
1 parent a965348 commit 0054cb6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

articles/getting_started/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ By the end of this tutorial set, you will have a working project to build for yo
4646
- [Understanding the Code](3_understanding_the_code.md)
4747
- [Adding Content](4_adding_content.md)
4848
- [Adding Basic Code](5_adding_basic_code.md)
49+
50+
### 4. Packaging Games
51+
- [Packaging Games for Distribution](packaging_games.md)
52+
53+
### 5. Advanced Topics
54+
- [Preparing for Consoles](preparing_for_consoles.md)
55+
- [Using Development Nuget Packages](using_development_nuget_packages.md)

articles/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
- name: Packaging
3737
href: getting_started/packaging_games.md
3838
- name: Preparing for consoles
39-
href: getting_started/preparing_for_consoles.md
39+
href: getting_started/preparing_for_consoles.md
40+
- name: Using Development Nuget Packages
41+
href: getting_started/using_development_nuget_packages.md
4042
- name: Tools
4143
items:
4244
- name: Introduction

0 commit comments

Comments
 (0)