File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments