feat(content-docs): allow SEO metadata for category index pages (#6239)

This commit is contained in:
Joshua Chen 2022-01-06 18:31:01 +08:00 committed by GitHub
parent e1d1618039
commit 3cb99124de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 31 additions and 2 deletions

View file

@ -42,6 +42,8 @@ declare module '@docusaurus/plugin-content-docs' {
export type PropCategoryGeneratedIndex = {
title: string;
description?: string;
image?: string;
keywords?: string | readonly string[];
slug: string;
permalink: string;
navigation: PropNavigation;