-
Notifications
You must be signed in to change notification settings - Fork 906
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
Fix beta doc links, truncated help menu label #382
Conversation
… label isn't truncated Signed-off-by: Tommy Markley <markleyt@amazon.com>
✅ DCO Check Passed 5bfc5cb |
@@ -126,16 +127,16 @@ export class DocLinksService { | |||
introduction: `${OPENSEARCH_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/index-patterns.html`, | |||
}, | |||
addData: `${OPENSEARCH_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/connect-to-elasticsearch.html`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to replaced the "kibana" reference or just delete it to remove the reference or should we verify first if it's fine to leave the word kibana in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I can just remove the reference for now.
Signed-off-by: Tommy Markley <markleyt@amazon.com>
✅ DCO Check Passed b0691c7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome LGTM! We will need to replace these will actual values in the future once we have a substitute.
* Fix dashboards documentation and DQL links, expand help menu width so label isn't truncated Signed-off-by: Tommy Markley <markleyt@amazon.com> * Remove kibana references from doc links, fix aggregation links Signed-off-by: Tommy Markley <markleyt@amazon.com>
Signed-off-by: Tommy Markley markleyt@amazon.com
Description
This doesn't fix all links because not all pages exist in the beta docs site. This is a stopgap for the 1.0 release. The following links are addressed:
The help menu label for the "OpenSearch Dashboards documentation" option was truncated but that was fixed by expanding the width.
Issues Resolved
Addresses some of the links that need to be fixed for #335
Check List