-
Notifications
You must be signed in to change notification settings - Fork 918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tech Debt] Clean up docs_link_service
organization so that strings are in the right categories
#3208
Comments
I have some questions regarding this issue:
Can you also please assign this issue to me? |
No, not quite - basically remove the property from the
This mostly involves searching around and poking through the documentation site: https://opensearch.org/docs/latest/ Google site search may also be useful to find if there are any documentation pages. |
Signed-off-by: sabina.zaripova <[email protected]>
Signed-off-by: sabina.zaripova <[email protected]>
Signed-off-by: sabina.zaripova <[email protected]> (cherry picked from commit 4e14aae) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ct#3685) Signed-off-by: sabina.zaripova <[email protected]>
) * Add noDocumentation links (#3208) (#3685) Signed-off-by: sabina.zaripova <[email protected]> (cherry picked from commit 4e14aae) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * update changelog Signed-off-by: Josh Romero <[email protected]> --------- Signed-off-by: sabina.zaripova <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Josh Romero <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Josh Romero <[email protected]>
…ct#3685) Signed-off-by: sabina.zaripova <[email protected]> Signed-off-by: David Sinclair <[email protected]>
Is your feature request related to a problem? Please describe.
In
OpenSearch-Dashboards/src/core/public/doc_links/doc_links_service.ts
Line 54 in 68d503d
We organize links to documentation in 3 categories:
opensearch
- these should be documentation links at https://opensearch.org/docs/latest/opensearchopensearchDashboards
- these should be documentation links at https://opensearch.org/docs/latest/dashboardsnoDocumentation
- these should only be documentation link placeholders where no valid documentation existsDescribe the solution you'd like
As far as I can tell, existing links in
opensearch
andopensearchDashboards
are all correctly categorized and formatted.But for links defined under
noDocumentation
:${OPENSEARCH_DASHBOARDS_VERSIONED_DOCS}
or${OPENSEARCH_VERSIONED_DOCS}
as appropriateopensearch
oropensearchDashboards
property as appropriateDocLinksStart
interface.noDocumentation.
to the appropriate property${OPENSEARCH_WEBSITE_DOCS}
, which will make it more clear that the documentation is really missingThe text was updated successfully, but these errors were encountered: