Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update toc.yml to include Development Nuget Article #72

Merged
merged 3 commits into from
Oct 8, 2024
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
7 changes: 7 additions & 0 deletions articles/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 3 additions & 1 deletion articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down