Skip to content

Commit 3c0239b

Browse files
authored
[#186] add read dropdown in menu bar (#195)
1 parent ba3c09d commit 3c0239b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ menu:
99
- name: about
1010
pageRef: /about
1111
weight: 1
12+
- name: read
13+
weight: 2
14+
identifier: read
1215
- name: news
1316
pageRef: /news/
14-
weight: 2
17+
parent: read
18+
weight: 1
1519
- name: blog
1620
pageRef: /blog/
17-
weight: 4
21+
parent: read
22+
weight: 2
1823
- name: sig
1924
pageRef: /SIG
2025
weight: 5

0 commit comments

Comments
 (0)