更新指向文档的链接 updating-the-link-to-the-documentation

您可以通过选择​ 帮助> AEM Forms帮助 ​来访问Workspace工作区的默认帮助内容。 它指向Adobe网站上的在线文档。 但是,您可以将其更新为指向任何其他URL。

在您需要更改默认帮助URL时,请考虑以下用例:

  • 以您选择的语言提供本地化帮助。
  • 用于为您的自定义工作区提供自定义帮助内容。

要更新联机文档的URL,请按照自定义的一般步骤操作,然后执行以下步骤。

  1. userinfo.html文件从/libs/ws/js/runtime/templates复制到/apps/ws/js/runtime/templates

  2. 更改:

    code language-html
    <ul class="helpmenu">
      <li>
        <a href="https://www.adobe.com/go/learn_aemforms_documentation_63" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a>
      </li>
    

    code language-html
    <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>
    
  3. 执行以下操作:

    1. 打开/apps/ws/js/registry.js进行编辑。
    2. 搜索并将text!/lc/libs/ws/js/runtime/templates/userinfo.html替换为text!/lc/apps/ws/js/runtime/templates/userinfo.html
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2