Merge pull request #16952 from adamdmharvey/adamdmharvey/improve-api-reference
chore: Improve API Reference
This commit is contained in:
@@ -49,7 +49,7 @@ const serviceEntityPage = (
|
||||
+ >
|
||||
+ <DynatraceTab />
|
||||
+ </EntityLayout.Route>
|
||||
</EntityLaytou>
|
||||
</EntityLayout>
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
@@ -16,6 +16,4 @@ export const DynatraceTab: () => JSX.Element;
|
||||
|
||||
// @public
|
||||
export const isDynatraceAvailable: (entity: Entity) => boolean;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
|
||||
@@ -14,4 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* A Backstage plugin that integrates towards Dynatrace.
|
||||
*
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export { dynatracePlugin, DynatraceTab, isDynatraceAvailable } from './plugin';
|
||||
|
||||
Reference in New Issue
Block a user