docs: remove function call from all backend feature installation instructions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -800,7 +800,7 @@ const techdocsCustomBuildStrategy = createBackendModule({
|
||||
|
||||
/* highlight-add-start */
|
||||
backend.add(import('@backstage/plugin-techdocs-backend/alpha'));
|
||||
backend.add(techdocsCustomBuildStrategy());
|
||||
backend.add(techdocsCustomBuildStrategy);
|
||||
/* highlight-add-end */
|
||||
|
||||
backend.start();
|
||||
|
||||
Reference in New Issue
Block a user