From f8bec60a8da8e7c1f3d567ed0d1e0db4a51e2652 Mon Sep 17 00:00:00 2001 From: Ian Mitchell Date: Sun, 2 May 2021 15:34:42 +0100 Subject: [PATCH] Links to the Github project --- _config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/_config.yml b/_config.yml index f3cbe60..5ecd48a 100644 --- a/_config.yml +++ b/_config.yml @@ -45,3 +45,17 @@ heading_anchors: true # Color scheme currently only supports "dark", "light"/nil (default), or a custom scheme that you define color_scheme: "light" + +# Aux links for the upper right navigation +aux_links: + "CloudAdoptionPatterns on GitHub": + - "//github.com/kgb1001001/cloudadoptionpatterns" + +# 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/kgb1001001/cloudadoptionpatterns" # the github URL for your repo +gh_edit_branch: "main" # 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 +