From 140b08d07c6a3cd76d754b2b880eddfe32e8cf28 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 19 Mar 2026 16:22:54 -0700 Subject: [PATCH] Rename Tutorials to How to Use per wireframe Navbar: removed separate Tutorials link, How to Use is the entry point. Sidebar: Tutorials section renamed to "How to Use" with Getting Started as first item, followed by the tutorial pages. Co-Authored-By: Claude Opus 4.6 (1M context) --- _quarto.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 3f17fd6..378be43 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -14,8 +14,6 @@ website: text: Interactive Explorer - href: how-to-use.qmd text: How to Use - - href: tutorials/index.qmd - text: Tutorials - href: about.qmd text: About right: @@ -31,12 +29,10 @@ website: text: Home - href: tutorials/progressive_globe.qmd text: Interactive Explorer - - href: how-to-use.qmd - text: How to Use - - section: "Tutorials" + - section: "How to Use" contents: - - text: "Overview" - href: tutorials/index.qmd + - href: how-to-use.qmd + text: Getting Started - text: "Deep-Dive Analysis" href: tutorials/zenodo_isamples_analysis.qmd - text: "3D Globe Visualization"