Description
🚀 Feature Proposal
In order to have documentation links that are appropriate for Serverless, I believe we need a second serverless-specific file like https://github.com/elastic/elasticsearch-specification/blob/main/specification/_doc_ids/table.csv
The URLs for serverless documentation will be significantly different than the URLs for the classic docs. Though we don't have all of the content created yet, writers can start filling in the new list for the pages that already exist.
Then when we generate the output specification files we just need the tools (or some manual method) to ensure that we can pull in the appropriate table.csv
file.
Related:
- [Console] Documentation links on Serverless kibana#163329
- Context-aware documentation links for Serverless kibana#167088
Motivation
We need our specifications to point to the appropriate set of documentation.
Example
For example, the page https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations.html in the classic docs is https://docs-staging.elastic.dev/serverless/elasticsearch/explore-your-data-aggregations in the serverless (WIP) docs.