summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-01-20 10:12:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-01-20 10:12:16 -0700
commit571e5624bbfaf33d07a5a6bc898a74ed52ace1e4 (patch)
tree68f3a8a31a4814bf926e5afb6c471a65351a74a2 /mkdocs.yml
parent41cf925ce1cd4833398659e58ae05c181161f8d8 (diff)
restore and patch installation section of manual
Information about nREPL middleware is needed by the end user.
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 8806254d..61b68fa1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,6 +6,7 @@ copyright: "Copyright (C) 2016-2017 Bozhidar Batsov, Artur Malabarba and CIDER c
docs_dir: doc
pages:
- Home: index.md
+- Installation: installation.md
- Up and Running: up_and_running.md
- Interactive Programming: interactive_programming.md
- Using the REPL: using_the_repl.md