Skip to content

Commit 4525803

Browse files
authored
Merge pull request #103 from pyfar/new_header
make package dropdown in header
2 parents 4f3fe73 + 9a912ba commit 4525803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"navbar_start": ["navbar-logo"],
7272
"navbar_end": ["navbar-icon-links", "theme-switcher"],
7373
"navbar_align": "content",
74-
"header_links_before_dropdown": 8,
74+
"header_links_before_dropdown": 5, # manual set
75+
"header_dropdown_text": "Packages", # Change dropdown name from "More" to "Packages"
7576
"icon_links": [
7677
{
7778
"name": "GitHub",

0 commit comments

Comments
 (0)