Skip to content

Commit

Permalink
Remove .md extension from links
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Aug 9, 2024
1 parent c1c1dc7 commit 2e16d3a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions docs/api-clients/access-control-systems/systems/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<h3>can_add_acs_users_to_acs_access_groups</h3>
</header>
<div>
<p>Indicates whether the `acs_system` supports [adding users to access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md).</p>
<p>Indicates whether the `acs_system` supports [adding users to access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).</p>
<div>
<span>Format:</span>
<span>boolean</span>
Expand All @@ -32,7 +32,7 @@
<h3>can_automate_enrollment</h3>
</header>
<div>
<p>Indicates whether it is possible to [launch enrollment automations](../../../capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut.md) for the `acs_system`.</p>
<p>Indicates whether it is possible to [launch enrollment automations](../../../capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the `acs_system`.</p>
<div>
<span>Format:</span>
<span>boolean</span>
Expand All @@ -44,7 +44,7 @@
<h3>can_create_acs_access_groups</h3>
</header>
<div>
<p>Indicates whether the `acs_system` supports creating [access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md).</p>
<p>Indicates whether the `acs_system` supports creating [access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).</p>
<div>
<span>Format:</span>
<span>boolean</span>
Expand All @@ -56,7 +56,7 @@
<h3>can_remove_acs_users_from_acs_access_groups</h3>
</header>
<div>
<p>Indicates whether the `acs_system` supports [removing users from access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md).</p>
<p>Indicates whether the `acs_system` supports [removing users from access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).</p>
<div>
<span>Format:</span>
<span>boolean</span>
Expand All @@ -68,7 +68,7 @@
<h3>connected_account_ids</h3>
</header>
<div>
<p>IDs of the [connected accounts](../../../core-concepts/connected-accounts.md) associated with the `acs_system`.</p>
<p>IDs of the [connected accounts](../../../core-concepts/connected-accounts) associated with the `acs_system`.</p>
<div>
<span>Format:</span>
<span>list</span>
Expand Down Expand Up @@ -214,7 +214,7 @@
<h3>workspace_id</h3>
</header>
<div>
<p>ID of the [workspace](../../../core-concepts/workspaces.md) that contains the `acs_system`.</p>
<p>ID of the [workspace](../../../core-concepts/workspaces) that contains the `acs_system`.</p>
<div>
<span>Format:</span>
<span>string</span>
Expand Down
14 changes: 7 additions & 7 deletions docs/api/acs/systems/list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List ACS Systems

Returns a list of all [access control systems](../../../capability-guides/access-systems.md).
Returns a list of all [access control systems](../../../capability-guides/access-systems).

To filter the list of returned access control systems by a specific connected account ID, include the
`connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the
Expand All @@ -20,15 +20,15 @@ ID of the connected account by which to filter the list of returned access contr
**acs_system_id**
ID of the `acs_system`.
**can_add_acs_users_to_acs_access_groups**
Indicates whether the `acs_system` supports [adding users to access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md).
Indicates whether the `acs_system` supports [adding users to access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).
**can_automate_enrollment**
Indicates whether it is possible to [launch enrollment automations](../../../capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut.md) for the `acs_system`.
Indicates whether it is possible to [launch enrollment automations](../../../capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the `acs_system`.
**can_create_acs_access_groups**
Indicates whether the `acs_system` supports creating [access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md).
Indicates whether the `acs_system` supports creating [access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).
**can_remove_acs_users_from_acs_access_groups**
Indicates whether the `acs_system` supports [removing users from access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group.md). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems.md).
Indicates whether the `acs_system` supports [removing users from access groups](../../../capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](../../../capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).
**connected_account_ids**
IDs of the [connected accounts](../../../core-concepts/connected-accounts.md) associated with the `acs_system`.
IDs of the [connected accounts](../../../core-concepts/connected-accounts) associated with the `acs_system`.
**created_at**
Date and time at which the `acs_system` was created.
**errors**
Expand All @@ -52,7 +52,7 @@ Name of the `acs_system`.
**warnings**

**workspace_id**
ID of the [workspace](../../../core-concepts/workspaces.md) that contains the `acs_system`.
ID of the [workspace](../../../core-concepts/workspaces) that contains the `acs_system`.

## Samples

Expand Down
2 changes: 1 addition & 1 deletion src/layouts/api-resource.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h3>{{name}}</h3>
</header>
<div>
<p>{{{description}}}</p>
<p>{{description}}</p>
{{#if format}}
<div>
<span>Format:</span>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const postprocess = (
const contents = file.contents.toString('utf-8')
file.contents = Buffer.from(
contents
.replaceAll(new RegExp(`(${baseUrl}[^)]+)`, 'g'), '$1.md')
// .replaceAll(new RegExp(`(${baseUrl}[^)]+)`, 'g'), '$1.md')
.replaceAll(
baseUrl,
new Array(name.split('/').length).fill('').join('../'),
Expand Down

0 comments on commit 2e16d3a

Please sign in to comment.