Temporary fix for the docs build (#36878) (#37025)

The SIEM guide doesn't exist yet on the website, and there's code in
the docs build that checks for 404s.
This commit is contained in:
Frank Hassanabad 2019-05-23 14:33:05 -06:00 committed by GitHub
parent e92604d84c
commit facc874cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,8 @@ export const documentationLinks = {
introduction: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/index-patterns.html`,
},
kibana: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/index.html`,
siem: `${ELASTIC_WEBSITE_URL}guide/en/siem/guide/${DOC_LINK_VERSION}/index.html`,
// FIXME: Set the SIEM docs to point to the Kibana docs until we have a stub SIEM guide.
siem: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/index.html`,
query: {
luceneQuerySyntax: `${ELASTIC_DOCS}query-dsl-query-string-query.html#query-string-syntax`,
queryDsl: `${ELASTIC_DOCS}query-dsl.html`,