summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-09-08 10:27:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-09-08 10:27:30 -0700
commit9148631b2f93ae849cfa141ac11447be42c8f31c (patch)
tree037f9fa2cbb72d7ca0118c1f89961efbafb64065 /mkdocs.yml
parent42d3b3f307a8d59632bba30a35d2695f72cf63dc (diff)
parent58f79015f3a28d6aee2fb841b31db3d8a46829d5 (diff)
Merge tag 'v0.18.0+dfsg' into wip/master
DFSG-clean upstream version 0.18.0
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 2e000976..5090ff48 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,7 +1,9 @@
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-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
+edit_uri: edit/master/doc/
+site_favicon: favicon.ico
+copyright: "Copyright &copy; 2016-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
docs_dir: doc
pages:
- Home: index.md
@@ -10,11 +12,11 @@ pages:
- ClojureScript: clojurescript.md
- Interactive Programming: interactive_programming.md
- Using the REPL: using_the_repl.md
+- Managing Connections: managing_connections.md
- Code Completion: code_completion.md
- Navigating Stacktraces: navigating_stacktraces.md
- Running Tests: running_tests.md
- Debugging: debugging.md
-- Managing Connections: managing_connections.md
- Miscellaneous Features: miscellaneous_features.md
- Configuration: configuration.md
- Indentation Specification: indent_spec.md
@@ -36,3 +38,6 @@ extra_css:
- css/extra.css
theme_dir: /usr/share/mkdocs/themes/mkdocs_bootstrap
use_directory_urls: false
+markdown_extensions:
+ - admonition
+theme: readthedocs