From 55597337526c0570974497b0247c435fc404037c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Thu, 16 Feb 2023 16:28:44 -0800 Subject: [PATCH] Add link to edit on Github --- mkdocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 8ac094e..8f243d5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,5 @@ site_name: pyODK +edit_uri: https://github.com/getodk/pyodk/docs nav: - 'README.md' @@ -18,6 +19,11 @@ theme: - navigation.expand - toc.follow - navigation.top + - content.action.edit + - content.action.view + icon: + view: material/file-eye-outline + edit: material/file-edit-outline plugins: - search