Explanation: Catalog module
The Technology Catalog is a new module designed with the Saagie software development kit (SDK) in mind. It is a cross-platform module where you can add custom technology repositories.
There are two types of repositories available: fetch from URL
and ZIP upload
.
-
Fetch from URL
: repository created from a URL that can be synchronized with the online repository at any time. -
ZIP upload
: repository created by uploading a compatible.zip
file that can be updated only by uploading an updated.zip
file.
Refer to our SDK documentation for more information about creating compatible repositories. |