Skip to content

Move links out of navbar and into sidebar / other docs. #620

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 4 commits into from
Mar 14, 2025
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
6 changes: 6 additions & 0 deletions docs/_templates/sidebar-link-items.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@
<li class="toctree-l1">
<a class="reference external" href="https://napari.zulipchat.com/">Community chat</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="troubleshooting.html">Troubleshooting</a>
</li>
<li class="toctree-l1">
{% if version == "dev" %}
<a class="reference internal" href="{{ 'release/index.html' }}">Release notes</a>
{% else %}
<a class="reference internal" href="{{ 'release/release_' + version.replace('.', '_') + '.html' }}">Latest release notes</a>
{% endif %}
</li>
<li class="toctree-l1">
<a class="reference external" href="https://napari.org/island-dispatch">Blog</a>
</li>
</ul>
</div>
</nav>
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@
html_theme_options = {
"external_links": [
{"name": "napari hub", "url": "https://napari-hub.org"},
{"name": "Island Dispatch", "url": "https://napari.org/island-dispatch"},
{"name": "Community chat", "url": "https://napari.zulipchat.com"},
{"name": "workshop template", "url": "https://napari.org/napari-workshop-template"},
],
"github_url": "https://github.com/napari/napari",
"navbar_start": ["navbar-logo", "navbar-project"],
Expand Down
7 changes: 4 additions & 3 deletions docs/developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ to napari.
napari has a [Code of Conduct](napari-coc) that should be honored by everyone who participates in the `napari` community.

- [](contact): how to contact us.
- [](roadmaps): convey the general direction for napari development and possible
work plans.
- **Contributor guides**: resources on for contributors:
- [](roadmaps): convey the general direction for napari development and possible work plans
- [napari Workshop](https://napari.org/napari-workshop-template/home.html): create and deploy your own napari workshop materials

- **Contributor guides**: resources for contributors:
- [Contributing guide](napari-contributing)
- [Development installation](dev-installation)
- [Testing](napari-testing)
Expand Down
2 changes: 1 addition & 1 deletion docs/further-resources/napari-workshops.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can find more videos of talks, tutorials and demos on the

```{admonition} Got a workshop?
If you are looking to create your own workshop, you can use the
[napari workshop template](https://github.com/napari/napari-workshop-template)
[napari workshop template](https://napari.org/napari-workshop-template/)
as a starting point.

If you have organized a napari workshop and would like to see it featured here
Expand Down