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
{{ message }}
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
First pass-thru will just have manually added tooltips, but second pass-thru should use Maven plugin-generated JSON file provided by the API. The format of this file is not yet determined, but the content of the tooltips should ideally use existing documentation provided by the Docs team.
@kahboom actually the idea is not to serve the tooltips via the syndesis-rest API but already include it in the UI package. During the yarn build, the build should download the tooltip json from a fixed URL at GitHub and then use this. This file on Github is created by the maven-plugin and then committed.
When we have switched to monorepo, this download from an URL can then be replaced by a relative file reference into the documentation directory then.
@rhuss - Sorry if I was not clear; what you have described is how I understood it. I agree it will be easier once it's on a single repository. I should have said that in the first pass-thru the tooltip content is added in manually. For the second, more automated example that leverages the Maven plugin, I meant that the content is provided via the tooltip JSON, and that content is then used to populate the tooltips that are created in the UI.
Overview
Add tooltips, or contextual help, for users.
First pass-thru will just have manually added tooltips, but second pass-thru should use Maven plugin-generated JSON file provided by the API. The format of this file is not yet determined, but the content of the tooltips should ideally use existing documentation provided by the Docs team.
cc @lburgazzoli @rhuss
Reference
The text was updated successfully, but these errors were encountered: