Skip to content

Commit d39c956

Browse files
Add new community page and update blog description
1 parent 23eb52f commit d39c956

File tree

3 files changed

+32
-7
lines changed

3 files changed

+32
-7
lines changed

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ sidebar:
2323
url: "#videos"
2424
- title: "ZEPs"
2525
url: '#zeps'
26-
- title: "Community Meetings"
27-
url: '#community-meetings'
26+
- title: "Community"
27+
url: '/community'
2828
- title: "Blog"
2929
url: '#blog'
3030
- title: Other sites

community/community.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: single
3+
author_profile: false
4+
title: Zarr Community
5+
permalink: /community/
6+
sidebar:
7+
title: "Content"
8+
nav: sidebar
9+
---
10+
11+
## Community meetings
12+
13+
Zarr community meeting notes, joining instructions, agenda and calendar are available at: [https://zarr.dev/community-calls](https://zarr.dev/community-calls)
14+
15+
## Join the community
16+
17+
Most discussions and chats related to Zarr and its [implementations](https://github.com/zarr-developers/zarr_implementations) take place on Gitter and GitHub. If you are looking to:
18+
19+
- Interact with the maintainers, contributors and users of the project; join the Gitter → [here](https://gitter.im/zarr-developers/community)
20+
- Want to ask questions related to [`zarr-python`](https://github.com/zarr-developers/zarr-python) usage, create a new discussion on GitHub → [here](https://github.com/zarr-developers/zarr-python/discussions)
21+
- Contribute and engage in discussion related to Zarr Specification; check out the `zarr-specs` [repo](https://github.com/zarr-developers/zarr-specs/) or create an issue → [here](https://github.com/zarr-developers/zarr-specs/issues)
22+
23+
Also, find us on:
24+
25+
- [Twitter](https://twitter.com/zarr_dev)
26+
- [GitHub](https://github.com/zarr-developers)
27+
- [YouTube](https://www.youtube.com/@zarr_dev/playlists)

index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,8 @@ We hold bi-weekly ZEPs meetings to propose, discuss, review and finalize discuss
8686

8787
> Please note ZEPs meetings are different from bi-weekly community meetings. The Zarr Community meets two times every two weeks. Please have a look at our [community calendar](https://zarr.dev/community-calls/) for exact timings.
8888
89-
## Community meetings
90-
91-
Zarr community meeting notes, joining instructions, agenda and calendar are now available at: [https://zarr.dev/community-calls](https://zarr.dev/community-calls)
92-
9389
## Blog
9490

95-
Check out the newly launched Zarr blog [here](https://zarr.dev/blog).
91+
Check out the Zarr blog [here](https://zarr.dev/blog).
92+
93+
> The GitHub repository for the blog is [here](https://github.com/zarr-developers/blog). In addition, we’re always looking for guest blog posts. For more info, please read [this](https://github.com/zarr-developers/blog#contribute-to-zarr-blog).

0 commit comments

Comments
 (0)