🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@philips-software/backstage-plugin-search-confluence-frontend

Package Overview
Dependencies
Maintainers
9
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@philips-software/backstage-plugin-search-confluence-frontend

2.3.1
latest
Source
npm
Version published
Maintainers
9
Created
Source

Backstage Confluence Search Collator Plugin

This plugin integrates Confluence documents into Backstage's search engine, enabling users to search for and retrieve Confluence content directly from Backstage App

Note: it is used in combination with its backend counter-part.

Search Results: Search results

Installation

Add the plugin to your frontend app:

@philips-software/backstage-plugin-search-confluence-frontend

Add The Confluence Search Component to : packages/app/src/components/search/SearchPage.tsx

// packages/app/src/components/search/SearchPage.tsx

import {
  ConfluenceSearchIcon,
  ConfluenceResultListItem,
} from '@philips-software/backstage-plugin-search-confluence-frontend';;

// ...
<SearchType.Accordion
  name="Result Type"
  types={[
    // ...
    {
      value: 'confluence',
      name: 'Confluence',
      icon: <ConfluenceSearchIcon />,
    },
  ]}
/>

<SearchResult>
  // ...
  <ConfluenceResultListItem />
</SearchResult>

FAQs

Package last updated on 28 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts