update docs to remove /alpha

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-10-11 16:35:36 +02:00
parent 3109c24cb3
commit bc71718834
50 changed files with 142 additions and 143 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ const backend = createBackend();
// Other plugins...
/* highlight-add-start */
backend.add(import('@backstage/plugin-techdocs-backend/alpha'));
backend.add(import('@backstage/plugin-techdocs-backend'));
/* highlight-add-end */
backend.start();
+1 -1
View File
@@ -799,7 +799,7 @@ const techdocsCustomBuildStrategy = createBackendModule({
// Other plugins...
/* highlight-add-start */
backend.add(import('@backstage/plugin-techdocs-backend/alpha'));
backend.add(import('@backstage/plugin-techdocs-backend'));
backend.add(techdocsCustomBuildStrategy);
/* highlight-add-end */