mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
45ddd0a7a9
commit
a17fab0357
2 changed files with 4 additions and 4 deletions
|
@ -92,9 +92,9 @@ const steps = [
|
|||
<EuiLink href={documentationLinks.codeOtherFeatures} target="_blank">
|
||||
navigating
|
||||
</EuiLink>{' '}
|
||||
the repo. If language support is available to the repo, also make sure{' '}
|
||||
the repo. If language support is available to the repo, make sure{' '}
|
||||
<EuiLink href={documentationLinks.semanticNavigation} target="_blank">
|
||||
Semantic Navigation
|
||||
semantic navigation
|
||||
</EuiLink>{' '}
|
||||
is available as well.
|
||||
</p>
|
||||
|
|
|
@ -15,7 +15,7 @@ export const documentationLinks = {
|
|||
codeGettingStarted: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-getting-started.html`,
|
||||
codeRepoManagement: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-repo-management.html`,
|
||||
codeSearch: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-search.html`,
|
||||
codeOtherFeatures: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-other-navigation-features.html`,
|
||||
semanticNavigation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-semantic-code-navigation.html`,
|
||||
codeOtherFeatures: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-basic-nav.html`,
|
||||
semanticNavigation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/code-semantic-nav.html`,
|
||||
kibanaRoleManagement: `${ELASTIC_WEBSITE_URL}guide/en/kibana/7.2/_kibana_role_management.html`,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue