-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathnavigation.yml
More file actions
42 lines (42 loc) · 1.15 KB
/
navigation.yml
File metadata and controls
42 lines (42 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
main:
- title: "Documentation"
url: "https://zarr.readthedocs.io/en/stable/"
- title: "Contribute"
url: "https://zarr.readthedocs.io/en/stable/developers/contributing.html"
- title: "Python Quickstart"
url: "https://zarr.readthedocs.io/en/stable/quickstart.html"
sidebar:
- title: About
children:
- title: "Description"
url: "#description"
- title: "Applications"
url: "#applications"
- title: "Features"
url: "#features"
- title: "Sponsorship"
url: "#sponsorship"
- title: "Videos"
url: "#videos"
- title: Subpages
children:
- title: "Adopters"
url: "adopters/"
- title: "Blog"
url: "/blog/"
- title: "Community"
url: "community/"
- title: "Conventions"
url: "conventions/"
- title: "Datasets"
url: "datasets/"
- title: "Implementations"
url: "implementations/"
- title: "Office Hours"
url: "office-hours/"
- title: "Slides"
url: "/slides/"
- title: "Specification"
url: https://zarr-specs.readthedocs.io/
- title: "ZEPs"
url: "/zeps/"