Documentation Center

Uploading an Add-on

To add one or more Extensions to your implementation of Tridion Docs, upload an Add-on package (ZIP file) using the ISHDeploy cmdlet.

Procedure

In a Powershell command shell, enter the following command:
Copy-ISHFile -SourceFolderPath -DestinationFolderPath

Where SourceFolderPath path is the location of your Add-on and DestinationFolderPath is the path to your repository.

The following path is a sample path to the repository for a SQL Server implementation:

{C:\InfoShare\DataSQL2019\Addons\Repository}
Tridion Docs uploads the Add-on package and enables it for use in Tridion Docs.

Results

After uploading Add-on package, note the following:

  • The new Add-on may require that you also upload a separate configuration before the Add-on can be used. Refer to the topic on creating an Add-on configuration file.
  • If your package contains a GUI extension, that is, a custom Editor or a custom Model or both, all users of the affected user interface(s) see a notification on their screen telling them that a new extension was uploaded, and instructing them to refresh their browser to start using the extension.