update api-report, add FireHydrant to vocab.txt
Signed-off-by: Christine Yi <ohchristineyi@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
The [FireHydrant](https://firehydrant.io) plugin brings incident management to Backstage, and it displays service incidents information such as active incidents and incident analytics. There are also quick action links that let you create and view incidents in FireHydrant.
|
||||
|
||||
<img src="./doc/firehydrant_plugin_screenshot.png" alt="firehydrant plugin screenshot">
|
||||
<img src="./doc/firehydrant_plugin_screenshot.png" alt="FireHydrant plugin screenshot">
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
@@ -8,9 +8,13 @@
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// Warning: (ae-missing-release-tag) "FirehydrantPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const FirehydrantPage: () => JSX.Element;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "firehydrantPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const firehydrantPlugin: BackstagePlugin<
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user