summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-28 11:39:24 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-28 11:39:24 +0300
commit890b272cb2a1576756763d4c0bf13a514ad8ad56 (patch)
tree827b5680e1672ce37cc575ee328e2420cef68360 /mkdocs.yml
parentd76e89b8a2c4a1c347c274e77356d25fb7907b4d (diff)
Break up the manual into several documents
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 91640e8a..5a6eeed4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,4 +2,11 @@ site_name: "CIDER: The Clojure Interactive Programming Environment that Rocks"
docs_dir: doc
pages:
- Home: index.md
+- Installation: installation.md
+- Basic Usage: basic-usage.md
+- Extended Workflow: extended-workflow.md
+- Configuration: configuration.md
- Indentation: Indent-Spec.md
+- Caveats: caveats.md
+- Troubleshooting: troubleshooting.md
+- Contributing: contributing.md