feat(core,theme): useRouteContext + HtmlClassNameProvider (#6933)

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Sébastien Lorber 2022-03-18 10:57:32 +01:00 committed by GitHub
parent 9b4ba78f45
commit 8a1421a938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 235 additions and 25 deletions

View file

@ -191,6 +191,7 @@ declare module '@theme/DocItem' {
};
export type Metadata = {
readonly unversionedId?: string;
readonly description?: string;
readonly title?: string;
readonly permalink?: string;