From cbd9d47258da20fd8a163b681f469af3e07f95e4 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Mon, 13 Feb 2017 13:29:45 -0600 Subject: [PATCH] Added a few missing top level URIs to the master document. --- README.md | 1 + master-doc.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 4645752..83ac658 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/master-doc.txt b/master-doc.txt index b69c613..edef26a 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -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 --- -- 2.37.2