Before you submit
Type of issue
Missing information
What documentation page or section is affected
/docs/api
What happened?
After following the steps to set up air-gapped documentation from Offline Documentation - Documentation in air-gapped environments, The link to Elastic APIs under ../docs/api returns a 404
These screenshots show elastic.co and air-gapped
Home Page

API

The API bundle doesn't seem to be package, or not referenced correctly. This curl for the uri reference doesn't show "/docs/api"
curl -s http://localhost:3000/docs | grep -oE 'href="[^"]+"' \
| sed -E 's|href="(https?://[^/"]+).*|\1|' | sort | uniq -c | sort -rn
Additional info
No response
Before you submit
Type of issue
Missing information
What documentation page or section is affected
/docs/api
What happened?
After following the steps to set up air-gapped documentation from Offline Documentation - Documentation in air-gapped environments, The link to
Elastic APIsunder../docs/apireturns a 404These screenshots show
elastic.coandair-gappedHome Page

API

The API bundle doesn't seem to be package, or not referenced correctly. This curl for the uri reference doesn't show
"/docs/api"Additional info
No response