frontend-plugin-api: renamed createPlugin to createFrontendPlugin
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import React from 'react';
|
||||
import LibraryBooks from '@material-ui/icons/LibraryBooks';
|
||||
import {
|
||||
createPlugin,
|
||||
createFrontendPlugin,
|
||||
createSchemaFromZod,
|
||||
createApiExtension,
|
||||
createPageExtension,
|
||||
@@ -155,7 +155,7 @@ const techDocsNavItem = createNavItemExtension({
|
||||
});
|
||||
|
||||
/** @alpha */
|
||||
export default createPlugin({
|
||||
export default createFrontendPlugin({
|
||||
id: 'techdocs',
|
||||
extensions: [
|
||||
techDocsClientApi,
|
||||
|
||||
Reference in New Issue
Block a user