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

CAUTION
AEM 6.4已结束扩展支持,本文档将不再更新。 有关更多详细信息,请参阅 技术支助期. 查找支持的版本 此处.

您可以通过选择 帮助>工作区帮助. 它指向Adobe网站上的在线文档。 但是,您可以更新它以指向任何其他URL。

请考虑以下用例,您可能希望更改默认帮助URL:

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

要更新在线文档的URL,请在 自定义的一般步骤 然后执行以下步骤。

  1. 复制 userinfo.html 文件来源 /libs/ws/js/runtime/templates to /apps/ws/js/runtime/templates.

  2. 更改:

    code language-none
    <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-none
    <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 with text!/lc/apps/ws/js/runtime/templates/userinfo.html.
recommendation-more-help
a6ebf046-2b8b-4543-bd46-42a0d77792da