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

@k-phoen/backstage-plugin-confluence

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@k-phoen/backstage-plugin-confluence

This plugin integrates Confluence documents to Backstage' search engine.

0.0.15
latest
Source
npm
Version published
Weekly downloads
550
7.63%
Maintainers
1
Weekly downloads
 
Created
Source

Confluence search plugin

This plugin integrates Confluence documents to Backstage' search engine.

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

How does it look?

Search results:

Search results

Installation

Add the plugin to your frontend app:

cd packages/app && yarn add @k-phoen/backstage-plugin-confluence

Nicely display Confluence search results:

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

import { DocsIcon } from '@backstage/core-components';
import { ConfluenceResultListItem } from '@k-phoen/backstage-plugin-confluence';

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

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

License

This library is under the MIT license.

FAQs

Package last updated on 11 Mar 2023

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