committed by
Camila Belo
parent
4d9f39e38b
commit
a81c073930
+10
-10
@@ -38,6 +38,16 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli config:docs`
|
||||
|
||||
```
|
||||
Usage: backstage-cli config:docs [options]
|
||||
|
||||
Options:
|
||||
--package <name>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli config:check`
|
||||
|
||||
```
|
||||
@@ -53,16 +63,6 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli config:docs`
|
||||
|
||||
```
|
||||
Usage: backstage-cli config:docs [options]
|
||||
|
||||
Options:
|
||||
--package <name>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli config:print`
|
||||
|
||||
```
|
||||
|
||||
@@ -16,6 +16,7 @@ import { JSX as JSX_2 } from 'react';
|
||||
import { MouseEvent as MouseEvent_2 } from 'react';
|
||||
import { MouseEventHandler } from 'react';
|
||||
import { default as React_2 } from 'react';
|
||||
import { ReactNode } from 'react';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// @public
|
||||
@@ -80,6 +81,7 @@ export const EntityCatalogGraphCard: (
|
||||
variant?: InfoCardVariants | undefined;
|
||||
height?: number | undefined;
|
||||
title?: string | undefined;
|
||||
action?: ReactNode;
|
||||
},
|
||||
) => JSX_2.Element;
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ const _default: FrontendPlugin<
|
||||
>;
|
||||
inputs: {};
|
||||
params: {
|
||||
title: string;
|
||||
title: string /** @alpha */;
|
||||
icon: IconComponent;
|
||||
routeRef: RouteRef<undefined>;
|
||||
};
|
||||
|
||||
@@ -354,7 +354,7 @@ export type WelcomeTitleLanguageProps = {
|
||||
// src/plugin.d.ts:5:22 - (ae-undocumented) Missing documentation for "homePlugin".
|
||||
// src/plugin.d.ts:9:22 - (ae-undocumented) Missing documentation for "HomepageCompositionRoot".
|
||||
// src/plugin.d.ts:14:22 - (ae-undocumented) Missing documentation for "ComponentAccordion".
|
||||
// src/plugin.d.ts:24:22 - (ae-undocumented) Missing documentation for "ComponentTabs".
|
||||
// src/plugin.d.ts:32:22 - (ae-undocumented) Missing documentation for "ComponentTab".
|
||||
// src/plugin.d.ts:53:22 - (ae-undocumented) Missing documentation for "HomePageRandomJoke".
|
||||
// src/plugin.d.ts:23:22 - (ae-undocumented) Missing documentation for "ComponentTabs".
|
||||
// src/plugin.d.ts:31:22 - (ae-undocumented) Missing documentation for "ComponentTab".
|
||||
// src/plugin.d.ts:52:22 - (ae-undocumented) Missing documentation for "HomePageRandomJoke".
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user