diff --git a/articles/getting_started/index.md b/articles/getting_started/index.md index 90090e6..1d9173e 100644 --- a/articles/getting_started/index.md +++ b/articles/getting_started/index.md @@ -46,3 +46,10 @@ By the end of this tutorial set, you will have a working project to build for yo - [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 +- [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 6fe33ed..2e3c54f 100644 --- a/articles/toc.yml +++ b/articles/toc.yml @@ -36,7 +36,9 @@ - name: Packaging href: getting_started/packaging_games.md - name: Preparing for consoles - href: getting_started/preparing_for_consoles.md + href: getting_started/preparing_for_consoles.md + - name: Using Development Nuget Packages + href: getting_started/using_development_nuget_packages.md - name: Tools items: - name: Introduction