Skip to content

Commit b437641

Browse files
committed
this should get the sidebar working
1 parent 2358377 commit b437641

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

_quarto.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ website:
4040
href: "https://github.com/isamplesorg/"
4141
- section: "Tutorials"
4242
contents:
43-
- tutorials/index.qmd
44-
- tutorials/parquet.md
43+
- text: "iSamples Tutorials Overview"
44+
href: tutorials/index.qmd
45+
- text: "iSamples Parquet Tutorial"
46+
href: tutorials/parquet.qmd
47+
4548

4649

4750
# configure for correct source repository

tutorials/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Tutorials"
2+
title: "Tutorials: Overview"
33
---
44

5-
Here's where we park Tutorials
5+
Here's where we park our various tutorials!
66

tutorials/parquet.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "parquet"
2+
title: "Parquet"
33
---
44

55
Let's query Eric's parquet file using duckdb+parquet

0 commit comments

Comments
 (0)