Skip to content

Commit a6bd685

Browse files
frenkiboyclaude
andcommitted
Explicitly define all navbar components including home
pkgdown was adding a default Articles dropdown because the custom component names weren't fully overriding built-in defaults. Define all components explicitly (home, reference, intro, rnaseq, ml). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d2ee9a7 commit a6bd685

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_pkgdown.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ template:
22
bootstrap: 5
33
bslib:
44
base_font_size: 0.9rem
5-
font_size_base: 0.9
65
code-font-size: 0.85rem
76

87
url: https://BIMSBbioinfo.github.io/cacheR
@@ -16,6 +15,9 @@ navbar:
1615
left: [home, reference, intro, rnaseq, ml]
1716
right: [github]
1817
components:
18+
home:
19+
text: Home
20+
href: index.html
1921
reference:
2022
text: Reference
2123
href: reference/index.html

0 commit comments

Comments
 (0)