From 088cfa4f2d8a915ffb01160b7e28a91fbb23ee13 Mon Sep 17 00:00:00 2001 From: Hendrie Bosch <2402124+hen3bosch@users.noreply.github.com> Date: Tue, 28 Sep 2021 23:05:27 +0200 Subject: [PATCH] Typo in integrations.mdx (#536) --- docs/docs/general-cadhub/integrations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/general-cadhub/integrations.mdx b/docs/docs/general-cadhub/integrations.mdx index fcb1bbf..e8273a9 100644 --- a/docs/docs/general-cadhub/integrations.mdx +++ b/docs/docs/general-cadhub/integrations.mdx @@ -10,4 +10,4 @@ In order for CadHub to be able to host multiple different Cad packages (OpenSCAD The entry points of the wrappers are in `app/web/src/helpers/cadPackages//Controller.tsx` it's this typescript file that is responsible for enforcing the uniform inputs and outputs, but within the file it's able to do whatever it needs todo, i.e. spin up a worker in the case of JSCAD or make a server call in the case of OpenSCAD and CadQuery. The file should export a render function and in order to help with the inputs and outputs for those looking to add a new integration, there is `demoController.ts` as an example and typing for the render function. ## ServerSide Packages -OpenSCAD and CaqQuery packages by using each of the packages respective CLIs deployed with docker on AWS's container lambdas using the serverless framework, the endpoint that these deployments make is what the wrappers above send requests to. For more information as to how this is setup see [this readme](https://github.com/Irev-Dev/cadhub/tree/main/app/api/src/docker). +OpenSCAD and CadQuery packages by using each of the packages respective CLIs deployed with docker on AWS's container lambdas using the serverless framework, the endpoint that these deployments make is what the wrappers above send requests to. For more information as to how this is setup see [this readme](https://github.com/Irev-Dev/cadhub/tree/main/app/api/src/docker).