Skip to content

Commit

Permalink
Updates API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Dec 18, 2020
1 parent 6e30762 commit 8f1dcc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ meta?: AppMeta;

## Remarks

Used to populate navigational search results (where available). Can be updated using the [App.updater$](./kibana-plugin-core-public.app.updater_.md) observable. See for more details.
Used to populate navigational search results (where available). Can be updated using the [App.updater$](./kibana-plugin-core-public.app.updater_.md) observable. See [PublicAppSearchDeepLinkInfo](./kibana-plugin-core-public.publicappsearchdeeplinkinfo.md) for more details.

## Example

Expand Down
1 change: 0 additions & 1 deletion src/core/public/public.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export interface App<HistoryLocationState = unknown> {
exactRoute?: boolean;
icon?: string;
id: string;
// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "kibana" does not have an export "AppSubLink"
meta?: AppMeta;
mount: AppMount<HistoryLocationState> | AppMountDeprecated<HistoryLocationState>;
navLinkStatus?: AppNavLinkStatus;
Expand Down

0 comments on commit 8f1dcc2

Please sign in to comment.