Added link to connector commands

This commit is contained in:
Colin McKibben
2023-06-08 13:39:35 -04:00
committed by GitHub
parent 8ca89b51df
commit 50bc668531

View File

@@ -29,7 +29,7 @@ The following describes in detail the different fields in the connector spec:
- For example, the stdAccountRead command input is the StdAccountReadInput. if you select keyType as “simple,” then the StdAccountReadInput.key will be the type SimpleKey.
- **commands:** The list of commands the connector supports. A full list of available commands can be found here.
- **commands:** The list of commands the connector supports. A full list of available commands can be found [here](../connector-commands).
- **sourceConfig** A list of configuration items you must provide when you create a source in IDN. The order of these items is preserved in the UI.
- **type:** This is always “menu” - it indicates a new menu for the sidebar. You can have multiple sections defined for complex connector configurations