更新檔案的連結 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