From ba97e7dc784540205f49cbb17bf6f5fa89d3347c Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Thu, 31 Oct 2024 13:58:46 -0400 Subject: [PATCH] docs/_config.yml: baseurl is bad approach, revert. add gh_edit_path to point to 'docs/' Signed-off-by: Thierry Laurion --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 65a7e3d..72f34ab 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,5 @@ remote_theme: pmarsceill/just-the-docs #theme: just-the-docs -baseurl: /main/docs color_scheme: dark heading_anchors: true aux_links: @@ -18,4 +17,5 @@ gh_edit_link: true gh_edit_link_text: "Edit this page on GitHub." gh_edit_repository: "https://github.com/linuxboot/flashkeeper" gh_edit_branch: "main" +gh_edit_path: "docs/" gh_edit_view_mode: "edit"