We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474af9f commit de77196Copy full SHA for de77196
1 file changed
src/core/public/doc_links/doc_links_service.ts
@@ -46,6 +46,11 @@ export class DocLinksService {
46
auditbeat: {
47
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/auditbeat/${DOC_LINK_VERSION}`,
48
},
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
+ },
54
metricbeat: {
55
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/metricbeat/${DOC_LINK_VERSION}`,
56
0 commit comments