Skip to content

Commit

Permalink
update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Oct 4, 2023
1 parent b5311a2 commit a20847b
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@
html_theme_options = {
"secondary_sidebar_items": ["page-toc"],
"show_toc_level": 1,

# "announcement": "Here's a <a href='https://pydata.org'>PyData Announcement!</a>",
"navbar_center": ["components/navbar-links.html"],
"navbar_links": [
{
"name": "Docs",
"children": [
{
"name": "Quick Start",
"name": "Overview",
"url": "https://docs.dipy.org/stable",
"link_type": "inter"
},
Expand All @@ -156,7 +156,7 @@
},
{
"name": "Recipes",
"url": "https://docs.dipy.org/stable/recipes",
"url": "https://docs.dipy.org/stable/recipes/index",
"link_type": "inter"
},
{
Expand Down Expand Up @@ -273,23 +273,28 @@
},
{
"name": "FAQ",
"url": "faq",
"url": "https://doc.dipy.org/stable/faq",
"link_type": "inter"
},
{
"name": "Mission Statement",
"url": "mission",
"url": "https://doc.dipy.org/stable/user_guide/mission",
"link_type": "inter"
},
{
"name": "Releases",
"url": "releases",
"url": "https://doc.dipy.org/stable/stateoftheart",
"link_type": "inter"
},
{
"name": "Cite",
"url": "cite",
"url": "https://doc.dipy.org/stable/cite",
"link_type": "inter"
},
{
"name": "Glossary",
"url": "glossary",
"url": "https://doc.dipy.org/stable/glossary",
"link_type": "inter"
},
]
},
Expand Down Expand Up @@ -343,17 +348,17 @@
},
{
"name": "Download",
"link": "https://dipy.org/installation",
"link": "https://docs.dipy.org/user_guide/installation",
"link_type": "inter"
},
{
"name": "Get Started",
"link": "https://dipy.org/contributors/",
"link": "https://docs.dipy.org/stable/",
"link_type": "inter"
},
{
"name": "Tutorials",
"link": "https://docs.dipy.org/stable/tutorials/",
"link": "https://docs.dipy.org/stable/examples_built/index",
"link_type": "inter"
},
{
Expand Down

0 comments on commit a20847b

Please sign in to comment.