Skip to content

[Issue]: The API section is missing from v9 air-gapped docs and returns HTTP 404 #3753

Description

@shainaraskas

Before you submit

  • This issue is about a documentation page, flow, or piece of content.

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
Image


API
Image


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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions