mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove unusedcrawlerGettingStarted
doclink (#143927)
This commit is contained in:
parent
0c832320a2
commit
800c609728
3 changed files with 0 additions and 5 deletions
|
@ -122,7 +122,6 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
|
|||
bulkApi: `${ELASTICSEARCH_DOCS}docs-bulk.html`,
|
||||
configuration: `${ENTERPRISE_SEARCH_DOCS}configuration.html`,
|
||||
connectors: `${ENTERPRISE_SEARCH_DOCS}connectors.html`,
|
||||
crawlerGettingStarted: `${ENTERPRISE_SEARCH_DOCS}crawler-getting-started.html`,
|
||||
crawlerManaging: `${ENTERPRISE_SEARCH_DOCS}crawler-managing.html`,
|
||||
crawlerOverview: `${ENTERPRISE_SEARCH_DOCS}crawler.html`,
|
||||
languageAnalyzers: `${ELASTICSEARCH_DOCS}analysis-lang-analyzer.html`,
|
||||
|
|
|
@ -108,7 +108,6 @@ export interface DocLinks {
|
|||
readonly bulkApi: string;
|
||||
readonly configuration: string;
|
||||
readonly connectors: string;
|
||||
readonly crawlerGettingStarted: string;
|
||||
readonly crawlerManaging: string;
|
||||
readonly crawlerOverview: string;
|
||||
readonly languageAnalyzers: string;
|
||||
|
|
|
@ -58,7 +58,6 @@ class DocLinks {
|
|||
public clientsRustOverview: string;
|
||||
public cloudIndexManagement: string;
|
||||
public connectors: string;
|
||||
public crawlerGettingStarted: string;
|
||||
public crawlerManaging: string;
|
||||
public crawlerOverview: string;
|
||||
public elasticsearchCreateIndex: string;
|
||||
|
@ -164,7 +163,6 @@ class DocLinks {
|
|||
this.clientsRustOverview = '';
|
||||
this.cloudIndexManagement = '';
|
||||
this.connectors = '';
|
||||
this.crawlerGettingStarted = '';
|
||||
this.crawlerManaging = '';
|
||||
this.crawlerOverview = '';
|
||||
this.elasticsearchCreateIndex = '';
|
||||
|
@ -272,7 +270,6 @@ class DocLinks {
|
|||
this.clientsRustOverview = docLinks.links.clients.rustOverview;
|
||||
this.cloudIndexManagement = docLinks.links.cloud.indexManagement;
|
||||
this.connectors = docLinks.links.enterpriseSearch.connectors;
|
||||
this.crawlerGettingStarted = docLinks.links.enterpriseSearch.crawlerGettingStarted;
|
||||
this.crawlerManaging = docLinks.links.enterpriseSearch.crawlerManaging;
|
||||
this.crawlerOverview = docLinks.links.enterpriseSearch.crawlerOverview;
|
||||
this.elasticsearchCreateIndex = docLinks.links.elasticsearch.createIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue