mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
refactor: remove long-deprecated routesLoaded lifecycle (#7257)
This commit is contained in:
parent
51815c12c9
commit
b1cafe73df
2 changed files with 0 additions and 17 deletions
1
packages/docusaurus-types/src/index.d.ts
vendored
1
packages/docusaurus-types/src/index.d.ts
vendored
|
@ -505,7 +505,6 @@ export type Plugin<Content = unknown> = {
|
|||
allContent: AllContent;
|
||||
actions: PluginContentLoadedActions;
|
||||
}) => Promise<void> | void;
|
||||
routesLoaded?: (routes: RouteConfig[]) => void; // TODO remove soon, deprecated (alpha-60)
|
||||
postBuild?: (
|
||||
props: Props & {
|
||||
content: Content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue