mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Enterprise Search] Simplify doc links on configuration page. (#156530)
## Summary Simplified the list of documents on Index configuration page 
This commit is contained in:
parent
91635994fd
commit
cb0d0b970a
4 changed files with 0 additions and 74 deletions
|
@ -350,65 +350,6 @@ export const ConnectorConfiguration: React.FC = () => {
|
|||
)}
|
||||
</EuiLink>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiLink
|
||||
href="https://discuss.elastic.co/c/enterprise-search/84"
|
||||
target="_blank"
|
||||
>
|
||||
{i18n.translate(
|
||||
'xpack.enterpriseSearch.content.indices.configurationConnector.support.getHelp.label',
|
||||
{
|
||||
defaultMessage: 'Get help',
|
||||
}
|
||||
)}
|
||||
</EuiLink>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiLink
|
||||
href="https://github.com/elastic/connectors-python/issues"
|
||||
target="_blank"
|
||||
>
|
||||
{i18n.translate(
|
||||
'xpack.enterpriseSearch.content.indices.configurationConnector.support.issue.label',
|
||||
{
|
||||
defaultMessage: 'File an issue',
|
||||
}
|
||||
)}
|
||||
</EuiLink>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiLinkTo to={'/app/integrations/browse'} shouldNotCreateHref>
|
||||
{i18n.translate(
|
||||
'xpack.enterpriseSearch.content.indices.configurationConnector.support.dontSeeIntegration.label',
|
||||
{
|
||||
defaultMessage: 'Don’t see the integration you’re looking for?',
|
||||
}
|
||||
)}
|
||||
</EuiLinkTo>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiLink
|
||||
href="https://docs.elastic.co/search-ui/tutorials/workplace-search"
|
||||
target="_blank"
|
||||
>
|
||||
{i18n.translate(
|
||||
'xpack.enterpriseSearch.content.indices.configurationConnector.support.searchUI.label',
|
||||
{
|
||||
defaultMessage: 'Use Search UI for Workplace Search',
|
||||
}
|
||||
)}
|
||||
</EuiLink>
|
||||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<EuiLink href="https://www.elastic.co/kibana/feedback" target="_blank">
|
||||
{i18n.translate(
|
||||
'xpack.enterpriseSearch.content.indices.configurationConnector.support.connectorFeedback.label',
|
||||
{
|
||||
defaultMessage: 'Connector feedback',
|
||||
}
|
||||
)}
|
||||
</EuiLink>
|
||||
</EuiFlexItem>
|
||||
{docsUrl && (
|
||||
<EuiFlexItem>
|
||||
<EuiLink href={docsUrl} target="_blank">
|
||||
|
|
|
@ -12193,14 +12193,9 @@
|
|||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.nameAndDescriptionTitle": "Nom et description",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.schedule.button.label": "Définir un calendrier et synchroniser",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.schedule.title": "Définir un calendrier de synchronisation récurrent",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.connectorFeedback.label": "Commentaires sur le connecteur",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.description": "Votre connecteur devra être déployé sur votre propre infrastructure.",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.dontSeeIntegration.label": "Vous ne voyez pas l'intégration que vous recherchez ?",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.getHelp.label": "Obtenir de l’aide",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.issue.label": "Soumettre un problème",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.manageKeys.label": "Gérer les clés",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.readme.label": "Fichier readme du connecteur",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.searchUI.label": "Utiliser l'interface de recherche pour Workplace Search",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.title": "Support technique et documentation",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.viewDocumentation.label": "Afficher la documentation",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.warning.description": "Si vous synchronisez au moins un document avant d'avoir finalisé votre client connecteur, vous devrez recréer votre index de recherche.",
|
||||
|
|
|
@ -12192,14 +12192,9 @@
|
|||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.nameAndDescriptionTitle": "名前と説明",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.schedule.button.label": "スケジュールを設定して同期",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.schedule.title": "繰り返し同期スケジュールを設定",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.connectorFeedback.label": "コネクターフィードバック",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.description": "コネクターは、独自のインフラストラクチャーにデプロイする必要があります。",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.dontSeeIntegration.label": "お探しの統合機能が見つからない場合",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.getHelp.label": "ヘルプを表示",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.issue.label": "問題を報告",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.manageKeys.label": "キーを管理",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.readme.label": "コネクターReadme",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.searchUI.label": "Workplace Searchの検索UI",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.title": "サポートとドキュメント",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.viewDocumentation.label": "ドキュメンテーションを表示",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.warning.description": "コネクタークライアントを確定する前に、1つ以上のドキュメントを同期した場合、検索インデックスを再作成する必要があります。",
|
||||
|
|
|
@ -12194,14 +12194,9 @@
|
|||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.nameAndDescriptionTitle": "名称和描述",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.schedule.button.label": "设置计划并同步",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.steps.schedule.title": "设置定期同步计划",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.connectorFeedback.label": "连接器反馈",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.description": "必须将连接器部署到您自己的基础架构中。",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.dontSeeIntegration.label": "未看到您要找的集成?",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.getHelp.label": "获取帮助",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.issue.label": "报告问题",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.manageKeys.label": "管理密钥",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.readme.label": "连接器自述文件",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.searchUI.label": "将搜索 UI 用于 Workplace Search",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.title": "支持和文档",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.support.viewDocumentation.label": "查看文档",
|
||||
"xpack.enterpriseSearch.content.indices.configurationConnector.warning.description": "如果您在完成连接器客户端之前至少同步一个文档,您必须重新创建搜索索引。",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue