mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
feat(core,theme): useRouteContext + HtmlClassNameProvider (#6933)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
9b4ba78f45
commit
8a1421a938
14 changed files with 235 additions and 25 deletions
|
@ -191,6 +191,7 @@ declare module '@theme/DocItem' {
|
|||
};
|
||||
|
||||
export type Metadata = {
|
||||
readonly unversionedId?: string;
|
||||
readonly description?: string;
|
||||
readonly title?: string;
|
||||
readonly permalink?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue