Skip to content

Commit dc93535

Browse files
Update toc's
1 parent f3ca739 commit dc93535

File tree

4 files changed

+7
-36
lines changed

4 files changed

+7
-36
lines changed

articles/getting_to_know/howto/audio/index.md

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ The following articles showcase some of the best ways to get sound out of your g
2626

2727
Demonstrates how to play a song from a media file.
2828

29-
* [Playing a Song from a URI](HowTo_PlaySongfromURI.md)
30-
31-
Demonstrates how to use the [MediaPlayer](xref:Microsoft.Xna.Framework.Media.MediaPlayer) to play a song from a Uniform Resource Identifier (URI).
32-
3329
* [Streaming Data from a WAV File](HowTo_StreamDataFromWav.md)
3430

3531
Demonstrates how to stream audio from a wave (.wav) file.

articles/getting_to_know/toc.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
href: howto/
1818
items:
1919
- name: Audio
20-
href: howto/audio/Index.md
20+
href: howto/audio/
2121
- name: Content Pipeline
22-
href: howto/content_pipeline/Index.md
22+
href: howto/content_pipeline/
2323
- name: Graphics
24-
href: howto/graphics/Index.md
24+
href: howto/graphics/
2525
- name: Input
26-
href: howto/input/Index.md
26+
href: howto/input/

articles/getting_to_know/whatis/toc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- name: Introduction
44
href: index.md
55
- name: Content Pipeline
6-
href: content_pipeline/index.md
6+
href: content_pipeline/
77
- name: Graphics
8-
href: graphics/index.md
8+
href: graphics/
99
- name: Audio
1010
href: WhatIs_Audio.md
1111
- name: Input

articles/toc.yml

+1-26
Original file line numberDiff line numberDiff line change
@@ -59,32 +59,7 @@
5959
- name: Localization
6060
href: getting_started/content_pipeline/localization.md
6161
- name: Getting to know MonoGame
62-
href: getting_to_know/Index.md
63-
items:
64-
- name: What is
65-
href: getting_to_know/whatis/Index.md
66-
items:
67-
- name: Audio
68-
href: getting_to_know/whatis/WhatIs_Audio.md
69-
- name: Content Pipeline
70-
- name: Graphics
71-
- name: The Game Loop
72-
href: getting_to_know/whatis/WhatIs_TheGameLoop.md
73-
- name: Input
74-
href: getting_to_know/whatis/WhatIs_Input.md
75-
- name: MonoGame Class Library
76-
href: getting_to_know/whatis/WhatIs_MonoGame_Class_Library.md
77-
- name: How to
78-
href: getting_to_know/howto/Index.md
79-
items:
80-
- name: Audio
81-
href: getting_to_know/howto/audio/Index.md
82-
- name: Content Pipeline
83-
href: getting_to_know/howto/content_pipeline/Index.md
84-
- name: Graphics
85-
href: getting_to_know/howto/graphics/Index.md
86-
- name: Input
87-
href: getting_to_know/howto/input/Index.md
62+
href: getting_to_know/
8863
- name: Migration
8964
items:
9065
- name: Migrating from XNA

0 commit comments

Comments
 (0)