From f2293828cbebce4c36f7635d9a6e55a7045acc70 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sun, 5 Mar 2017 13:35:01 +0100 Subject: [PATCH] Add Edit on GitHub links These are important to help doc contributors get started. They have the side effect of pointing to a rather dangerous link for maintainers but any later changes should get blocked by the review policy later on. --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index a967ee6f3..8b7c3f4b3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,8 @@ markdown_extensions: noclasses: True pygments_style: emacs +repo_url: https://github.com/LibreTime/libretime/ + extra_css: - '_css/term.css'