Skip to content

Commit 3b104fd

Browse files
louis-preclaude
andauthored
fix: Fix pre-existing broken relative links (#1076)
* Fix visionline credential-types/ → configuring-visionline-mobile-credentials/ The credential-types/ directory was renamed to configuring-visionline-mobile-credentials/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Fix visionline -in-development paths The directory was renamed from assa-abloy-visionline-access-control-system-in-development/ to assa-abloy-visionline-access-control-system/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Fix assa-abloy-credential-services-credential-manager → vingcard-credential-services The file was renamed to assa-abloy-vingcard-credential-services.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 58dda8a commit 3b104fd

15 files changed

Lines changed: 23 additions & 23 deletions

File tree

docs/guides/device-and-system-integration-guides/assa-abloy-vingcard-credential-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ASSA ABLOY Credential Services stores all the mobile credentials that your appli
1515

1616
Before connecting your ASSA ABLOY Credential Services to Seam, you must first identify your ASSA ABLOY credentials.
1717

18-
While you are in the development phase of your application, you can find your [development credentials](assa-abloy-credential-services-credential-manager.md#retrieve-your-assa-abloy-development-credentials) in the ASSA ABLOY Global Solutions Technology Partner Portal. You cannot use this preliminary application ID to connect to live sites.
18+
While you are in the development phase of your application, you can find your [development credentials](assa-abloy-vingcard-credential-services.md#retrieve-your-assa-abloy-development-credentials) in the ASSA ABLOY Global Solutions Technology Partner Portal. You cannot use this preliminary application ID to connect to live sites.
1919

20-
Once you have received certification through the ASSA ABLOY partnership program, ASSA ABLOY provides a set of [production credentials](assa-abloy-credential-services-credential-manager.md#retrieve-your-assa-abloy-production-credentials).
20+
Once you have received certification through the ASSA ABLOY partnership program, ASSA ABLOY provides a set of [production credentials](assa-abloy-vingcard-credential-services.md#retrieve-your-assa-abloy-production-credentials).
2121

2222
### Retrieve Your ASSA ABLOY Development Credentials
2323

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/common-use-cases.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ When integrating with the Visionline system, ASSA ABLOY requires handling a set
1010

1111
## Issue Guest Mobile Credentials
1212

13-
* [Issue a credential for a single guest in a single room.](credential-types/issuing-various-types-of-guest-mobile-credentials.md#single-guest-in-a-single-room)
14-
* [Issue a credential for a returning guest to a single room.](credential-types/issuing-various-types-of-guest-mobile-credentials.md#returning-guest-to-a-single-room)
15-
* [Issue credentials for multiple guests in multiple rooms.](credential-types/issuing-various-types-of-guest-mobile-credentials.md#multiple-guests-in-multiple-rooms)
13+
* [Issue a credential for a single guest in a single room.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-mobile-credentials.md#single-guest-in-a-single-room)
14+
* [Issue a credential for a returning guest to a single room.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-mobile-credentials.md#returning-guest-to-a-single-room)
15+
* [Issue credentials for multiple guests in multiple rooms.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-mobile-credentials.md#multiple-guests-in-multiple-rooms)
1616

1717
```python
1818
acs_user = seam.acs.user.get(acs_user_id="xxx")
@@ -101,8 +101,8 @@ seam.acs.credentials.create(
101101

102102
## Issue Joiner Mobile Credentials
103103

104-
* [Join to a Seam mobile credential.](credential-types/issuing-various-types-of-guest-joiner-mobile-credentials.md#join-to-a-seam-mobile-credential)
105-
* [Join to a plastic card.](credential-types/issuing-various-types-of-guest-joiner-mobile-credentials.md#join-to-a-plastic-card)
104+
* [Join to a Seam mobile credential.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-joiner-mobile-credentials.md#join-to-a-seam-mobile-credential)
105+
* [Join to a plastic card.](configuring-visionline-mobile-credentials/issuing-various-types-of-guest-joiner-mobile-credentials.md#join-to-a-plastic-card)
106106

107107
```python
108108
joiners = [joiner_mobile_parent_sync_credential, joiner_mobile_child_credential]
@@ -129,6 +129,6 @@ cred = seam.acs.credentials.create({
129129

130130
## Additional Scenarios
131131

132-
* [Update guest mobile credentials.](credential-types/updating-guest-mobile-credentials.md)
133-
* [Revoke a mobile credential.](credential-types/revoking-mobile-credentials.md)
132+
* [Update guest mobile credentials.](configuring-visionline-mobile-credentials/updating-guest-mobile-credentials.md)
133+
* [Revoke a mobile credential.](configuring-visionline-mobile-credentials/revoking-mobile-credentials.md)
134134
* [Remove a user identity.](https://docs.seam.co/latest/api/user_identities/delete)

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/configuring-visionline-mobile-credentials/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Reservations may involve multiple parties. In these situations, hotels often nee
5656
To issue the first guest credential for a reservation, create an override credential. This credential type invalidates any existing guest access to the target entrances. When creating an override credential, set `visionline_metadata.override` to `true`.
5757

5858
{% hint style="info" %}
59-
You can also [verify whether a user identity has a phone that is set up for a credential manager](../credential-types/checking-if-a-user-identity-has-a-phone-that-is-set-up-for-a-credential-manager.md) and, consequently, is ready to accept an override guest credential.
59+
You can also [verify whether a user identity has a phone that is set up for a credential manager](../configuring-visionline-mobile-credentials/checking-if-a-user-identity-has-a-phone-that-is-set-up-for-a-credential-manager.md) and, consequently, is ready to accept an override guest credential.
6060
{% endhint %}
6161

6262
{% tabs %}
@@ -122,7 +122,7 @@ To issue a joiner credential, you must specify both the entrances to which to gr
122122
* `allowed_acs_entrance_ids`
123123
* `visionline_metadata.joiner_acs_credential_ids`
124124

125-
For instructions on how to retrieve credentials that have overlapping access, see [Issuing Various Types of Guest Joiner Mobile Credentials](../credential-types/issuing-various-types-of-guest-joiner-mobile-credentials.md).
125+
For instructions on how to retrieve credentials that have overlapping access, see [Issuing Various Types of Guest Joiner Mobile Credentials](../configuring-visionline-mobile-credentials/issuing-various-types-of-guest-joiner-mobile-credentials.md).
126126

127127
{% tabs %}
128128
{% tab title="Python" %}

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/creating-visionline-card-based-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To create a credential to encode onto a plastic key card for a Visionline ACS:
1212
* To issue the first credential for a reservation—that is, an "override" credential—make sure to set `visionline_metadata.override` to `true`.
1313
* To issue subsequent credentials for a reservation, set the `visionline_metadata.joiner_acs_credential_ids`.
1414

15-
For more information about Visionline credential types, see [Credential Types for Visionline](credential-types/#credential-types-for-visionline) and [Guest Mobile Credential Types](credential-types/#guest-mobile-credential-types).
15+
For more information about Visionline credential types, see [Credential Types for Visionline](configuring-visionline-mobile-credentials/#credential-types-for-visionline) and [Guest Mobile Credential Types](configuring-visionline-mobile-credentials/#guest-mobile-credential-types).
1616
3. Encode the credential onto a plastic card.
1717
1. Use the `/acs/encoders/list` endpoint to retrieve a list of available encoders. Then, choose the encoder that you want to use to write the credential to the card.\
1818
See [Retrieve Encoders](../../capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials.md#id-2.-retrieve-encoders).

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/mobile-credential-related-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When issuing a guest mobile credential, you can use the following relevant prope
1010

1111
## `acs_credential` Properties
1212

13-
These properties are applicable to [guest](credential-types/#issuing-guest-mobile-credentials) credentials for the Visionline ACS.
13+
These properties are applicable to [guest](configuring-visionline-mobile-credentials/#issuing-guest-mobile-credentials) credentials for the Visionline ACS.
1414

1515
<table><thead><tr><th width="260">Property</th><th width="116">Type</th><th width="290">Description</th></tr></thead><tbody><tr><td><code>is_multi_phone_sync_credential</code></td><td>Boolean<br><em>Optional</em></td><td>Indicates whether the credential is a <a href="../../capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system.md#what-are-multi-phone-sync-credentials">multi-phone sync credential</a>.<br>When creating a Seam mobile key for a Visionline ACS, you must set this property to <code>true</code>.</td></tr><tr><td><code>allowed_acs_entrance_ids</code></td><td>Array of strings <em>Optional</em></td><td>List of ACS entrance IDs to which you want to grant the specified ACS user access. </td></tr><tr><td><code>starts_at</code></td><td><a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format<br><em>Optional</em></td><td>Starting timestamp for credential activation.</td></tr><tr><td><code>ends_at</code></td><td><a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format<br><em>Optional</em></td><td>Ending timestamp for credential expiration.</td></tr></tbody></table>
1616

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/developing-your-visionline-mobile-key-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ For detailed instructions, see the following topics:
2626

2727
[Step 9: Create a Production Workspace](step-9-create-a-production-workspace.md)
2828

29-
[Step 10: Connect Your Visionline Development Account to Seam](../../../../assa-abloy-visionline-access-control-system-in-development/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/developing-your-visionline-mobile-key-app/step-10-connect-your-visionline-development-account-to-seam.md)
29+
[Step 10: Connect Your Visionline Development Account to Seam](../../../../assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/developing-your-visionline-mobile-key-app/step-10-connect-your-visionline-development-account-to-seam.md)
3030

3131
[Next Steps](next-steps.md)

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/developing-your-visionline-mobile-key-app/step-10-connect-your-visionline-development-account-to-seam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To develop your mobile key app, perform the following procedures to connect your
1717

1818
## Connect Credential Services to Seam
1919

20-
ASSA ABLOY Credential Services stores all the mobile credentials that your application issues. For more information about ASSA ABLOY Credential Services, see the [ASSA ABLOY Credential Services integration guide](../../../../assa-abloy-credential-services-credential-manager.md).
20+
ASSA ABLOY Credential Services stores all the mobile credentials that your application issues. For more information about ASSA ABLOY Credential Services, see the [ASSA ABLOY Credential Services integration guide](../../../../assa-abloy-vingcard-credential-services.md).
2121

2222
You received a Credential Services development "tenant" account during the [mandatory ASSA ABLOY mobile development course](step-1-complete-the-assa-abloy-mobile-development-course.md). To find out the credentials and details for this account, see [Retrieve Your ASSA ABLOY Credential Services Development Account Details](step-10-connect-your-visionline-development-account-to-seam.md#retrieve-your-assa-abloy-credential-services-development-account-details). Then, [connect your development Credential Services account to Seam](step-10-connect-your-visionline-development-account-to-seam.md#connect-credential-services).
2323

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/developing-your-visionline-mobile-key-app/step-4-configure-a-visionline-user-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ These instructions use Visionline 1.27. If you are using Visionline 1.28, you ma
4848
10. In the **Operators** window, click **Close**.
4949

5050
<figure><img src="../../../../../.gitbook/assets/visionline-add-operator.png" alt="Configure the new user as an operator with the System Manager operator template."><figcaption><p>Configure the new user as an operator with the System Manager operator template.</p></figcaption></figure>
51-
4. Note the username and password for this Visionline user. You must use these credentials when you [connect your Visionline account to Seam](../../../../assa-abloy-visionline-access-control-system-in-development/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/developing-your-visionline-mobile-key-app/step-10-connect-your-visionline-development-account-to-seam.md).
51+
4. Note the username and password for this Visionline user. You must use these credentials when you [connect your Visionline account to Seam](../../../../assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/developing-your-visionline-mobile-key-app/step-10-connect-your-visionline-development-account-to-seam.md).

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/launching-your-visionline-mobile-key-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ This process can be quite time-consuming because it requires interaction with al
3636
Skip this step if you have already created a production workspace during the development phase and want to use this workspace to launch your app.
3737
{% endhint %}
3838

39-
[Step 9: Connect Your Visionline Production Account to Seam](../../../../assa-abloy-visionline-access-control-system-in-development/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/launching-your-visionline-mobile-key-app/step-9-connect-your-visionline-production-account-to-seam.md)
39+
[Step 9: Connect Your Visionline Production Account to Seam](../../../../assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/launching-your-visionline-mobile-key-app/step-9-connect-your-visionline-production-account-to-seam.md)

docs/guides/device-and-system-integration-guides/assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/launching-your-visionline-mobile-key-app/step-6-configure-a-visionline-user-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ These instructions use Visionline 1.27. If you are using Visionline 1.28, you ma
4646
10. In the **Operators** window, click **Close**.
4747

4848
<figure><img src="../../../../../.gitbook/assets/visionline-add-operator.png" alt="Configure the new user as an operator with the System Manager operator template."><figcaption><p>Configure the new user as an operator with the System Manager operator template.</p></figcaption></figure>
49-
4. Note the username and password for this Visionline user. You must use these credentials when you [connect your Visionline account to Seam](../../../../assa-abloy-visionline-access-control-system-in-development/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/launching-your-visionline-mobile-key-app/step-9-connect-your-visionline-production-account-to-seam.md).
49+
4. Note the username and password for this Visionline user. You must use these credentials when you [connect your Visionline account to Seam](../../../../assa-abloy-visionline-access-control-system/visionline-acs-setup-instructions/developing-and-launching-your-visionline-mobile-key-app/launching-your-visionline-mobile-key-app/step-9-connect-your-visionline-production-account-to-seam.md).

0 commit comments

Comments
 (0)