docs/releases: roll back changelog changes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -663,7 +663,7 @@
|
||||
import {
|
||||
catalogProcessingExtensionPoint,
|
||||
catalogModelExtensionPoint,
|
||||
} from '@backstage/plugin-catalog-node';
|
||||
} from '@backstage/plugin-catalog-node/alpha';
|
||||
import {myPolicy} from './my-policy';
|
||||
|
||||
export const catalogModulePolicyProvider = createBackendModule({
|
||||
@@ -814,7 +814,7 @@
|
||||
import {
|
||||
catalogProcessingExtensionPoint,
|
||||
catalogModelExtensionPoint,
|
||||
} from '@backstage/plugin-catalog-node';
|
||||
} from '@backstage/plugin-catalog-node/alpha';
|
||||
import {myPolicy} from './my-policy';
|
||||
|
||||
export const catalogModulePolicyProvider = createBackendModule({
|
||||
|
||||
@@ -58,7 +58,7 @@ We encourage you to migrate existing tests to use this new utility, in order to
|
||||
|
||||
### New backend plugin extension points
|
||||
|
||||
The `catalogModelExtensionPoint` from `@backstage/plugin-catalog-node` can now be used to replace the default entity data parser and field validation rules in the new backend system.
|
||||
The `catalogModelExtensionPoint` from `@backstage/plugin-catalog-node/alpha` can now be used to replace the default entity data parser and field validation rules in the new backend system.
|
||||
|
||||
The `techdocsGeneratorExtensionPoint` from `@backstage/plugin-techdocs-node` can now be used to set a custom TechDocs generator.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user