mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-15 09:12:24 +02:00
feat(blog): Add frontMatter.sidebar_label
(#10729)
This commit is contained in:
parent
df6f53a2f5
commit
a995865314
7 changed files with 34 additions and 6 deletions
|
@ -145,7 +145,6 @@ declare module '@docusaurus/plugin-content-blog' {
|
|||
title?: string;
|
||||
/**
|
||||
* Will be used for SEO page metadata and override BlogPostMetadata.title.
|
||||
* @see {@link BlogPostMetadata.title_meta}
|
||||
*/
|
||||
title_meta?: string;
|
||||
/**
|
||||
|
@ -153,6 +152,10 @@ declare module '@docusaurus/plugin-content-blog' {
|
|||
* @see {@link BlogPostMetadata.description}
|
||||
*/
|
||||
description?: string;
|
||||
/**
|
||||
* Will override the default excerpt.
|
||||
*/
|
||||
sidebar_label?: string;
|
||||
/**
|
||||
* Front matter tags, unnormalized.
|
||||
* @see {@link BlogPostMetadata.tags}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue