tracardi
tracardi copied to clipboard
Add Novu resource documentation
Describe the bug Documentation for the novu resource is missing. I have added a new resource in service/setup/resources/setup_resource.py:
ResourceSettings(
id="novo",
name="Novo",
tags=["token"],
config={
"token": "<token>"
},
manual="novo_resource"
),
there is novo_resource.md file defined. It is placed in tracardi-api/app/manual/en/docs/resources.
To Do Fill the novo_resource.md with documentation.
Expected behavior
Described all the steps from the Novu system to get the token. Example of documentation from matomo resource:

Screenshots Example from Matomo resource.