[New Feature Template]- Feature Name
This is a template to create the documentation of a new feature or module.
Describe the module and its functionality
If necessary, divide the feature in subpages for the following sections or the sections you may think are required:
UI Components
Hooks
Endpoints used
States and Selectors
Code Examples
Example:
Make sure you use the correct syntax for the code example.
If you want to point out really important information, use a Hint to do it, which can change color according to the type of information you need to communicate (info, warning, danger, success).
When referring to a file, folder, function or component in the project, use code formatting when writing it, for example:
Use the initiateTransferInternal
function, and invoke TransferService
from /services/TransferService
for internal accounts.
Do not use colors for the file, folder or function name.
Last updated