update api-report, add FireHydrant to vocab.txt

Signed-off-by: Christine Yi <ohchristineyi@gmail.com>
This commit is contained in:
Christine Yi
2021-08-02 12:07:31 -04:00
parent 736f7ed752
commit d5a69640bc
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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<
{