mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-17 16:47:56 +02:00
feat(content-blog): allow sorting posts in ascending order (#5787)
This commit is contained in:
parent
8fba542d26
commit
1c024470e0
5 changed files with 20 additions and 0 deletions
|
@ -59,6 +59,7 @@ Accepted fields:
|
|||
| `feedOptions.description` | `string` | <code>\`${siteConfig.title} Blog\`</code> | Description of the feed. |
|
||||
| `feedOptions.copyright` | `string` | `undefined` | Copyright message. |
|
||||
| `feedOptions.language` | `string` (See [documentation](http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes) for possible values) | `undefined` | Language metadata of the feed. |
|
||||
| `sortPosts` | <code>'descending' \| 'ascending' </code> | `'descending'` | Governs the direction of blog post sorting. |
|
||||
|
||||
</small>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue