From 5df9fe1936ce51a6adbd230b6631c1d3796281f5 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 9 Aug 2024 16:16:55 +0100 Subject: Correct URI for Git edits --- docs/mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 552714f..7b9e52f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -6,7 +6,7 @@ site_url: https://python-discord.github.io/infra/ # Set GitHub repository metadata repo_url: https://github.com/python-discord/infra repo_name: python-discord/infra -edit_uri: edit/main/docs/ +edit_uri: edit/main/docs/docs/ # Enable markdown features markdown_extensions: @@ -70,6 +70,7 @@ theme: - content.code.annotate # Git edits call-to-action - content.action.edit + - content.action.view # Add nicer tooltips - content.tooltips # Use instant navigation for faster page loading, with a progress bar -- cgit v1.2.3