mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 22:17:00 +02:00
feat(core): new postBuild({routesBuildMetadata})
API, deprecate head
attribute + v4 future flag (#10850)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
This commit is contained in:
parent
67207bc5e5
commit
9df5aae6de
21 changed files with 403 additions and 94 deletions
|
@ -369,6 +369,7 @@ interface Props {
|
|||
preBodyTags: string;
|
||||
postBodyTags: string;
|
||||
routesPaths: string[];
|
||||
routesBuildMetadata: {[location: string]: {noIndex: boolean}};
|
||||
plugins: Plugin<any>[];
|
||||
content: Content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue