Added a few missing top level URIs to the master document.

This commit is contained in:
Shamus Hammons 2017-02-13 13:29:45 -06:00 committed by Paul Davis
parent f1607b3d25
commit cbd9d47258
2 changed files with 11 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Here are the keywords you can put in, and a brief description of what they do:
| include | Tells the build system that the content lives in an external file; these normally live in the `include/` directory. Note that the filename should **not** be prefixed with `include/` |
| exclude | Tells the `implode` and `explode` scripts that file referred to by the `include` keyword should be ignored. Note that the value of this keyword is ignored |
| style | Sets an alternate CSS stylesheet; the name should match the one referred to (sans the `.css` suffix) in the `source/css` directory |
| uri | Sets an absolute URI where this page will go in the hierachy of the created website. It does *not* change the document structure |
### Normal content

View File

@ -72,6 +72,7 @@ part: subchapter
---
title: Ardour Concepts
include: ardour-concepts.html
uri: introducing-ardour
part: chapter
---
@ -788,6 +789,7 @@ part: part
---
title: Sessions
include: sessions.html
uri: working-with-sessions
part: chapter
---
@ -920,6 +922,7 @@ part: subchapter
---
title: Tracks
include: tracks.html
uri: working-with-tracks
part: chapter
---
@ -1056,6 +1059,7 @@ part: chapter
---
title: Playback & Recording
uri: recording
part: part
---
@ -1193,6 +1197,7 @@ part: subchapter
---
title: Editing
uri: editing-and-arranging
part: part
---
@ -1359,6 +1364,7 @@ part: subchapter
---
title: Playlists
include: playlists.html
uri: working-with-playlists
part: chapter
---
@ -1778,12 +1784,14 @@ part: subchapter
---
title: Automation
include: automation.html
uri: automation
part: chapter
---
---
title: Mixdown
include: mixdown.html
uri: exporting
part: chapter
---
@ -1843,6 +1851,7 @@ part: part
---
title: Working with Synchronization
include: working-with-synchronization.html
uri: synchronization
part: chapter
---
@ -1919,6 +1928,7 @@ part: subchapter
---
title: Control Surfaces
uri: using-control-surfaces
part: part
---