@k-phoen/backstage-plugin-confluence
Advanced tools
Weekly downloads
Changelog
@k-phoen/backstage-plugin-confluence@0.0.15
Readme
This plugin integrates Confluence documents to Backstage' search engine.
Note: it is used in combination with its backend counter-part.
Search results:
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>
This library is under the MIT license.
FAQs
This plugin integrates Confluence documents to Backstage' search engine.
The npm package @k-phoen/backstage-plugin-confluence receives a total of 350 weekly downloads. As such, @k-phoen/backstage-plugin-confluence popularity was classified as not popular.
We found that @k-phoen/backstage-plugin-confluence demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.