mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix: blog docs example as object property (#1403)
This commit is contained in:
parent
808a6d0f5b
commit
7ebcf10478
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ The available options are an integer representing the number of posts you wish t
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
blogSidebarCount: 'ALL';
|
blogSidebarCount: 'ALL',
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changing The Sidebar Title
|
## Changing The Sidebar Title
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue