Skip to content

Commit 5a4ed84

Browse files
authored
Add links to blog and napari workshop template on navbar (#429)
# References and relevant issues N/A # Description Add links to blog and napari workshop template on navbar Also adds links to blog to our community and contributing pages.
1 parent 70dcfe1 commit 5a4ed84

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/community/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ To ask questions and interact with the team, you can join our
1111

1212
If you are interested in contributing, check out our
1313
[contributing guide](contributing).
14+
15+
To read announcements, learn more about who is using napari and see what our
16+
community has to say, check out our blog, the
17+
[Island Dispatch](https://napari.org/island-dispatch).

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@
100100
version_match = release
101101

102102
html_theme_options = {
103-
"external_links": [{"name": "napari hub", "url": "https://napari-hub.org"}],
103+
"external_links": [
104+
{"name": "napari hub", "url": "https://napari-hub.org"},
105+
{"name": "Island Dispatch", "url": "https://napari.org/island-dispatch"},
106+
{"name": "workshop template", "url": "https://napari.org/napari-workshop-template"},
107+
],
104108
"github_url": "https://github.com/napari/napari",
105109
"navbar_start": ["navbar-logo", "navbar-project"],
106110
"navbar_end": ["version-switcher", "navbar-icon-links"],

docs/developers/contributing/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ We welcome your contributions! Here you will find a guide to the contribution
55
workflow and tips for contributing to napari. Do not hesitate to [contact](contact) us
66
if you have any queries.
77

8+
```note
9+
To contribute to our blog, the [Island Dispatch](https://napari.org/island-dispatch), check out https://github.com/napari/island-dispatch.
10+
```
11+
812
## Contributing workflow
913

1014
napari development occurs primarily on GitHub. If you are new to GitHub we recommend checking out the detailed [Github Docs](https://docs.github.com/en).

0 commit comments

Comments
 (0)