Skip to content

Commit 35d96f6

Browse files
committed
Revert "Try hybrid navigation"
This reverts commit cded88b.
1 parent 1564deb commit 35d96f6

File tree

1 file changed

+29
-77
lines changed

1 file changed

+29
-77
lines changed

docs/_quarto.yml

Lines changed: 29 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,18 @@ website:
2222
left:
2323
- href: index.qmd
2424
text: Home
25-
- href: user-guide/getting-started.qmd
26-
text: "User Guide"
2725
- href: examples/index.qmd
2826
text: Examples
2927
- href: api/index.qmd
3028
text: API Reference
3129

32-
# use hybrid navigation
33-
3430
sidebar:
35-
36-
- title: Home
37-
style: docked
38-
contents:
39-
- index.qmd
40-
41-
42-
- title: "User Guide"
43-
contents:
31+
style: docked
32+
search: true
33+
contents:
34+
- section: "User Guide"
35+
href: user-guide/getting-started.qmd
36+
contents:
4437
- user-guide/getting-started.qmd
4538
- user-guide/data-structures.md
4639
- user-guide/dataarray.qmd
@@ -53,70 +46,29 @@ website:
5346
- user-guide/eum.qmd
5447
- user-guide/generic.qmd
5548
- user-guide/pfs.qmd
56-
57-
- title: Examples
58-
contents:
59-
- examples/index.qmd
60-
- examples/dfs0/index.qmd
61-
- examples/dfs2/index.qmd
62-
- examples/dfsu/index.qmd
63-
- examples/Time-interpolation.qmd
64-
- examples/Generic.qmd
65-
- title: "API Reference"
66-
contents:
67-
- api/index.qmd
68-
- api/DataArray.qmd
69-
- api/Dataset.qmd
70-
- api/Dfs0.qmd
71-
- api/Dfs1.qmd
72-
- api/Dfs2.qmd
73-
- api/Dfs3.qmd
74-
- api/Dfsu.qmd
75-
76-
77-
78-
# sidebar:
79-
# style: docked
80-
# search: true
81-
# contents:
82-
# - section: "User Guide"
83-
# href: user-guide/getting-started.qmd
84-
# contents:
85-
# - user-guide/getting-started.qmd
86-
# - user-guide/data-structures.md
87-
# - user-guide/dataarray.qmd
88-
# - user-guide/dataset.qmd
89-
# - user-guide/dfs0.qmd
90-
# - user-guide/dfs1.qmd
91-
# - user-guide/dfs2.qmd
92-
# - user-guide/dfsu.qmd
93-
# - user-guide/mesh.qmd
94-
# - user-guide/eum.qmd
95-
# - user-guide/generic.qmd
96-
# - user-guide/pfs.qmd
97-
# - section: Examples
98-
# href: examples/index.qmd
99-
# contents:
100-
# - section: Dfs0
101-
# href: examples/dfs0/index.qmd
102-
# contents:
103-
# - examples/dfs0/cmems_insitu.qmd
104-
# - section: Dfs2
105-
# href: examples/dfs2/index.qmd
106-
# contents:
107-
# - examples/dfs2/bathy.qmd
108-
# - examples/dfs2/gfs.qmd
109-
# - section: Dfsu
110-
# href: examples/dfsu/index.qmd
111-
# contents:
112-
# - examples/dfsu/spatial_interpolation.qmd
113-
# - examples/dfsu/merge_subdomains.qmd
114-
# - examples/Time-interpolation.qmd
115-
# - examples/Generic.qmd
116-
# - text: Design philosophy
117-
# href: design.qmd
118-
# - text: API Reference
119-
# href: api/index.qmd
49+
- section: Examples
50+
href: examples/index.qmd
51+
contents:
52+
- section: Dfs0
53+
href: examples/dfs0/index.qmd
54+
contents:
55+
- examples/dfs0/cmems_insitu.qmd
56+
- section: Dfs2
57+
href: examples/dfs2/index.qmd
58+
contents:
59+
- examples/dfs2/bathy.qmd
60+
- examples/dfs2/gfs.qmd
61+
- section: Dfsu
62+
href: examples/dfsu/index.qmd
63+
contents:
64+
- examples/dfsu/spatial_interpolation.qmd
65+
- examples/dfsu/merge_subdomains.qmd
66+
- examples/Time-interpolation.qmd
67+
- examples/Generic.qmd
68+
- text: Design philosophy
69+
href: design.qmd
70+
- text: API Reference
71+
href: api/index.qmd
12072

12173

12274

0 commit comments

Comments
 (0)