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:
30
30
logo-alt: "{{ github_repo }} logo: Main page"
31
31
{% - endif %}
32
32
left:
33
+ - text: "Overview"
34
+ href: docs/index.qmd
33
35
- text: "Guide"
34
36
href: docs/guide/index.qmd
35
37
- text: "Design"
36
38
href: docs/design/index.qmd
39
+ # - text: "Reference"
40
+ # href: docs/reference/index.qmd
37
41
tools:
38
42
- icon: github
39
43
href: "https://github.com/{{ github_repo_spec }}"
@@ -44,9 +48,14 @@ website:
44
48
aria-label: "House icon: Main website for the Seedcase Project"
45
49
{% - endif %}
46
50
sidebar:
47
- - id: design
51
+ - id: overview
48
52
pinned: true
49
53
style: "floating"
54
+ contents:
55
+ - docs/index.qmd
56
+ - CHANGELOG.qmd
57
+ - CONTRIBUTING.md
58
+ - id: design
50
59
contents:
51
60
- text: "Design"
52
61
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