Skip to content

Commit d7a6ca3

Browse files
louis-preclaude
andcommitted
Fix cross-section links and update guides SUMMARY.md
Convert relative links in brand-guides files that point to guides section into absolute URLs. Convert relative links in guides files that point to moved brand guide content into absolute URLs. Remove the Device and System Integration Guides section from guides SUMMARY.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bf2305c commit d7a6ca3

152 files changed

Lines changed: 739 additions & 889 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/brand-guides/2n-intercom-systems/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The setup guide covers:
4444

4545
To enable 2N device connections in your app’s Connect Webview, add the provider key `my_2n` to your `accepted_providers` list.
4646

47-
For more details, see [Customize Brands in Connect Webviews](../../core-concepts/connect-webviews/customizing-connect-webviews.md#customize-the-brands-to-display-in-your-connect-webviews)![Attachment.tiff](file:///Attachment.tiff).
47+
For more details, see [Customize Brands in Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews)![Attachment.tiff](file:///Attachment.tiff).
4848

4949
***
5050

docs/brand-guides/2n-intercom-systems/get-started-with-2n-intercoms.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This guide uses a Sandbox Workspace. Only virtual devices can be connected. If y
7070

7171
## 2 — Link My2N Account with Seam
7272

73-
To control your 2N intercom via the Seam API, you must first authorize your Seam workspace against your My2N account. To do so, Seam provides [Connect Webviews](../../core-concepts/connect-webviews/): pre-built UX flows that walk you through authorizing your application to control your 2N intercom.
73+
To control your 2N intercom via the Seam API, you must first authorize your Seam workspace against your My2N account. To do so, Seam provides [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews): pre-built UX flows that walk you through authorizing your application to control your 2N intercom.
7474

7575
#### Request a Connect Webview
7676

@@ -141,7 +141,7 @@ echo json_encode($webview)
141141

142142
#### Authorize Your Workspace
143143

144-
Navigate to the URL returned by the Webview object. Since you are using a sandbox workspace, complete the login flow by entering the My2N [sandbox test account](../../developer-tools/sandbox-and-sample-data/2n-intercoms-sample-data.md) credentials below:
144+
Navigate to the URL returned by the Webview object. Since you are using a sandbox workspace, complete the login flow by entering the My2N [sandbox test account](https://docs.seam.co/latest/developer-tools/sandbox-and-sample-data/2n-intercoms-sample-data) credentials below:
145145

146146
* **email:** jane@example.com
147147
* **password:** 1234
@@ -381,7 +381,7 @@ $seam->locks->lock_door($lock->device_id);
381381

382382
2N devices have a directory with residents. These residents can be assigned PIN codes to unlock the door.
383383

384-
Seam maps these residents to [access codes](../../capability-guides/smart-locks/access-codes/) and allows you to create and manage them through the Seam API.
384+
Seam maps these residents to [access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) and allows you to create and manage them through the Seam API.
385385

386386
\{% tabs %\} \{% tab title="Python" %\}
387387

@@ -556,7 +556,7 @@ In addition, if you'd like to explore other aspects of Seam, here is a list of h
556556
* [Schlage Getting Started Guide](../schlage-locks/get-started-with-schlage-locks.md)
557557
* [SmartThings Getting Started Guide](../smartthings-hubs-+-devices/get-started-with-smartthings-hubs-+-smart-locks.md)
558558
* [Minut Getting Started Guide](../get-started-with-minut-sensors.md)
559-
* [Receiving webhook](../../developer-tools/webhooks.md) for [device events](https://docs.seam.co/latest/api/events/list)
560-
* [Core Concepts](../../core-concepts/overview.md)
559+
* [Receiving webhook](https://docs.seam.co/latest/developer-tools/webhooks) for [device events](https://docs.seam.co/latest/api/events/list)
560+
* [Core Concepts](https://docs.seam.co/latest/core-concepts/overview)
561561

562562
If you have any questions or want to report an issue, email us at support@seam.co.

docs/brand-guides/33-lock-devices/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ For detailed information about the 33 Lock devices that Seam supports, see our [
2424

2525
We support the following features:
2626

27-
* [Triggering web lock and unlock actions](../../capability-guides/smart-locks/lock-and-unlock.md)
28-
* [Programming access codes](../../capability-guides/smart-locks/access-codes/)
27+
* [Triggering web lock and unlock actions](https://docs.seam.co/latest/capability-guides/smart-locks/lock-and-unlock)
28+
* [Programming access codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes)
2929

3030
***
3131

3232
### Device Provider Key
3333

34-
To create a [Connect Webview](../../core-concepts/connect-webviews/) that enables your users to connect their 33 Lock devices to Seam, include the `ttlock` device provider key in the `accepted_providers` list. For more information, see [Customize the Brands to Display in Your Connect Webviews](../../core-concepts/connect-webviews/customizing-connect-webviews.md#customize-the-brands-to-display-in-your-connect-webviews).
34+
To create a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews) that enables your users to connect their 33 Lock devices to Seam, include the `ttlock` device provider key in the `accepted_providers` list. For more information, see [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews).
3535

3636
***
3737

0 commit comments

Comments
 (0)