Further Reading
If you need help on any functions. Use the help
as a task
. You can use help node
or help network
for specific help. You can also browse through the function help window in the nadi-ide
for help related to each functions.
help node render
Results:
node render (template: '& Template', safe: 'bool' = false)
Render the template based on the node attributes
# Arguments
- `template: & Template` String template to render
- `safe: bool` [def = false] if render fails keep it as it is instead of exiting
For more details on the template system. Refer to the String
Template section of the NADI book.
Or you can use nadi --fnhelp <function>
using the nadi-cli
.
Now that you have the overview of the nadi system’s data structures. We’ll jump into the software structure and how to setup and use the system.
If you want more details on any of the data structures refer the Developer’s references, or the library documentation.