Copy the userinfo.html file from /libs/ws/js/runtime/templates to /apps/ws/js/runtime/templates.
You can access the default help content for HTML Workspace by selecting Help > Workspace Help. It points to the online documentation on Adobe's website. However, you can update it to point to any other URL.
Consider the following use cases where you may want to change the default help URL:
To update the URL of the online documentation, follow the Generic Steps of customization and then the following steps.
Copy the userinfo.html file from /libs/ws/js/runtime/templates to /apps/ws/js/runtime/templates.
Change:
<ul class="helpmenu">
<li>
<a href="http://www.adobe.com/go/learn_lc_htmlws_11" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a>
</li>
to
<ul class="helpmenu">
<li>
<a href="<!--place new help url here-->" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a>
</li>
Do the following:
Sign in to your account