From f3f1909822bf1854af6b9cf87f981ab46bb41d8a Mon Sep 17 00:00:00 2001 From: DebbieAtSeam <145377258+DebbieAtSeam@users.noreply.github.com> Date: Thu, 22 May 2025 13:29:29 -0400 Subject: [PATCH] Update SUMMARY.md --- docs/SUMMARY.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 6c7ddb1dc..91a182084 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -15,6 +15,14 @@ * [Personal Access Tokens](core-concepts/authentication/personal-access-tokens.md) * [Client Sessions and Client Session Tokens](core-concepts/authentication/client-session-tokens/README.md) * [Implementing Client Sessions for Device Management in the Backend](core-concepts/authentication/client-session-tokens/implementing-client-sessions-for-device-management-in-the-backend.md) +* [Connect Webviews](core-concepts/connect-webviews/README.md) + * [Connect Webview Process](core-concepts/connect-webviews/connect-webview-process.md) + * [Embedding a Connect Webview in Your App](core-concepts/connect-webviews/embedding-a-connect-webview-in-your-app.md) + * [Verifying Successful Account Connection](core-concepts/connect-webviews/verifying-successful-account-connection.md) + * [Retrieving Devices or Access Control Systems Connected Through a Connect Webview](core-concepts/connect-webviews/retrieving-devices-or-access-control-systems-connected-through-a-connect-webview.md) + * [Attaching Custom Metadata to the Connect Webview](core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview.md) + * [Filtering Connect Webviews by Custom Metadata](core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata.md) + * [Customizing Connect Webviews](core-concepts/connect-webviews/customizing-connect-webviews.md) * [Devices](core-concepts/devices/README.md) * [Displaying Device Health](core-concepts/devices/displaying-device-health.md) * [Displaying Device Power Status](core-concepts/devices/displaying-device-power-status.md) @@ -94,14 +102,6 @@ ## 💻 UI Components -* [🔌 Connect Webviews](core-concepts/connect-webviews/README.md) - * [Connect Webview Process](ui-components/connect-webviews/connect-webview-process.md) - * [Embedding a Connect Webview in Your App](core-concepts/connect-webviews/embedding-a-connect-webview-in-your-app.md) - * [Verifying Successful Account Connection](ui-components/connect-webviews/verifying-successful-account-connection.md) - * [Retrieving Devices or Access Control Systems Connected Through a Connect Webview](ui-components/connect-webviews/retrieving-devices-or-access-control-systems-connected-through-a-connect-webview.md) - * [Attaching Custom Metadata to the Connect Webview](core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview.md) - * [Filtering Connect Webviews by Custom Metadata](core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata.md) - * [Customizing Connect Webviews](core-concepts/connect-webviews/customizing-connect-webviews.md) * [🧱 Seam Components](seam-components/overview/README.md) * [Getting Started with Seam Components](seam-components/overview/getting-started-with-seam-components.md) * [Get Started with React](seam-components/overview/get-started-with-react-components-and-client-session-tokens.md)