Skip to content

Commit 0b22c2f

Browse files
committed
refactor: 🔧 add more items to sidebar in _quarto.yml
1 parent 58f5c3a commit 0b22c2f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

template/_quarto.yml.jinja

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ website:
3232
logo-alt: "{{ github_repo }} logo: Main page"
3333
{%- endif %}
3434
left:
35+
- text: "Overview"
36+
href: docs/index.qmd
3537
- text: "Guide"
3638
href: docs/guide/index.qmd
3739
- text: "Design"
3840
href: docs/design/index.qmd
41+
# - text: "Reference"
42+
# href: docs/reference/index.qmd
3943
tools:
4044
- icon: github
4145
href: "https://github.com/{{ github_repo_spec }}"
@@ -46,9 +50,14 @@ website:
4650
aria-label: "House icon: Main website for the Seedcase Project"
4751
{%- endif %}
4852
sidebar:
49-
- id: design
53+
- id: overview
5054
pinned: true
5155
style: "floating"
56+
contents:
57+
- docs/index.qmd
58+
- CHANGELOG.qmd
59+
- CONTRIBUTING.md
60+
- id: design
5261
contents:
5362
- text: "Design"
5463
href: docs/design/index.qmd

0 commit comments

Comments
 (0)