Skip to content

Commit bc0e41c

Browse files
authored
refactor: 🔧 add more items to sidebar, like overview (#182)
# Description Plus an empty page for the overview. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 82b7b54 commit bc0e41c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

template/_quarto.yml.jinja

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ website:
3030
logo-alt: "{{ github_repo }} logo: Main page"
3131
{%- endif %}
3232
left:
33+
- text: "Overview"
34+
href: docs/index.qmd
3335
- text: "Guide"
3436
href: docs/guide/index.qmd
3537
- text: "Design"
3638
href: docs/design/index.qmd
39+
# - text: "Reference"
40+
# href: docs/reference/index.qmd
3741
tools:
3842
- icon: github
3943
href: "https://github.com/{{ github_repo_spec }}"
@@ -44,9 +48,14 @@ website:
4448
aria-label: "House icon: Main website for the Seedcase Project"
4549
{%- endif %}
4650
sidebar:
47-
- id: design
51+
- id: overview
4852
pinned: true
4953
style: "floating"
54+
contents:
55+
- docs/index.qmd
56+
- CHANGELOG.qmd
57+
- CONTRIBUTING.md
58+
- id: design
5059
contents:
5160
- text: "Design"
5261
href: docs/design/index.qmd

template/docs/index.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Overview"
3+
---

0 commit comments

Comments
 (0)