ToolJet/plugins/_templates/plugin/new/docs.ejs.t

16 lines
323 B
Perl
Raw Normal View History

---
to: <%= docs_path %>/docs/data-sources/<%= name %>.md
---
<%
Display_name = h.capitalize(display_name)
%>
# <%= name %>
ToolJet can connect to <%= Display_name %> databases to read and write data.
- [Connection](#connection)
- [Getting Started](#querying-<%= name %>)
## Connection
## Querying <%= Display_name %>