We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b431b commit fa08d62Copy full SHA for fa08d62
1 file changed
docs/conf.py
@@ -168,6 +168,16 @@ def skip_submodules(
168
html_theme_options = {
169
"github_url": "https://github.com/zarr-developers/zarr-python",
170
"icon_links": [
171
+ {
172
+ "name": "Bluesky",
173
+ "url": "https://bsky.app/profile/zarr.dev",
174
+ "icon": "fa-brands fa-bluesky",
175
+ },
176
177
+ "name": "Mastodon",
178
+ "url": "https://fosstodon.org/@zarr",
179
+ "icon": "fa-brands fa-mastodon",
180
181
{
182
"name": "Zarr Dev",
183
"url": "https://zarr.dev/",
0 commit comments