0.1.2 • Published 8 months ago

@rikclaessens/backstage-plugin-search-backend-module-news v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

@rikclaessens/backstage-plugin-search-backend-module-news

The News plugin retrieves markdown files with frontmatter and displays them as news articles in Backstage, Spotify's IDP framework. This is the search backend module that retrieves news items stored in the database and indexes them in the configured search service.

Installation

To install this plugin to your backend package, run the following command:

# From your root directory
yarn --cwd packages/backend add @rikclaessens/backstage-plugin-search-backend-module-news

Then add the plugin to your backend in packages/backend/src/index.ts:

const backend = createBackend();
// ...
backend.add(import('@rikclaessens/backstage-plugin-search-backend-module-news'));