docs: update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
+10
-10
@@ -38,16 +38,6 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli config:docs`
|
||||
|
||||
```
|
||||
Usage: backstage-cli config:docs [options]
|
||||
|
||||
Options:
|
||||
--package <name>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli config:check`
|
||||
|
||||
```
|
||||
@@ -63,6 +53,16 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli config:docs`
|
||||
|
||||
```
|
||||
Usage: backstage-cli config:docs [options]
|
||||
|
||||
Options:
|
||||
--package <name>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli config:print`
|
||||
|
||||
```
|
||||
|
||||
@@ -16,33 +16,33 @@ export const coreComponentsTranslationRef: TranslationRef<
|
||||
readonly 'signIn.customProvider.title': 'Custom User';
|
||||
readonly 'signIn.customProvider.subtitle': 'Enter your own User ID and credentials.\n This selection will not be stored.';
|
||||
readonly 'signIn.customProvider.userId': 'User ID';
|
||||
readonly 'signIn.customProvider.idToken': 'ID Token (optional)';
|
||||
readonly 'signIn.customProvider.tokenInvalid': 'Token is not a valid OpenID Connect JWT Token';
|
||||
readonly 'signIn.customProvider.continue': 'Continue';
|
||||
readonly 'signIn.customProvider.idToken': 'ID Token (optional)';
|
||||
readonly 'signIn.guestProvider.title': 'Guest';
|
||||
readonly 'signIn.guestProvider.subtitle': 'Enter as a Guest User.\n You will not have a verified identity, meaning some features might be unavailable.';
|
||||
readonly 'signIn.guestProvider.enter': 'Enter';
|
||||
readonly 'emptyState.missingAnnotation.title': 'Missing Annotation';
|
||||
readonly 'emptyState.missingAnnotation.actionTitle': 'Add the annotation to your component YAML as shown in the highlighted example below:';
|
||||
readonly 'emptyState.missingAnnotation.readMore': 'Read more';
|
||||
readonly 'signIn.guestProvider.subtitle': 'Enter as a Guest User.\n You will not have a verified identity, meaning some features might be unavailable.';
|
||||
readonly skipToContent: 'Skip to content';
|
||||
readonly 'copyTextButton.tooltipText': 'Text copied to clipboard';
|
||||
readonly 'simpleStepper.finish': 'Finish';
|
||||
readonly 'simpleStepper.reset': 'Reset';
|
||||
readonly 'simpleStepper.next': 'Next';
|
||||
readonly 'simpleStepper.skip': 'Skip';
|
||||
readonly 'simpleStepper.back': 'Back';
|
||||
readonly 'errorPage.title': 'Looks like someone dropped the mic!';
|
||||
readonly 'errorPage.subtitle': 'ERROR {{status}}: {{statusMessage}}';
|
||||
readonly 'errorPage.goBack': 'Go back';
|
||||
readonly 'errorPage.showMoreDetails': 'Show more details';
|
||||
readonly 'errorPage.showLessDetails': 'Show less details';
|
||||
readonly skipToContent: 'Skip to content';
|
||||
readonly 'copyTextButton.tooltipText': 'Text copied to clipboard';
|
||||
readonly 'simpleStepper.reset': 'Reset';
|
||||
readonly 'simpleStepper.finish': 'Finish';
|
||||
readonly 'simpleStepper.next': 'Next';
|
||||
readonly 'simpleStepper.skip': 'Skip';
|
||||
readonly 'simpleStepper.back': 'Back';
|
||||
readonly 'emptyState.missingAnnotation.title': 'Missing Annotation';
|
||||
readonly 'emptyState.missingAnnotation.actionTitle': 'Add the annotation to your component YAML as shown in the highlighted example below:';
|
||||
readonly 'emptyState.missingAnnotation.readMore': 'Read more';
|
||||
readonly 'supportConfig.default.title': 'Support Not Configured';
|
||||
readonly 'supportConfig.default.linkTitle': 'Add `app.support` config key';
|
||||
readonly 'errorBoundary.title': 'Please contact {{slackChannel}} for help.';
|
||||
readonly 'oauthRequestDialog.title': 'Login Required';
|
||||
readonly 'oauthRequestDialog.login': 'Log in';
|
||||
readonly 'oauthRequestDialog.authRedirectTitle': 'This will trigger a http redirect to OAuth Login.';
|
||||
readonly 'oauthRequestDialog.login': 'Log in';
|
||||
readonly 'oauthRequestDialog.rejectAll': 'Reject All';
|
||||
readonly 'supportButton.title': 'Support';
|
||||
readonly 'supportButton.close': 'Close';
|
||||
|
||||
@@ -533,8 +533,8 @@ export const providers: Readonly<{
|
||||
resolvers: Readonly<{
|
||||
emailMatchingUserEntityProfileEmail: () => SignInResolver_2<OAuthResult>;
|
||||
emailLocalPartMatchingUserEntityName: () => SignInResolver_2<OAuthResult>;
|
||||
emailMatchingUserEntityAnnotation: () => SignInResolver_2<OAuthResult>;
|
||||
userIdMatchingUserEntityAnnotation: () => SignInResolver_2<OAuthResult>;
|
||||
emailMatchingUserEntityAnnotation: () => SignInResolver_2<OAuthResult>;
|
||||
}>;
|
||||
}>;
|
||||
oauth2: Readonly<{
|
||||
|
||||
@@ -45,17 +45,17 @@ const _default: FrontendPlugin<
|
||||
filter: string | undefined;
|
||||
};
|
||||
configInput: {
|
||||
direction?: Direction | undefined;
|
||||
height?: number | undefined;
|
||||
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
|
||||
curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined;
|
||||
direction?: Direction | undefined;
|
||||
title?: string | undefined;
|
||||
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
|
||||
relations?: string[] | undefined;
|
||||
maxDepth?: number | undefined;
|
||||
kinds?: string[] | undefined;
|
||||
unidirectional?: boolean | undefined;
|
||||
mergeRelations?: boolean | undefined;
|
||||
kinds?: string[] | undefined;
|
||||
relations?: string[] | undefined;
|
||||
relationPairs?: [string, string][] | undefined;
|
||||
curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined;
|
||||
} & {
|
||||
filter?: string | undefined;
|
||||
};
|
||||
@@ -114,18 +114,18 @@ const _default: FrontendPlugin<
|
||||
path: string | undefined;
|
||||
};
|
||||
configInput: {
|
||||
curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined;
|
||||
direction?: Direction | undefined;
|
||||
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
|
||||
relations?: string[] | undefined;
|
||||
rootEntityRefs?: string[] | undefined;
|
||||
maxDepth?: number | undefined;
|
||||
kinds?: string[] | undefined;
|
||||
unidirectional?: boolean | undefined;
|
||||
mergeRelations?: boolean | undefined;
|
||||
kinds?: string[] | undefined;
|
||||
relations?: string[] | undefined;
|
||||
relationPairs?: [string, string][] | undefined;
|
||||
curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined;
|
||||
selectedKinds?: string[] | undefined;
|
||||
selectedRelations?: string[] | undefined;
|
||||
rootEntityRefs?: string[] | undefined;
|
||||
selectedKinds?: string[] | undefined;
|
||||
showFilters?: boolean | undefined;
|
||||
} & {
|
||||
path?: string | undefined;
|
||||
|
||||
@@ -80,7 +80,7 @@ const _default: FrontendPlugin<
|
||||
>;
|
||||
inputs: {};
|
||||
params: {
|
||||
title: string /** @alpha */;
|
||||
title: string;
|
||||
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: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".
|
||||
// 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".
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user