Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion template/_quarto.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@ website:
logo-alt: "{{ github_repo }} logo: Main page"
{%- endif %}
left:
- text: "Overview"
href: docs/index.qmd
- text: "Guide"
href: docs/guide/index.qmd
- text: "Design"
href: docs/design/index.qmd
# - text: "Reference"
# href: docs/reference/index.qmd
tools:
- icon: github
href: "https://github.com/{{ github_repo_spec }}"
Expand All @@ -46,9 +50,14 @@ website:
aria-label: "House icon: Main website for the Seedcase Project"
{%- endif %}
sidebar:
- id: design
- id: overview
pinned: true
style: "floating"
contents:
- docs/index.qmd
- CHANGELOG.qmd
- CONTRIBUTING.md
- id: design
contents:
- text: "Design"
href: docs/design/index.qmd
Expand Down
3 changes: 3 additions & 0 deletions template/docs/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Overview"
---
Loading