Skip to content

Commit 1d7f5ff

Browse files
committed
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
1 parent 4661e5a commit 1d7f5ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
site_name: "CIDER: The Clojure Interactive Development Environment that Rocks"
22
repo_url: https://github.com/clojure-emacs/cider
3+
edit_uri: edit/master/doc/
34
site_favicon: favicon.ico
45
copyright: "Copyright © 2016-2018 Bozhidar Batsov, Artur Malabarba and CIDER contributors"
56
docs_dir: doc

0 commit comments

Comments
 (0)