Skip to content

Commit

Permalink
Hybrid navigation again
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Dec 12, 2024
1 parent 40b2309 commit 4a3c48d
Showing 1 changed file with 78 additions and 30 deletions.
108 changes: 78 additions & 30 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,25 @@ website:
left:
- href: index.qmd
text: Home
- href: user-guide/getting-started.qmd
text: "User Guide"
- href: examples/index.qmd
text: Examples
- href: api/index.qmd
text: API Reference

# use hybrid navigation

sidebar:
style: docked
search: true
contents:
- section: "User Guide"
href: user-guide/getting-started.qmd
contents:

- title: Home
style: docked
contents:
- index.qmd


- title: "User Guide"
contents:
- user-guide/getting-started.qmd
- user-guide/data-structures.md
- user-guide/dataarray.qmd
Expand All @@ -46,29 +53,70 @@ website:
- user-guide/eum.qmd
- user-guide/generic.qmd
- user-guide/pfs.qmd
- section: Examples
href: examples/index.qmd
contents:
- section: Dfs0
href: examples/dfs0/index.qmd
contents:
- examples/dfs0/cmems_insitu.qmd
- section: Dfs2
href: examples/dfs2/index.qmd
contents:
- examples/dfs2/bathy.qmd
- examples/dfs2/gfs.qmd
- section: Dfsu
href: examples/dfsu/index.qmd
contents:
- examples/dfsu/spatial_interpolation.qmd
- examples/dfsu/merge_subdomains.qmd
- examples/Time-interpolation.qmd
- examples/Generic.qmd
- text: Design philosophy
href: design.qmd
- text: API Reference
href: api/index.qmd

- title: Examples
contents:
- examples/index.qmd
- examples/dfs0/index.qmd
- examples/dfs2/index.qmd
- examples/dfsu/index.qmd
- examples/Time-interpolation.qmd
- examples/Generic.qmd
- title: "API Reference"
contents:
- api/index.qmd
- api/DataArray.qmd
- api/Dataset.qmd
- api/Dfs0.qmd
- api/Dfs1.qmd
- api/Dfs2.qmd
- api/Dfs3.qmd
- api/Dfsu.qmd



# sidebar:
# style: docked
# search: true
# contents:
# - section: "User Guide"
# href: user-guide/getting-started.qmd
# contents:
# - user-guide/getting-started.qmd
# - user-guide/data-structures.md
# - user-guide/dataarray.qmd
# - user-guide/dataset.qmd
# - user-guide/dfs0.qmd
# - user-guide/dfs1.qmd
# - user-guide/dfs2.qmd
# - user-guide/dfsu.qmd
# - user-guide/mesh.qmd
# - user-guide/eum.qmd
# - user-guide/generic.qmd
# - user-guide/pfs.qmd
# - section: Examples
# href: examples/index.qmd
# contents:
# - section: Dfs0
# href: examples/dfs0/index.qmd
# contents:
# - examples/dfs0/cmems_insitu.qmd
# - section: Dfs2
# href: examples/dfs2/index.qmd
# contents:
# - examples/dfs2/bathy.qmd
# - examples/dfs2/gfs.qmd
# - section: Dfsu
# href: examples/dfsu/index.qmd
# contents:
# - examples/dfsu/spatial_interpolation.qmd
# - examples/dfsu/merge_subdomains.qmd
# - examples/Time-interpolation.qmd
# - examples/Generic.qmd
# - text: Design philosophy
# href: design.qmd
# - text: API Reference
# href: api/index.qmd



Expand Down Expand Up @@ -174,4 +222,4 @@ format:
toc: true
ipynb:
theme: cosmo
toc: true
toc: true

0 comments on commit 4a3c48d

Please sign in to comment.