packages,plugins: add package documentation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -24,6 +24,4 @@ const newRelicPlugin: BackstagePlugin<
|
||||
>;
|
||||
export { newRelicPlugin };
|
||||
export { newRelicPlugin as plugin };
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
|
||||
@@ -14,6 +14,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* A Backstage plugin that integrates towards New Relic
|
||||
*
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export {
|
||||
newRelicPlugin,
|
||||
newRelicPlugin as plugin,
|
||||
|
||||
Reference in New Issue
Block a user