mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[8.0] Removes perlGuide from doc link service (#148880)
# Backport This will backport the following commits from `main` to `8.0`: - [Removes perlGuide from doc link service (#148803)](https://github.com/elastic/kibana/pull/148803)
This commit is contained in:
parent
a6da1c05f4
commit
76eb2404a0
2 changed files with 0 additions and 13 deletions
|
@ -581,7 +581,6 @@ export class DocLinksService {
|
|||
javaIndex: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/java-api-client/${DOC_LINK_VERSION}/index.html`,
|
||||
jsIntro: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/javascript-api/${DOC_LINK_VERSION}/introduction.html`,
|
||||
netGuide: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/net-api/${DOC_LINK_VERSION}/index.html`,
|
||||
perlGuide: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/perl-api/${DOC_LINK_VERSION}/index.html`,
|
||||
phpGuide: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/php-api/${DOC_LINK_VERSION}/index.html`,
|
||||
pythonGuide: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/python-api/${DOC_LINK_VERSION}/index.html`,
|
||||
rubyOverview: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/ruby-api/${DOC_LINK_VERSION}/ruby_client.html`,
|
||||
|
@ -925,7 +924,6 @@ export interface DocLinksStart {
|
|||
readonly javaIndex: string;
|
||||
readonly jsIntro: string;
|
||||
readonly netGuide: string;
|
||||
readonly perlGuide: string;
|
||||
readonly phpGuide: string;
|
||||
readonly pythonGuide: string;
|
||||
readonly rubyOverview: string;
|
||||
|
|
|
@ -78,17 +78,6 @@ export const integrations: LanguageIntegration[] = [
|
|||
}),
|
||||
docUrlTemplate: `${ELASTICSEARCH_CLIENT_URL}/php-api/{branch}/index.html`,
|
||||
},
|
||||
{
|
||||
id: 'perl',
|
||||
title: i18n.translate('customIntegrations.languageclients.PerlTitle', {
|
||||
defaultMessage: 'Elasticsearch Perl Client',
|
||||
}),
|
||||
icon: 'perl.svg',
|
||||
description: i18n.translate('customIntegrations.languageclients.PerlDescription', {
|
||||
defaultMessage: 'Index data to Elasticsearch with the Perl client.',
|
||||
}),
|
||||
docUrlTemplate: `${ELASTICSEARCH_CLIENT_URL}/perl-api/{branch}/index.html`,
|
||||
},
|
||||
{
|
||||
id: 'python',
|
||||
title: i18n.translate('customIntegrations.languageclients.PythonTitle', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue