Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Loading