From e950389c13011af8565886872deac6fa3f4ac85f Mon Sep 17 00:00:00 2001 From: Rachid F Date: Thu, 25 Jan 2024 00:15:22 +0100 Subject: [PATCH] Fix docs --- docs/open-source/contributors.mdx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/docs/open-source/contributors.mdx b/docs/open-source/contributors.mdx index ea136ded8..2f7ffc5b0 100644 --- a/docs/open-source/contributors.mdx +++ b/docs/open-source/contributors.mdx @@ -1,7 +1,7 @@ --- -title: "Build a connector" -description: "We welcome all contributions to Panora; from small UI enhancements to brand new integrations. We love seeing community members level up and give people power-ups!" -icon: "star" +title: 'Build a connector' +description: 'We welcome all contributions to Panora; from small UI enhancements to brand new integrations. We love seeing community members level up and give people power-ups!' +icon: 'star' --- ## Introduction @@ -19,18 +19,23 @@ We made a docker file that builds Panora from sources, specifically to help you ``` -```bash cp .env.example .env ``` + +```bash +cp .env.example .env +``` + + -{" "} - ```bash rm -rf node_modules .pnpm_store ./packages/api/dist - ./packages/api/node_modules ./apps/webapp/node_modules - ./apps/frontend_snippet/node_modules ``` + ```bash + rm -rf node_modules .pnpm_store ./packages/api/dist ./packages/api/node_modules ./apps/webapp/node_modules ./apps/frontend_snippet/node_modules + ``` -{" "} - ```bash echo "node-linker=hoisted" > .npmrc ``` + ```bash + echo "node-linker=hoisted" > .npmrc + ```