summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-12 09:59:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-05-12 09:59:09 -0700
commit5938afbb871cce065924873bdd1dd7bc7924a608 (patch)
treeb53da1a7e50e5e9967387b7202c9f1121645316e /mkdocs.yml
parentf6a8edc9aea09ff85972254db61bb6ad6f3ee312 (diff)
parentbe59fa7d0172a2a10f06d31b9ae1d2dbc2b5a75c (diff)
Merge tag 'v0.17.0+dfsg'
DFSG-clean upstream version 0.17.0
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 8d1cdff1..2e000976 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,12 +1,13 @@
site_name: "CIDER: The Clojure Interactive Development Environment that Rocks"
repo_url: https://github.com/clojure-emacs/cider
site_dir: html
-copyright: "Copyright (C) 2016-2017 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
+copyright: "Copyright (C) 2016-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
docs_dir: doc
pages:
- Home: index.md
- Installation: installation.md
- Up and Running: up_and_running.md
+- ClojureScript: clojurescript.md
- Interactive Programming: interactive_programming.md
- Using the REPL: using_the_repl.md
- Code Completion: code_completion.md