Skip to content

Commit

Permalink
docs: fix v3.5 blog post typo - onUntruncatedBlogPosts (#10484)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Sep 9, 2024
1 parent 5bab0b5 commit e8c6787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/releases/3.5/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ We believe large multi-blogs are easier to manage by using [global authors](/doc

In [#10224](https://github.com/facebook/docusaurus/pull/10224), we added the `onInlineAuthors` option. Use `onInlineAuthors: 'throw'` to forbid [inline authors](/docs/blog#inline-authors), and enforce a consistent usage of [global authors](/docs/blog#global-authors).

#### `onUntruncatedBlogPost`
#### `onUntruncatedBlogPosts`

We believe blog posts are better using [truncation markers](/docs/blog#blog-list) (`<!-- truncate -->` or `{/* truncate */}`). On paginated lists (blog home, tags pages, authors pages), this permits to render a more concise preview of the blog post instead of a full blog post.

In [#10375](https://github.com/facebook/docusaurus/pull/10375), we added the `onUntruncatedBlogPost` option. Use `onUntruncatedBlogPost: 'throw'` to enforce a consistent usage of [truncation markers](/docs/blog#blog-list).
In [#10375](https://github.com/facebook/docusaurus/pull/10375), we added the `onUntruncatedBlogPosts` option. Use `onUntruncatedBlogPosts: 'throw'` to enforce a consistent usage of [truncation markers](/docs/blog#blog-list).

## Translations

Expand Down

0 comments on commit e8c6787

Please sign in to comment.