summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2023-07-09 18:25:14 +0200
committerLibravatar GitHub <noreply@github.com>2023-07-09 18:25:14 +0200
commitb0f0c8b822f0e6bf13d8075cac40b4a2e4ab6e4e (patch)
treefdc9b5245f33112d3291e9861ad8a87eed6e1d53
parent[bugfix] Fix delete follow req instead of follow (#1962) (diff)
downloadgotosocial-b0f0c8b822f0e6bf13d8075cac40b4a2e4ab6e4e.tar.xz
[docs] Activate the edit feature (#1967)
We already set edit_uri, but we forgot to enable the feature flag. By turning it on each page now gets an edit button on the right hand side of the page header. This'll open the edit view in GitHub.
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index d7e4fcda9..bcfc9f754 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -7,6 +7,7 @@ theme:
features:
- header.autohide
- content.code.copy
+ - content.action.edit
palette:
- scheme: slate
toggle: