File tree Expand file tree Collapse file tree
src/core/public/doc_links Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ interface StartDeps {
1616/** @internal */
1717export class DocLinksService {
1818 public setup ( ) { }
19+
1920 public start ( { injectedMetadata } : StartDeps ) : DocLinksStart {
2021 const DOC_LINK_VERSION = injectedMetadata . getKibanaBranch ( ) ;
2122 const ELASTIC_WEBSITE_URL = 'https://www.elastic.co/' ;
@@ -120,7 +121,6 @@ export class DocLinksService {
120121 luceneExpressions : `${ ELASTICSEARCH_DOCS } modules-scripting-expression.html` ,
121122 } ,
122123 indexPatterns : {
123- loadingData : `${ ELASTIC_WEBSITE_URL } guide/en/kibana/${ DOC_LINK_VERSION } /tutorial-load-dataset.html` ,
124124 introduction : `${ ELASTIC_WEBSITE_URL } guide/en/kibana/${ DOC_LINK_VERSION } /index-patterns.html` ,
125125 fieldFormattersString : `${ ELASTIC_WEBSITE_URL } guide/en/kibana/${ DOC_LINK_VERSION } /field-formatters-string.html` ,
126126 } ,
@@ -373,7 +373,6 @@ export interface DocLinksStart {
373373 readonly luceneExpressions : string ;
374374 } ;
375375 readonly indexPatterns : {
376- readonly loadingData : string ;
377376 readonly introduction : string ;
378377 } ;
379378 readonly addData : string ;
You can’t perform that action at this time.
0 commit comments