From 492defd6ae424048471977a7b2c4f7c0300c9f88 Mon Sep 17 00:00:00 2001 From: Vibor Cipan <48092564+viborc@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:42:27 +0000 Subject: [PATCH] Adds index for the integrations page and aligns content for it --- node_modules/.yarn-integrity | 10 ++++++++++ src/features/index.md | 9 --------- src/integrations/index.md | 30 ++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 node_modules/.yarn-integrity create mode 100644 src/integrations/index.md diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity new file mode 100644 index 0000000..553cf2e --- /dev/null +++ b/node_modules/.yarn-integrity @@ -0,0 +1,10 @@ +{ + "systemParams": "linux-x64-115", + "modulesFolders": [], + "flags": [], + "linkedModules": [], + "topLevelPatterns": [], + "lockfileEntries": {}, + "files": [], + "artifacts": {} +} \ No newline at end of file diff --git a/src/features/index.md b/src/features/index.md index aa10c1e..f5e1c20 100644 --- a/src/features/index.md +++ b/src/features/index.md @@ -18,15 +18,6 @@ Explore the sections below to get started quickly and learn more about some of t [:octicons-arrow-right-24: Deploy](deploy.md) -- :simple-github:{ .lg .middle } **GitHub integration** - - --- - - Understand how to integrate GPT Engineer with GitHub for seamless version control and collaboration. - - [:octicons-arrow-right-24: Git integration](git-integration.md) - - - :simple-npm:{ .lg .middle } **Using npm packages** --- diff --git a/src/integrations/index.md b/src/integrations/index.md new file mode 100644 index 0000000..3ed9c63 --- /dev/null +++ b/src/integrations/index.md @@ -0,0 +1,30 @@ +# :nut_and_bolt: Integrations + +GPT Engineer supports several integrations enabling you to extend its functionality. +--- + +## Overview +Explore the sections below to get started quickly and learn more about GitHub and Supabase integrations currently offered by GPT Engineer +
+ + +- :simple-github:{ .lg .middle } **GitHub integration** + + --- + + Understand how to integrate GPT Engineer with GitHub for seamless version control and collaboration. + + [:octicons-arrow-right-24: Git integration](../features/git-integration.md) + + +- :simple-supabase:{ .lg .middle } **Supabase integration** + + --- + + Add support for authentication and persistent data storage with Supabase (currently early alpha) + + [:octicons-arrow-right-24: Supabase integration](supabase.md) + + + +