We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_quarto.yml
1 parent 58f5c3a commit 0b22c2fCopy full SHA for 0b22c2f
1 file changed
template/_quarto.yml.jinja
@@ -32,10 +32,14 @@ website:
32
logo-alt: "{{ github_repo }} logo: Main page"
33
{%- endif %}
34
left:
35
+ - text: "Overview"
36
+ href: docs/index.qmd
37
- text: "Guide"
38
href: docs/guide/index.qmd
39
- text: "Design"
40
href: docs/design/index.qmd
41
+ # - text: "Reference"
42
+ # href: docs/reference/index.qmd
43
tools:
44
- icon: github
45
href: "https://github.com/{{ github_repo_spec }}"
@@ -46,9 +50,14 @@ website:
46
50
aria-label: "House icon: Main website for the Seedcase Project"
47
51
48
52
sidebar:
49
- - id: design
53
+ - id: overview
54
pinned: true
55
style: "floating"
56
+ contents:
57
+ - docs/index.qmd
58
+ - CHANGELOG.qmd
59
+ - CONTRIBUTING.md
60
+ - id: design
61
contents:
62
63
0 commit comments