Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

@k-phoen/backstage-plugin-confluence

Package Overview
Dependencies
5
Maintainers
1
Versions
14
Issues
File Explorer

Advanced tools

@k-phoen/backstage-plugin-confluence

This plugin integrates Confluence documents to Backstage' search engine.

    0.0.15latest
    GitHub

Version published
Maintainers
1
Weekly downloads
356
decreased by-53.1%

Weekly downloads

Changelog

Source

@k-phoen/backstage-plugin-confluence@0.0.15

Patch Changes

  • 2988234: Cleanup search results implementation

Readme

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

Last updated on 11 Mar 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc