Skip to content

Add links to blog and napari workshop template on navbar #429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ To ask questions and interact with the team, you can join our

If you are interested in contributing, check out our
[contributing guide](contributing).

To read announcements, learn more about who is using napari and see what our
community has to say, check out our blog, the
[Island Dispatch](https://napari.org/island-dispatch).
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@
version_match = release

html_theme_options = {
"external_links": [{"name": "napari hub", "url": "https://napari-hub.org"}],
"external_links": [
{"name": "napari hub", "url": "https://napari-hub.org"},
{"name": "Island Dispatch", "url": "https://napari.org/island-dispatch"},
{"name": "workshop template", "url": "https://napari.org/napari-workshop-template"},
],
"github_url": "https://github.com/napari/napari",
"navbar_start": ["navbar-logo", "navbar-project"],
"navbar_end": ["version-switcher", "navbar-icon-links"],
Expand Down
4 changes: 4 additions & 0 deletions docs/developers/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ We welcome your contributions! Here you will find a guide to the contribution
workflow and tips for contributing to napari. Do not hesitate to [contact](contact) us
if you have any queries.

```note
To contribute to our blog, the [Island Dispatch](https://napari.org/island-dispatch), check out https://github.com/napari/island-dispatch.
```

## Contributing workflow

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).
Expand Down
Loading