tracardi icon indicating copy to clipboard operation
tracardi copied to clipboard

Add Novu resource documentation

Open atompie opened this issue 3 years ago • 0 comments

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: Screenshot from 2022-08-09 10-36-37

Screenshots Example from Matomo resource.

atompie avatar Aug 09 '22 08:08 atompie