-
Notifications
You must be signed in to change notification settings - Fork 10
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
ksw/change in-app help to readthedocs user manual #2438
base: dev
Are you sure you want to change the base?
Conversation
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.
Overall the changes look good. 👍
It might become more responsive if we can implement a loading icon before the website is loaded, but we can consider this in a separate PR.
Also, I suggest we adjust the manual website to opening new tabs when clicking all external website links.
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.
Good job.
Ready for merge when the urls are finalized. |
Description
Close #2241.
This PR tries to remove the in-app help context from the codebase and switch to the online readthedocs user manual. The URLs in
HelpDrawerComponent.tsx
are not finalized at this stage as the readthedocs user manual requires a major reorganization of topics to fit the scene. This will be handled right after v5-beta release is out.Checklist
For linked issues (if there are):
For the pull request:
no changelog update neededunit test added (for functions with no dependenies)API documentation added (for public variables and methods in stores)For dependencies:
protobuf version bumped/ no protobuf version bumped neededprotobuf updated to the latest dev commit/ no protobuf update neededcorresponding ICD test fix added (/ no ICD test fix needed (BackendService
changed)BackendService
unchanged)user manual prepared (for large new features)