Skip to content

Commit 95a4a68

Browse files
committed
fix types
1 parent 9b59f2c commit 95a4a68

26 files changed

Lines changed: 2 additions & 3518 deletions

File tree

src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
300300
upgradeAssistant: {
301301
overview: `${KIBANA_DOCS}upgrade-assistant.html`,
302302
batchReindex: `${KIBANA_DOCS}batch-start-resume-reindex.html`,
303+
indexBlocks: `${ELASTICSEARCH_DOCS}index-modules-blocks.html#index-block-settings`,
303304
remoteReindex: `${ELASTICSEARCH_DOCS}docs-reindex.html#reindex-from-remote`,
304305
unfreezeApi: `${ELASTICSEARCH_DOCS}unfreeze-index-api.html`,
305306
reindexWithPipeline: `${ELASTICSEARCH_DOCS}docs-reindex.html#reindex-with-an-ingest-pipeline`,

src/platform/packages/shared/kbn-doc-links/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ export interface DocLinks {
261261
readonly upgradeAssistant: {
262262
readonly overview: string;
263263
readonly batchReindex: string;
264+
readonly indexBlocks: string;
264265
readonly remoteReindex: string;
265266
readonly unfreezeApi: string;
266267
readonly reindexWithPipeline: string;

x-pack/platform/plugins/private/upgrade_assistant/public/application/components/es_deprecations/deprecation_types/data_streams/flyout/steps/confirm/warning_step_checkbox.tsx

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)