Skip to content

Commit

Permalink
Move contributing resources to top-level navbar (#208)
Browse files Browse the repository at this point in the history
# Description
This PR moves the "Contributing" toctree to the top level navbar.

This has been discussed before, but we don't have an issue for it.

cc @jni @psobolewskiPhD 

## Type of change
- [x] Fixes or improves existing content

## Final checklist:
- [x] My PR is the minimum possible work for the desired functionality
  • Loading branch information
melissawm authored Aug 2, 2023
1 parent 37ebe2d commit 9afb24e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
52 changes: 26 additions & 26 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,33 +112,34 @@ subtrees:
- file: community/governance
- file: community/working_groups
- file: community/meeting_schedule
- file: developers/index
- file: community/licensing
- file: developers/index
subtrees:
- entries:
- file: developers/contributing
- file: naps/index
subtrees:
- maxdepth: 1
entries:
- file: naps/0-nap-process
- file: naps/1-institutional-funding-partners
- file: naps/2-conda-based-packaging
- file: naps/3-spaces
- file: naps/4-async-slicing
- file: naps/5-new-logo
- file: naps/6-contributable-menus
- file: naps/7-key-binding-dispatch
- file: developers/documentation/index
subtrees:
- entries:
- file: developers/contributing
- file: naps/index
subtrees:
- maxdepth: 1
entries:
- file: naps/0-nap-process
- file: naps/1-institutional-funding-partners
- file: naps/2-conda-based-packaging
- file: naps/3-spaces
- file: naps/4-async-slicing
- file: naps/5-new-logo
- file: naps/6-contributable-menus
- file: naps/7-key-binding-dispatch
- file: developers/documentation/index
subtrees:
- entries:
- file: developers/documentation/docs_template
- file: developers/translations
- file: developers/core_dev_guide
- file: developers/release
- file: developers/testing
- file: developers/profiling
- file: developers/benchmarks
- file: developers/packaging
- file: developers/documentation/docs_template
- file: developers/translations
- file: developers/core_dev_guide
- file: developers/release
- file: developers/testing
- file: developers/profiling
- file: developers/benchmarks
- file: developers/packaging
- file: release/index
subtrees:
- entries:
Expand Down Expand Up @@ -191,7 +192,6 @@ subtrees:
- file: roadmaps/0_4
- file: roadmaps/0_3_retrospective
- file: roadmaps/0_3
- file: community/licensing
- file: api/index
subtrees:
- titlesonly: True
Expand Down
5 changes: 2 additions & 3 deletions docs/developers/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Contributing resources
# Contributing

Here you can find resources about the contributing workflow, governance of the
project and the onboarding of new contributors.
Here you can find resources about the contributing workflow for both code to napari core and documentation of the project, as well as information for onboarding of new core developers.

## For contributors

Expand Down

0 comments on commit 9afb24e

Please sign in to comment.