From ca4b56630671290457f0fec7380bfbb7cd0a78d5 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 8 Oct 2024 17:53:30 +0100 Subject: [PATCH 1/3] Update toc.yml to include Development Nuget Article --- articles/toc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 From 639fb3286f2f1956ab921c6a8701bfdb0349da1d Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 8 Oct 2024 17:57:18 +0100 Subject: [PATCH 2/3] Update index.md --- articles/getting_started/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/articles/getting_started/index.md b/articles/getting_started/index.md index 90090e6..3ce4aac 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](packaging_games.md) + +### 5. Advanced Topics +- [Preparing for Consoles](preparing_for_consoles.md) +- [Using Development Nuget Packages](using_development_nuget_packages.md) From 1e247bcd6f0906532af0384c13a30dabb959a899 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 8 Oct 2024 17:57:59 +0100 Subject: [PATCH 3/3] Update index.md --- articles/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/getting_started/index.md b/articles/getting_started/index.md index 3ce4aac..1d9173e 100644 --- a/articles/getting_started/index.md +++ b/articles/getting_started/index.md @@ -48,7 +48,7 @@ By the end of this tutorial set, you will have a working project to build for yo - [Adding Basic Code](5_adding_basic_code.md) ### 4. Packaging Games -- [Packaging Games](packaging_games.md) +- [Packaging Games for Distribution](packaging_games.md) ### 5. Advanced Topics - [Preparing for Consoles](preparing_for_consoles.md)