-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from NeurodataWithoutBorders/improve-menu-orga…
…nization Refactor navigation structure and update footer links for improved organization
- Loading branch information
Showing
2 changed files
with
94 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,115 @@ | ||
# Main | ||
# Main Navigation | ||
main: | ||
- name: "About" | ||
# Get Started | ||
- name: "Get Started" | ||
weight: 1 | ||
hasChildren: true | ||
- name: "About NWB" | ||
- name: "Overview" | ||
weight: 1 | ||
url: "about-us/" | ||
parent: About | ||
- name: "The Software Ecosystem" | ||
parent: "Get Started" | ||
- name: "Converting Data to NWB" | ||
weight: 2 | ||
url: "nwb-software/" | ||
parent: About | ||
- name: "Team" | ||
url: "converting-data-to-nwb/" | ||
parent: "Get Started" | ||
- name: "Documentation" | ||
weight: 3 | ||
url: "team/" | ||
parent: About | ||
- name: "Publications" | ||
weight: 4 | ||
url: "publications/" | ||
parent: About | ||
- name: "Contact Us" | ||
weight: 5 | ||
url: "contact-us/" | ||
parent: About | ||
url: "https://nwb-overview.readthedocs.io" | ||
parent: "Get Started" | ||
|
||
- name: "Community" | ||
# Software & Tools | ||
- name: "Software & Tools" | ||
weight: 2 | ||
hasChildren: true | ||
- name: "News" | ||
- name: "NWB Software Ecosystem" | ||
weight: 1 | ||
url: "https://us3.campaign-archive.com/home/?u=eacaccc485a4e5f36034bbdbd&id=a9718ab27f" | ||
parent: Community | ||
url: "nwb-software/" | ||
parent: "Software & Tools" | ||
|
||
# Community | ||
- name: "Community" | ||
weight: 3 | ||
hasChildren: true | ||
- name: "News & Updates" | ||
weight: 1 | ||
url: "news/" | ||
parent: "Community" | ||
- name: "Events" | ||
weight: 2 | ||
url: "https://neurodatawithoutborders.github.io/nwb_hackathons/" | ||
parent: Community | ||
- name: "NWB Enhancement Proposals" | ||
url: "events/" | ||
parent: "Community" | ||
- name: "Enhancement Proposals" | ||
weight: 3 | ||
url: "https://github.com/nwb-extensions/nwbep-review/blob/main/README.md" | ||
parent: Community | ||
- name: "Converting Data to NWB" | ||
url: "https://github.com/nwb-extensions/nwbep-review/" | ||
parent: "Community" | ||
- name: "Working Groups" | ||
weight: 4 | ||
url: "converting-data-to-nwb/" | ||
parent: Community | ||
- name: "Grants and Projects" | ||
url: "working-groups/" | ||
parent: "Community" | ||
- name: "Team" | ||
weight: 5 | ||
url: "team/" | ||
parent: "Community" | ||
|
||
# Resources | ||
- name: "Resources" | ||
weight: 4 | ||
hasChildren: true | ||
- name: "Publications" | ||
weight: 1 | ||
url: "publications/" | ||
parent: "Resources" | ||
- name: "Grants & Projects" | ||
weight: 2 | ||
url: "grants-and-projects/" | ||
parent: Community | ||
- name: "Working Groups" | ||
weight: 6 | ||
url: "working-groups/" | ||
parent: Community | ||
- name: "Using NWB" | ||
weight: 3 | ||
url: "https://nwb-overview.readthedocs.io" | ||
parent: "Resources" | ||
- name: "Policies" | ||
weight: 4 | ||
weight: 3 | ||
url: "policies/" | ||
parent: "Resources" | ||
|
||
# Contact | ||
- name: "Contact" | ||
weight: 5 | ||
url: "contact-us/" | ||
|
||
# Footer | ||
### About | ||
about: | ||
- name: "About NWB" | ||
# Footer Menus | ||
quick_links: | ||
- name: "Get Started" | ||
weight: 1 | ||
url: "/about-us" | ||
- name: "The Software Ecosystem" | ||
- name: "Documentation" | ||
weight: 2 | ||
url: "https://nwb-overview.readthedocs.io" | ||
- name: "Software" | ||
weight: 3 | ||
url: "/nwb-software" | ||
- name: "Team" | ||
weight: 3 | ||
url: "/team" | ||
- name: "Publications" | ||
weight: 4 | ||
url: "/publications" | ||
- name: "Contact Us" | ||
weight: 5 | ||
url: "/contact-us" | ||
url: "/team" | ||
|
||
### Community | ||
community: | ||
- name: "News" | ||
community_links: | ||
- name: "News & Updates" | ||
weight: 1 | ||
url: "/news" | ||
- name: "Events" | ||
weight: 2 | ||
url: "/event-cards" | ||
- name: "NWB Enhancement Proposals" | ||
url: "/events" | ||
- name: "Working Groups" | ||
weight: 3 | ||
url: "https://github.com/nwb-extensions/nwbep-review/blob/main/README.md" | ||
- name: "Converting Data to NWB" | ||
url: "/working-groups" | ||
- name: "Contact Us" | ||
weight: 4 | ||
url: "/converting-data-to-nwb" | ||
- name: "Grants and Projects" | ||
weight: 5 | ||
url: "/contact-us" | ||
|
||
resources: | ||
- name: "Publications" | ||
weight: 1 | ||
url: "/publications" | ||
- name: "Grants & Projects" | ||
weight: 2 | ||
url: "/grants-and-projects" | ||
- name: "Working Groups" | ||
weight: 6 | ||
url: "/working-groups" | ||
- name: "Policies" | ||
weight: 3 | ||
url: "/policies" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters