From f629e212e620b29b431b9bbf438399f9180a7065 Mon Sep 17 00:00:00 2001 From: Dylan Young <5227854+dylanyoung-dev@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:14:17 -0400 Subject: [PATCH] Updated the links and added some example repositories --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 774acf5..13bedd0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,10 @@ This module is built to support ESM and CommonJS. # Getting Started - Usage Guides - [Getting Started (Init/Auth)](./docs/getting-started.md) -- Templates +- [Templates](./docs/templates.md) - Flows + - Experiences + - Experiments - Decision Models - Connections @@ -40,3 +42,10 @@ Below is a table that provides details about what is and is not supported curren | Templates (JS Modules) | :white_check_mark: | In Progress | No | None | | Templates (Decisions) | :white_check_mark: | In Progress | No | None | | Connections | :warning: | No | No | Built but needs testing | + +# Example Repositories + +Below is a list of repositories on Github that are using this SDK. If you know of any repositories that have been missed, submit a Pull Request. + +- [Sitecore Assistant](https://github.com/dylanyoung-dev/sitecore-assistant): Uses Generative AI with the SDK to create experiences on the fly. +- Sitecore CDP/Personalize Serializer: Coming Soon (currently doesn't use the SDK)