From f43f6934184610af9909014cb57b08d9bfe9c9cf Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 4 Dec 2025 17:36:53 -0800 Subject: [PATCH] Add Narrow vs Wide Performance tutorial to sidebar navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tutorial was merged in PR #40 but wasn't added to the sidebar. This adds it to the "Getting Started" section. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- _quarto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index 6c77bd3..a86e50a 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -55,6 +55,8 @@ website: href: tutorials/parquet_cesium.qmd - text: "Cesium View split sources" href: tutorials/parquet_cesium_split.qmd + - text: "Narrow vs Wide Performance" + href: tutorials/narrow_vs_wide_performance.qmd repo-url: https://github.com/isamplesorg/isamplesorg.github.io repo-actions: [edit, issue]