Skip to content

Commit c94640d

Browse files
Merge pull request #26 from MSanKeys963/main
Add join community page and link back to homepage
2 parents 594527e + 416c760 commit c94640d

File tree

3 files changed

+21
-34
lines changed

3 files changed

+21
-34
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (t
3939

4040
# Aux links for the upper right navigation
4141
aux_links:
42-
"Zarr on GitHub":
43-
- "//github.com/zarr-developers/"
42+
"Zarr Homepage":
43+
- "https://zarr.dev/"
4444

4545
# Makes Aux links open in a new tab. Default is false
4646
aux_links_new_tab: true

about.markdown

Lines changed: 0 additions & 32 deletions
This file was deleted.

join-community.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
title: join the community
4+
permalink: /join-community/
5+
---
6+
7+
## Join the Zarr Community
8+
9+
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:
10+
11+
- Interact with the maintainers, contributors and users of the project; join the Gitter → [here](https://gitter.im/zarr-developers/community)
12+
- 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)
13+
- 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)
14+
15+
Also, find us on:
16+
17+
- [Twitter](https://twitter.com/zarr_dev)
18+
- [GitHub](https://github.com/zarr-developers)
19+
- [YouTube](https://www.youtube.com/@zarr_dev/playlists)

0 commit comments

Comments
 (0)