Skip to content

Commit e20bf84

Browse files
committed
docs: add configuration
1 parent 3463d37 commit e20bf84

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

exampleSite/content/docs/guide/configuration.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,27 @@ There are different types of menu items:
5858
params:
5959
type: search
6060
```
61-
4. Icon
61+
4. Icon Only
6262
```yaml
6363
- name: GitHub
6464
params:
6565
icon: github
6666
```
67-
5. Theme Toggle
67+
5. Link with Icon
68+
```yaml
69+
- name: Blog
70+
params:
71+
type: link
72+
icon: rss
73+
```
74+
6. Theme Toggle
6875
```yaml
6976
- name: Theme Toggle
7077
params:
7178
type: theme-toggle
7279
label: true # optional, default is false
7380
```
74-
6. Language Switcher
81+
7. Language Switcher
7582
```yaml
7683
- name: Language Switcher
7784
params:

0 commit comments

Comments
 (0)