mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Jen Huang <its.jenetic@gmail.com> Co-authored-by: Lisa Cawley <lcawley@elastic.co> Co-authored-by: Jen Huang <its.jenetic@gmail.com>
This commit is contained in:
parent
daa4ee3715
commit
53315b285f
1 changed files with 5 additions and 1 deletions
|
@ -151,7 +151,11 @@ export function registerLanguageClients(
|
|||
description: integration.description,
|
||||
type: 'ui_link',
|
||||
shipper: 'language_clients',
|
||||
uiInternalPath: integration.docUrlTemplate.replace('{branch}', branch),
|
||||
// Documentation for `main` branches is still published at a `master` URL.
|
||||
uiInternalPath: integration.docUrlTemplate.replace(
|
||||
'{branch}',
|
||||
branch === 'main' ? 'master' : branch
|
||||
),
|
||||
isBeta: false,
|
||||
icons,
|
||||
categories: ['elastic_stack', 'custom', 'language_client'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue