Skip to content

Commit 554d44f

Browse files
DebbieAtSeamgitbook-bot
authored andcommitted
GITBOOK-584: Move Connect Webviews to Core Concepts
1 parent 5d1e578 commit 554d44f

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/SUMMARY.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
* [Personal Access Tokens](core-concepts/authentication/personal-access-tokens.md)
1717
* [Client Sessions and Client Session Tokens](core-concepts/authentication/client-session-tokens/README.md)
1818
* [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)
19+
* [Connect Webviews](core-concepts/connect-webviews/README.md)
20+
* [Connect Webview Process](core-concepts/connect-webviews/connect-webview-process.md)
21+
* [Embedding a Connect Webview in Your App](core-concepts/connect-webviews/embedding-a-connect-webview-in-your-app.md)
22+
* [Verifying Successful Account Connection](core-concepts/connect-webviews/verifying-successful-account-connection.md)
23+
* [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)
24+
* [Attaching Custom Metadata to the Connect Webview](core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview.md)
25+
* [Filtering Connect Webviews by Custom Metadata](core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata.md)
26+
* [Customizing Connect Webviews](core-concepts/connect-webviews/customizing-connect-webviews.md)
1927
* [Devices](core-concepts/devices/README.md)
2028
* [Displaying Device Health](core-concepts/devices/displaying-device-health.md)
2129
* [Displaying Device Power Status](core-concepts/devices/displaying-device-power-status.md)
@@ -95,14 +103,6 @@
95103

96104
## 💻 UI Components
97105

98-
* [🔌 Connect Webviews](core-concepts/connect-webviews/README.md)
99-
* [Connect Webview Process](ui-components/connect-webviews/connect-webview-process.md)
100-
* [Embedding a Connect Webview in Your App](core-concepts/connect-webviews/embedding-a-connect-webview-in-your-app.md)
101-
* [Verifying Successful Account Connection](ui-components/connect-webviews/verifying-successful-account-connection.md)
102-
* [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)
103-
* [Attaching Custom Metadata to the Connect Webview](core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview.md)
104-
* [Filtering Connect Webviews by Custom Metadata](core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata.md)
105-
* [Customizing Connect Webviews](core-concepts/connect-webviews/customizing-connect-webviews.md)
106106
* [🧱 Seam Components](seam-components/overview/README.md)
107107
* [Getting Started with Seam Components](seam-components/overview/getting-started-with-seam-components.md)
108108
* [Get Started with React](seam-components/overview/get-started-with-react-components-and-client-session-tokens.md)

docs/capability-guides/access-systems/connect-an-acs-to-seam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ The **Access Systems** page now displays the newly-connected access control syst
3030

3131
First, use the Seam API to create a Connect Webview. Then, display this Connect Webview to your user. You user completes the Connect Webview to authorize the ACS connection to Seam.
3232

33-
For detailed instructions, see [Connect Webview Process](../../../ui-components/connect-webviews/connect-webview-process.md).
33+
For detailed instructions, see [Connect Webview Process](../../../core-concepts/connect-webviews/connect-webview-process.md).

docs/core-concepts/connect-webviews/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
the Seam API.
66
---
77

8-
# 🔌 Connect Webviews
8+
# Connect Webviews
99

1010
<figure><img src="../../.gitbook/assets/connect-webview-cover.png" alt="The Connect Webview flow walks your users through the process of authorizing your app to control their devices or ACS with the Seam API."><figcaption><p>The Connect Webview flow walks your users through the process of authorizing your app to control their devices or ACS with the Seam API.</p></figcaption></figure>
1111

@@ -19,6 +19,6 @@ Seam handles all the authentication steps, and—once your user has completed th
1919

2020
## Get Started with Connect Webviews
2121

22-
First, learn how to [create, display, and complete Connect Webviews](../../ui-components/connect-webviews/connect-webview-process.md).
22+
First, learn how to [create, display, and complete Connect Webviews](connect-webview-process.md).
2323

2424
Then, learn how to [customize your Connect Webviews](customizing-connect-webviews.md).

docs/ui-components/connect-webviews/connect-webview-process.md renamed to docs/core-concepts/connect-webviews/connect-webview-process.md

File renamed without changes.

docs/ui-components/connect-webviews/retrieving-devices-or-access-control-systems-connected-through-a-connect-webview.md renamed to docs/core-concepts/connect-webviews/retrieving-devices-or-access-control-systems-connected-through-a-connect-webview.md

File renamed without changes.

docs/ui-components/connect-webviews/verifying-successful-account-connection.md renamed to docs/core-concepts/connect-webviews/verifying-successful-account-connection.md

File renamed without changes.

0 commit comments

Comments
 (0)