File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Overview"
3+ ---
You can’t perform that action at this time.
0 commit comments