We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d033e9 commit 0cf3992Copy full SHA for 0cf3992
docs/programmable-api/node-modules.mdx
@@ -23,12 +23,8 @@ required to call an API.
23
If you require a module that is not in this list, you can also bundle custom
24
modules inside of your own project. This process does require some knowledge of
25
node and npm, but it allows you to use any module or version of the module. To
26
-learn how to bundle your own modules, see the sample
27
-
28
-<a href="https://github.com/zuplo/zuplo/tree/main/examples/custom-module">
29
- Custom Modules on GitHub
30
-</a>
31
-.
+learn how to bundle your own modules, see the
+[sample on Github](https://github.com/zuplo/zuplo/tree/main/examples/custom-module)
32
33
## Zuplo Portal Types
34
0 commit comments