From 1281036c121414556f788473d2ebcb3adab6d1e9 Mon Sep 17 00:00:00 2001 From: parthp2107 <83201188+parthp2107@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:15:17 +0530 Subject: [PATCH] added quick start guide in summary (#1785) --- docs/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index c85d4fc2d4e..b3659940c25 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -125,6 +125,7 @@ * [How to Contribute](open-source-community/developer/how-to-contribute.md) * [Coding Style](open-source-community/developer/coding-style.md) * [Build the code & run tests](open-source-community/developer/build-code-run-tests.md) + * [Quick Start Guide](open-source-community/developer/quick-start-guide.md) * [Build a Connector](open-source-community/developer/build-a-connector/README.md) * [Setup](open-source-community/developer/build-a-connector/setup.md) * [Source](open-source-community/developer/build-a-connector/source.md)