-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Describe the bug
With the change in docs for 9.x, and when ingesting markdown docs, we lost the link to products. The docs that we're ingesting and being used by engineering that ship to customer systems. They filter using the product, which I'm only able to extract from the path under reference/{product}, so the doc count by product has decreased a lot from version 8.x and previous.
An example of this can be seen here with Elasticsearch Enricher GeoIP Processor:
https://www.elastic.co/docs/reference/enrich-processor/geoip-processor
You'll see that on the page it shows Elasticsearch in the breadcrumbs, but we're consuming the raw markdown that powers this page, that's available here:
https://www.elastic.co/docs/reference/enrich-processor/geoip-processor.md
Which has no reference to Elasticsearch in either the path or in the front matter. Maybe a solution could be to populate the products array, which we're parsing today. Or the applies_to: which already has an issue.
CC: @KodeRad
Expected behavior
A way to link documents that link to a product in some way.
Steps to reproduce
No response
Tooling
- docs-builder
- migration tooling
- I'm not sure