Skip to content

Commit 62d338f

Browse files
dineshbabep
authored andcommitted
Add section for Sidebar description
1 parent 6190b66 commit 62d338f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ It pairs a prominent sidebar with uncomplicated content.
1111
- [Installation](#installation)
1212
- [Options](#options)
1313
- [Sidebar menu](#sidebar-menu)
14+
- [Sidebar description](#sidebar-description)
1415
- [Sticky sidebar content](#sticky-sidebar-content)
1516
- [Themes](#themes)
1617
- [Reverse layout](#reverse-layout)
@@ -77,6 +78,25 @@ Menus:
7778
URL: "https://www.linkedin.com/in/username/"
7879
```
7980
81+
### Sidebar description
82+
Customise the describe of your page using `description`, like so:
83+
84+
**TOML**
85+
```toml
86+
theme = "hyde"
87+
88+
[params]
89+
description = "Your custom description"
90+
```
91+
92+
**YAML**
93+
```yaml
94+
theme: "hyde"
95+
96+
params:
97+
description = "Your custom description"
98+
```
99+
80100

81101
### Sticky sidebar content
82102

0 commit comments

Comments
 (0)