Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create an html document for the language of choice. If several languages are used, create several html documents.
  2. When referring to images or css files in the html document, ensure to refer to these documents using this syntax:
    <link rel='stylesheet' type='text/css' href='Content?fileName=support.css' media='screen'>
    <img class="imgsize50" style="vertical-align:midlle" width="400px" src="Content?fileName='support.jpg'">
  3. Start Assert Manager and open the document repository.
  4. Create a new document and add the html file to the document.
  5. Ensure to give the document the following properties
    1. A name which may be useful for the end users when searching.
    2. If additional search terms should result in support page showing, add specifications that are searchable.
    3. An Identity that can be referred to in the Web Viewers profile.config. E.g. use "support".
    4. Ensure to set the mode "IncludeInPublish"
  6. Open profile.config and add the below settings

    <CustomSupportPageEnabled>true</CustomSupportPageEnabled>
    <CustomSupportDocument identity="support"/>
  7. Create a folder "Content" under your Documents folder in the site's file area on the editor database server and add the images and css files manually to this content folder.

...