Skip to content

Commit

Permalink
Merge pull request #194 from awanlin/topic/disable-techdocs-search-ba…
Browse files Browse the repository at this point in the history
…ckend

Disabled TechDocs Search in new backend
  • Loading branch information
awanlin authored Nov 27, 2023
2 parents 6f39779 + b49405f commit 3350fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backend.add(import('@backstage/plugin-proxy-backend/alpha'));
backend.add(import('@backstage/plugin-search-backend/alpha'));
backend.add(import('@backstage/plugin-search-backend-module-catalog/alpha'));
backend.add(import('@backstage/plugin-search-backend-module-explore/alpha'));
backend.add(import('@backstage/plugin-search-backend-module-techdocs/alpha'));
// backend.add(import('@backstage/plugin-search-backend-module-techdocs/alpha'));
backend.add(import('@backstage/plugin-techdocs-backend/alpha'));
backend.add(import('@backstage/plugin-todo-backend'));

Expand Down

0 comments on commit 3350fc2

Please sign in to comment.