You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have the ability to conditionally change in-product links to point to a different location for our Serverless and Stateful offerings. @lcawl has opened the first PR here: elastic/kibana#173343.
Using the 🤖's Test Serverless Observability project, we should go through the Serverless UI and update all of our documentation links to point to Serverless documentation instead of stateful documentation.
The text was updated successfully, but these errors were encountered:
I've updated the docslink service to include serverless links for observability (see elastic/kibana#174725). However there are still quite a few links in the Obs UI that are not defined in the doclinks service.
The conditional logic required to provide a serverless-specific link is only available for links that are defined in the doclinks service.
I'll try to do an inventory of all the remaining links that need to be updated, but it would be helpful to have a complete list of all the links that are defined in the code and appear in the observability UIs. I'm not sure how to do this easily for serverless.
Summary
We now have the ability to conditionally change in-product links to point to a different location for our Serverless and Stateful offerings. @lcawl has opened the first PR here: elastic/kibana#173343.
Using the 🤖's Test Serverless Observability project, we should go through the Serverless UI and update all of our documentation links to point to Serverless documentation instead of stateful documentation.
The text was updated successfully, but these errors were encountered: