-
Notifications
You must be signed in to change notification settings - Fork 915
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
Investigate and remove more unused tutorials. #5446
Comments
I can do this one |
Some updates on the Issue Now some of these files are interrelated , I assume we can't delete tutorial.js as it's being referenced in here:
Here's the problemnumber_parameter has been referenced in OpenSearch-Dashboards/src/plugins/home/public/application/components/tutorial/parameter_form.js Lines 33 to 34 in d8cbc17
Then OpenSearch-Dashboards/src/plugins/home/public/application/components/tutorial/instruction_set.js Line 34 in d8cbc17
Here's the usage : OpenSearch-Dashboards/src/plugins/home/public/application/components/tutorial/instruction_set.js Lines 261 to 271 in d8cbc17
Then finally we have OpenSearch-Dashboards/src/plugins/home/public/application/components/tutorial/tutorial.js Line 36 in d8cbc17
My UnderstandingSo basically I can remove |
pulled from issue #4448. PR #5212 did not remove the below tutorials since some are still accessed via routes and used (example). Please see the original issue and PR for more details and discussions.
The text was updated successfully, but these errors were encountered: