Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/programmable-api/node-modules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ required to call an API.
If you require a module that is not in this list, you can also bundle custom
modules inside of your own project. This process does require some knowledge of
node and npm, but it allows you to use any module or version of the module. To
learn how to bundle your own modules, see the sample

<a href="https://github.com/zuplo/zuplo/tree/main/examples/custom-module">
Custom Modules on GitHub
</a>
.
learn how to bundle your own modules, see the
[sample on Github](https://github.com/zuplo/zuplo/tree/main/examples/custom-module)

## Zuplo Portal Types

Expand Down
Loading