Skip to content

Commit de77196

Browse files
[Enterprise Search] Add links to doc links service
1 parent 474af9f commit de77196

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/core/public/doc_links/doc_links_service.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ export class DocLinksService {
4646
auditbeat: {
4747
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/auditbeat/${DOC_LINK_VERSION}`,
4848
},
49+
enterpriseSearch: {
50+
base: `${ELASTIC_WEBSITE_URL}guide/en/enterprise-search/${DOC_LINK_VERSION}`,
51+
appSearchBase: `${ELASTIC_WEBSITE_URL}guide/en/app-search/${DOC_LINK_VERSION}`,
52+
workplaceSearchBase: `${ELASTIC_WEBSITE_URL}guide/en/workplace-search//${DOC_LINK_VERSION}`,
53+
},
4954
metricbeat: {
5055
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/metricbeat/${DOC_LINK_VERSION}`,
5156
},

0 commit comments

Comments
 (0)