Skip to content

Commit cbfffc3

Browse files
committed
Update navigation
1 parent b1c5ea3 commit cbfffc3

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

_data/navigation.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
main:
2+
- title: "Tutorial"
3+
url: https://zarr.readthedocs.io/en/stable/tutorial.html
4+
5+
sidebar:
6+
- title: About
7+
children:
8+
- title: "Applications"
9+
url: '#applications'
10+
- title: "Features"
11+
url: '#features'
12+
- title: "Sponsorship"
13+
url: "#sponsorship"
14+
- title: "Community Meetings"
15+
url: '#community-meetings'
16+
- title: Other sites
17+
children:
18+
- title: "Specification"
19+
url: https://zarr-specs.readthedocs.io/en/core-protocol-v3.0-dev/
20+
- title: "Implementations"
21+
url: https://github.com/zarr-developers/zarr_implementations

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ Zarr data can be stored in any storage system that can be represented as a key-v
2828
* Read and write arrays concurrently from multiple threads or processes.
2929
* Organize arrays into hierarchies via annotatable groups.
3030

31+
## Sponsorship
32+
3133
Zarr is a Sponsored Project of NumFOCUS, a US 501(c)(3) public charity.
3234

3335
NumFOCUS Sponsored Projects rely on the generous support of corporate sponsors, institutional partners, and individual donors.
3436

37+
## Videos
38+
3539
<iframe allowfullscreen="allowfullscreen" src="https://www.youtube.com/embed/qyJXBlrdzBs?color=white&theme=light"> </iframe>
3640

3741
## Community meetings

0 commit comments

Comments
 (0)