From 25c0215ac55205db1a1eae0f4909c3365b5b9d7a Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Thu, 26 Feb 2026 10:15:16 -0500 Subject: [PATCH 1/2] point banner to help hub --- book/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index ce3f170..fbebc60 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -66,7 +66,7 @@ sphinx: # Add GitHub buttons to your book # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository html: - announcement: "You are viewing the 2024 hackweek! Switch to the current event." + announcement: "Archive of the 2024 event; visit our < a href=\"https://nasa.github.io/oceandata-notebooks/\" style="color:white;">Help Hub for current content." use_edit_page_button: true use_issues_button: true use_repository_button: true From 991838988d8f27fab731b57d147040007cb694db Mon Sep 17 00:00:00 2001 From: Ian Carroll Date: Thu, 26 Feb 2026 10:18:58 -0500 Subject: [PATCH 2/2] fix quoting issue --- book/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index fbebc60..14ff72d 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -66,7 +66,8 @@ sphinx: # Add GitHub buttons to your book # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository html: - announcement: "Archive of the 2024 event; visit our < a href=\"https://nasa.github.io/oceandata-notebooks/\" style="color:white;">Help Hub for current content." + announcement: | + Archive of the 2024 event; visit our Help Hub for current content. use_edit_page_button: true use_issues_button: true use_repository_button: true