From 4be8fc76538a044deda14a87c69780d68520d941 Mon Sep 17 00:00:00 2001 From: da5nsy Date: Mon, 29 Jan 2024 14:01:38 +0000 Subject: [PATCH] re-enable extra_navbar --- book/website/_config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/book/website/_config.yml b/book/website/_config.yml index a68e87cf8b0..67440d326e8 100755 --- a/book/website/_config.yml +++ b/book/website/_config.yml @@ -30,8 +30,12 @@ html: use_issues_button : true # Whether to add an "Open issue" button to pages. If `true`, repository information in repository: must be filled in use_edit_page_button : true # Whether to add an "Suggest edit" button to pages. If `true`, repository information in repository: must be filled in baseurl : "https://the-turing-way.netlify.com" # The base URL where your book will be hosted. Used for creating image previews and social links. for example: https://mypage.com/mybook/ - extra_navbar : Visit our GitHub Repository -
This book is powered by Jupyter Book
+ html: + extra_navbar: | +
+ Visit our GitHub Repository
+ This book is powered by Jupyter Book +
extra_footer: | The Turing Way Community makes all of their materials publicly available under open source licenses comments: