summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-06 15:12:58 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-06 15:12:58 +0300
commit1d7f5fff5856eb84ae6b73a5702abf7dce468e03 (patch)
tree5b22d8242f30b5cf78eba321cf646147761e3e76 /mkdocs.yml
parent4661e5a84525bf8168bdece79345b0419f929d0c (diff)
Set the edit_uri explicitly
I assumed it was derived from the `docs_dir`, it seems it's set by default to `edit/master/docs/`. More details - https://www.mkdocs.org/user-guide/configuration/#edit_uri
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 db765788..07a7c474 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,5 +1,6 @@
site_name: "CIDER: The Clojure Interactive Development Environment that Rocks"
repo_url: https://github.com/clojure-emacs/cider
+edit_uri: edit/master/doc/
site_favicon: favicon.ico
copyright: "Copyright &copy; 2016-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
docs_dir: doc