This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push:
new 811bd46 configure 'edit on GitHub' in footer
811bd46 is described below
commit 811bd46496a1cfd77b51237e09d80a9fb88a0bef
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun May 4 18:08:02 2025 +0200
configure 'edit on GitHub' in footer
---
_config.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/_config.yml b/_config.yml
index 51a06de..296e078 100644
--- a/_config.yml
+++ b/_config.yml
@@ -52,6 +52,12 @@ nav_external_links:
url: https://events.apache.org/
opens_in_new_tab: true
hide_icon: true
+# Footer "Edit this page on GitHub" link text
+gh_edit_link: true # show or hide edit this page link
+gh_edit_link_text: "Edit this page on GitHub"
+gh_edit_repository: "https://github.com/apache/attic" # the github URL for
your repo
+gh_edit_branch: "main" # the branch that your docs is served from
+gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into
the editor immediately
# For Callouts, see
https://just-the-docs.github.io/just-the-docs/docs/configuration/#callouts
callouts:
@@ -76,4 +82,3 @@ callouts:
tip-green:
title: Tip
color: green
-