From 6e09766a0676a3d86cf74bde762a8873ebe8b011 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 19 Mar 2026 15:43:49 -0700 Subject: [PATCH] Clean up sidebar to match navbar and new page names - Remove duplicate logo/tools from sidebar (navbar has them) - Remove stale Twitter icon - Remove duplicate Progressive Globe entry (now Interactive Explorer) - Rename old Interactive Explorer to Search Explorer under Tutorials - Promote How to Use to top-level sidebar Co-Authored-By: Claude Opus 4.6 (1M context) --- _quarto.yml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 7ad7cf1..3f17fd6 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -26,20 +26,13 @@ website: sidebar: style: "docked" search: true - logo: assets/isampleslogopetal.png - tools: - - icon: github - href: https://github.com/isamplesorg - - icon: slack - href: https://isamples.slack.com/ - - icon: twitter - href: https://twitter.com/isamplesorg contents: - href: index.qmd text: Home - - text: "Interactive Explorer" - href: tutorials/progressive_globe.qmd - aria-label: "Explore 6.7M samples on an interactive globe" + - href: tutorials/progressive_globe.qmd + text: Interactive Explorer + - href: how-to-use.qmd + text: How to Use - section: "Tutorials" contents: - text: "Overview" @@ -48,9 +41,7 @@ website: href: tutorials/zenodo_isamples_analysis.qmd - text: "3D Globe Visualization" href: tutorials/parquet_cesium_isamples_wide.qmd - - text: "Progressive Globe (H3 + Samples)" - href: tutorials/progressive_globe.qmd - - text: "Interactive Explorer" + - text: "Search Explorer" href: tutorials/isamples_explorer.qmd - text: "Technical: Narrow vs Wide" href: tutorials/narrow_vs_wide_performance.qmd @@ -58,8 +49,6 @@ website: contents: - href: about.qmd text: About iSamples - - href: how-to-use.qmd - text: How to Use - href: people.qmd text: Contributors - section: "Information Architecture"