diff --git a/packages/core/README.md b/packages/core/README.md index 2581a0cdf..aaa6d8665 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -2,7 +2,6 @@ The `frigg-core` package is the heart of the Frigg Framework. It contains the core functionality and essential modules required to build and maintain integrations at scale. -Over time, Frigg's core will evolve to facilitate all manner of integration needs. For now, you'll find that it's highly catered towards existing Frigg apps. ## Table of Contents diff --git a/packages/devtools/README.md b/packages/devtools/README.md index 9a0969650..ea327be45 100644 --- a/packages/devtools/README.md +++ b/packages/devtools/README.md @@ -9,6 +9,7 @@ The devtools package includes the following main components: 1. Frigg CLI 2. Migrations 3. Test Utilities +4. Local runner and deploy tooling ## Frigg CLI diff --git a/packages/test/README.md b/packages/test/README.md index c238705dd..bcbb8e6fc 100644 --- a/packages/test/README.md +++ b/packages/test/README.md @@ -1,3 +1,5 @@ # test-environment This package exports the `test-environment` defaults used in [Frigg](https://friggframework.org). You can find its documentation [on Frigg's website](https://docs.friggframework.org/packages/test-environment). + +Thanks for your interest! diff --git a/packages/ui/README.md b/packages/ui/README.md index d5c31d5bd..54aae86ad 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -6,6 +6,9 @@ The Frigg UI package provides a set of reusable and self-contained components fo ## Features +1. IntegrationList component to automatically find and list all integrations configured in your Frigg Application +2. QuickActions for menu options corresponding to UserAction model inside Frigg's integration model + ### Self-Contained Components Each exported component is self-contained, meaning that by passing the correct properties, users can manage their integrations effortlessly from any app. @@ -39,4 +42,4 @@ We welcome contributions to the Frigg UI package. Please feel free to submit iss ## License -This project is licensed under the MIT License. See the LICENSE file for details. \ No newline at end of file +This project is licensed under the MIT License. See the LICENSE file for details.