Skip to content

Commit

Permalink
Add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Sep 5, 2021
1 parent 1bd9126 commit c3886e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/public/doc_links/doc_links_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export class DocLinksService {
deprecationLogging: `${ELASTICSEARCH_DOCS}logging.html#deprecation-logging`,
setupUpgrade: `${ELASTICSEARCH_DOCS}setup-upgrade.html`,
releaseHighlights: `${ELASTICSEARCH_DOCS}release-highlights.html`,
apiCompatibilityHeader: `${ELASTICSEARCH_DOCS}api-conventions.html#api-compatibility`,
},
siem: {
guide: `${ELASTIC_WEBSITE_URL}guide/en/security/${DOC_LINK_VERSION}/index.html`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,11 @@ const FixLogsStep: FunctionComponent = () => {
</EuiText>
<EuiSpacer size="m" />
<EuiText>
<p>{i18nTexts.apiCompatibilityNoteBody(docLinks.links.elasticsearch.docsBase)}</p>
<p>
{i18nTexts.apiCompatibilityNoteBody(
docLinks.links.elasticsearch.apiCompatibilityHeader
)}
</p>
</EuiText>
</>
)}
Expand Down

0 comments on commit c3886e3

Please sign in to comment.