From 5c3241a00874ca706289330c2ef30c838437259e Mon Sep 17 00:00:00 2001 From: Ayush Sharma <114604338+ayushthe1@users.noreply.github.com> Date: Fri, 7 Oct 2022 20:55:42 +0530 Subject: [PATCH] Add edit button on documentation pages Co-authored-by: Marcelo Trylesinski --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6b1d6cc4..3693060c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,10 +17,12 @@ theme: toggle: icon: 'material/lightbulb-outline' name: 'Switch to light mode' + icon: + repo: fontawesome/brands/github repo_name: encode/starlette repo_url: https://github.com/encode/starlette -edit_uri: "" +edit_uri: edit/master/docs/ nav: - Introduction: 'index.md'