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
In the Dev Tools console, one the actions available when clicking the wrench icon next to a query is to "Open documentation". This is a very helpful contextual dual to directly link API endpoints discoverable via autocomplete to their user docs. The problem is that many of these links are broken.
In the Dev Tools console, one the actions available when clicking the wrench icon next to a query is to "Open documentation". This is a very helpful contextual dual to directly link API endpoints discoverable via autocomplete to their user docs. The problem is that many of these links are broken.
Screen.Recording.2023-03-27.at.6.01.39.PM.mov
For example:
OpenSearch-Dashboards/src/plugins/console/server/lib/spec_definitions/json/generated/ingest.put_pipeline.json
Line 13 in 53047b6
Should point to https://opensearch.org/docs/latest/api-reference/ingest-apis/create-update-ingest/
The task is to audit the documentation values in the JSON files in https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/src/plugins/console/server/lib/spec_definitions/json/generated
and either
https://opensearch.org/docs/
Additionally, links in comments should be fixed or updated in https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/src/plugins/console/server/lib/spec_definitions/js/ingest.ts
Exit criteria:
There should be no more strings matching
/guide/en/elasticsearch
in the https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/src/plugins/console plugin directory.The text was updated successfully, but these errors were encountered: