diff --git a/reference.html b/reference.html index 7d70e2c6dab443e0af4c84a9caf1c9562156b415..88f0f98e8a9a277ac1834a0a41cc6b6f7a3a7886 100644 --- a/reference.html +++ b/reference.html @@ -27,6 +27,9 @@ <div class="span10 offset1"> <h1 class="title">Lesson Title</h1> <h2 class="subtitle">Reference</h2> +<h2 id="topic-title-one"><a href="01-one.html">Topic Title One</a></h2> +<p>...commands and examples...</p> +<h2 id="topic-title-two"><a href="02-two.html">Topic Title Two</a></h2> <p>...commands and examples...</p> <h2 id="glossary">Glossary</h2> <dl> diff --git a/reference.md b/reference.md index fe72b8d9efd8447caf4db168df624022bf23d364..8d0c4fe2df8699275b7a4eed2321c4a4af7ece2f 100644 --- a/reference.md +++ b/reference.md @@ -3,6 +3,12 @@ layout: page title: Lesson Title subtitle: Reference --- +## [Topic Title One](01-one.html) + +...commands and examples... + +## [Topic Title Two](02-two.html) + ...commands and examples... ## Glossary