mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-15 10:07:33 +02:00
feat(content-docs): allow SEO metadata for category index pages (#6239)
This commit is contained in:
parent
e1d1618039
commit
3cb99124de
8 changed files with 31 additions and 2 deletions
|
@ -28,6 +28,8 @@ function getCategoryGeneratedIndexMetadata({
|
|||
return {
|
||||
title: category.link.title ?? category.label,
|
||||
description: category.link.description,
|
||||
image: category.link.image,
|
||||
keywords: category.link.keywords,
|
||||
slug: category.link.slug,
|
||||
permalink: category.link.permalink,
|
||||
sidebar: sidebarName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue