-
-
Notifications
You must be signed in to change notification settings - Fork 30
search
github-actions[bot] edited this page Nov 28, 2024
·
1 revision
Enable questions indexing in the search engine by the following changes. See setup first to integrate the plugin with backstage instance.
import { createBackend } from '@backstage/backend-defaults';
const backend = createBackend();
backend.add(import('@backstage/search-backend'));
backend.add(import('@drodil/backstage-plugin-search-backend-module-qeta'));
backend.start();