mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-17 16:47:56 +02:00
refactor(theme): use JSON-LD instead of microdata for blog structured data (#9669)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com> Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
8abd1899a6
commit
60d9346965
23 changed files with 348 additions and 68 deletions
|
@ -39,6 +39,11 @@ export {
|
|||
filterDocCardListItems,
|
||||
} from './utils/docsUtils';
|
||||
|
||||
export {
|
||||
useBlogListPageStructuredData,
|
||||
useBlogPostStructuredData,
|
||||
} from './utils/structuredDataUtils';
|
||||
|
||||
export {usePluralForm} from './utils/usePluralForm';
|
||||
|
||||
export {useCollapsible, Collapsible} from './components/Collapsible';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue