Skip to content

Restructure existing docs for new content #36

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

Merged
merged 1 commit into from
Aug 3, 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
72 changes: 37 additions & 35 deletions articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
items:
- name: Introduction
href: getting_started/index.md
- name: Supported platforms
href: platforms.md
- name: 1. Setting up your development environment
items:
- name: Windows
Expand All @@ -28,42 +30,42 @@
href: getting_started/4_adding_content.md
- name: 5. Adding Basic Code
href: getting_started/5_adding_basic_code.md
- name: Tools
items:
- name: Introduction
href: tools/index.md
- name: MGCB
href: tools/mgcb.md
- name: MGCB Editor
href: tools/mgcb_editor.md
- name: MGFXC
href: tools/mgfxc.md
- name: Content Pipeline
- name: Packaging
href: packaging_games.md
- name: Preparing for consoles
href: preparing_for_consoles.md
- name: Tools
items:
- name: Introduction
href: tools/index.md
- name: MGCB
href: tools/mgcb.md
- name: MGCB Editor
href: tools/mgcb_editor.md
- name: MGFXC
href: tools/mgfxc.md
- name: Content Pipeline
items:
- name: Introduction
href: content_pipeline/index.md
- name: Why use the Content Pipeline
href: content_pipeline/why_content_pipeline.md
- name: Using MGCB Editor
href: content_pipeline/using_mgcb_editor.md
- name: Custom Effects
href: content_pipeline/custom_effects.md
- name: TrueType fonts
href: content_pipeline/adding_ttf_fonts.md
- name: Localization
href: content_pipeline/localization.md
- name: Migration
items:
- name: Introduction
href: content_pipeline/index.md
- name: Why use the Content Pipeline
href: content_pipeline/why_content_pipeline.md
- name: Using MGCB Editor
href: content_pipeline/using_mgcb_editor.md
- name: Custom Effects
href: content_pipeline/custom_effects.md
- name: TrueType fonts
href: content_pipeline/adding_ttf_fonts.md
- name: Localization
href: content_pipeline/localization.md
- name: Supported platforms
href: platforms.md
- name: Migrating from 3.7
href: migrate_37.md
- name: Migrating from 3.8.0
href: migrate_38.md
- name: Migrating from XNA
href: migrate_xna.md
- name: Packaging
href: packaging_games.md
- name: Preparing for consoles
href: preparing_for_consoles.md
- name: Migrating from XNA
href: migrate_xna.md
- name: Migrating from 3.7
href: migrate_37.md
- name: Migrating from 3.8.0
href: migrate_38.md
- name: Samples and Demos
href: samples.md
- name: Community Tutorials
Expand Down
Loading