From 1c9e0d478844dcf892cf7b23a3826f8b9f37a545 Mon Sep 17 00:00:00 2001 From: Claus Stadler Date: Fri, 23 Feb 2024 01:31:07 +0100 Subject: [PATCH] config change that should make the edit link appear again --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 3f0b0ad..091dc3a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -28,5 +28,5 @@ gh_edit_link_text: "Edit this page on GitHub." gh_edit_repository: "https://github.com/Scaseco/scaseco.github.io" # the github URL for your repo gh_edit_branch: "develop" # the branch that your docs is served from gh_edit_source: "docs" # the source that your files originate from -#gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately +gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately