Skip to content

Commit 58a5034

Browse files
committed
simplify page structure; include search, lightswitch
1 parent 1659802 commit 58a5034

1 file changed

Lines changed: 16 additions & 19 deletions

File tree

_pkgdown.yml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
template:
2-
bootstrap: 5
3-
light-switch: true
2+
bootstrap: 5
3+
light-switch: true
44

55
toc:
66
depth: 2 # level 3 currently not distinguishable from 2
77

88
navbar:
9-
type: default
10-
left:
11-
- icon: fa-home
12-
href: index.html
13-
- text: User Guide
14-
href: articles/userguide.html
15-
- text: Technical Documentation
16-
href: articles/technicaldocs.html
17-
- text: FAQ
18-
href: articles/faq.html
19-
- text: Reference
20-
href: reference/index.html
21-
- text: Changelog
22-
href: news/index.html
23-
right:
24-
- icon: fa-github fa-lg
25-
href: https://github.com/mschubert/clustermq
9+
structure:
10+
left: [ home, userguide, technicaldocs, faq, reference, news ]
11+
right: [ search, github, lightswitch ]
12+
13+
components:
14+
userguide:
15+
text: User Guide
16+
href: articles/userguide.html
17+
technicaldocs:
18+
text: Technical Documentation
19+
href: articles/technicaldocs.html
20+
faq:
21+
text: FAQ
22+
href: articles/faq.html
2623

2724
reference:
2825
- title: Overview

0 commit comments

Comments
 (0)