Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update overview.md #1

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions apiconcepts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This section contains information for developers to develop applications on top

Only described API classes and functions are supported and can be used. Do not use any other API function because they are subject to change.

## PowerShell modules

### [ISHDeploy](https://rws.github.io/ISHDeploy/)
ISHDeploy is a PowerShell module that enables the code-as-configuration concept for Tridion Docs, starting from version 13.0.0 including 14.0.3.

### [ISHRemote](https://github.com/RWS/ISHRemote)
ISHRemote is a PowerShell module on top of Tridion Docs Content Manager. Its goal is business automation on top of the Component Content Management System.

### [ISHServer](https://github.com/RWS/ISHServer)
ISHServer is a PowerShell module to help automate installation of prerequisites for SDL Tridion Docs

### [ISHBootstrap](https://github.com/RWS/ISHBootstrap)
ISHBootstrap is a bootstrapper for deployments of Tridion Docs Content Manager

## Tridion DXA ##
This section is intended for developers wanting to extend DXA functionality using it's open-source .NET and Java APIs.

Expand Down