Add service API doc links to domain model pages (#637)

pull/638/head
Jeff Mitchell 6 years ago committed by GitHub
parent c4c1e108b0
commit 73388d21aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,3 +42,9 @@ Password account types have the following additional attributes:
[auth method]: /docs/concepts/domain-model/auth-methods
[user]: /docs/concepts/domain-model/users
## Service API Docs
The following services are relevant to this resource:
* [Account Service](/api-docs/account-service)

@ -44,3 +44,10 @@ The password auth method has the following additional attributes:
[organization]: /docs/concepts/domain-model/scopes#organizations
[scope]: /docs/concepts/domain-model/scopes
[users]: /docs/concepts/domain-model/users
## Service API Docs
The following services are relevant to this resource:
* [Auth Method Service](/api-docs/auth-method-service)
* [Auth Token Service](/api-docs/auth-token-service)

@ -45,3 +45,9 @@ A group has the following configurable attributes:
[scope]: /docs/concepts/domain-model/scopes
[user]: /docs/concepts/domain-model/users
[users]: /docs/concepts/domain-model/users
## Service API Docs
The following services are relevant to this resource:
* [Group Service](/api-docs/group-service)

@ -32,3 +32,9 @@ A host catalog has the following configurable attributes:
[host]: /docs/concepts/domain-model/hosts
[hosts]: /docs/concepts/domain-model/hosts
[project]: /docs/concepts/domain-model/scopes#projects
## Service API Docs
The following services are relevant to this resource:
* [Host Catalog Service](/api-docs/host-catalog-service)

@ -40,3 +40,9 @@ A host set has the following configurable attributes:
[projects]: /docs/concepts/domain-model/scopes#projects
[target]: /docs/concepts/domain-model/targets
[targets]: /docs/concepts/domain-model/targets
## Service API Docs
The following services are relevant to this resource:
* [Host Set Service](/api-docs/host-set-service)

@ -40,3 +40,9 @@ Static host types have the following additional attribute:
[host catalogs]: /docs/concepts/domain-model/host-catalogs
[host set]: /docs/concepts/domain-model/host-sets
[host sets]: /docs/concepts/domain-model/host-sets
## Service API Docs
The following services are relevant to this resource:
* [Host Service](/api-docs/host-service)

@ -38,3 +38,9 @@ A role has the following configurable attributes:
[scope]: /docs/concepts/domain-model/scopes
[user]: /docs/concepts/domain-model/users
[users]: /docs/concepts/domain-model/users
## Service API Docs
The following services are relevant to this resource:
* [Role Service](/api-docs/role-service)

@ -74,3 +74,9 @@ A scope has the following configurable attributes:
[targets]: /docs/concepts/domain-model/targets
[user]: /docs/concepts/domain-model/users
[users]: /docs/concepts/domain-model/users
## Service API Docs
The following services are relevant to this resource:
* [Scope Service](/api-docs/scope-service)

@ -76,3 +76,9 @@ Changes to a user's permissions do not effect existing sessions.
[project]: /docs/concepts/domain-model/scopes#projects
[projects]: /docs/concepts/domain-model/scopes#projects
[permissions]: /docs/concepts/security/permissions
## Service API Docs
The following services are relevant to this resource:
* [Session Service](/api-docs/session-service)

@ -79,3 +79,9 @@ TCP targets have the following additional attributes:
[sessions]: /docs/concepts/domain-model/sessions
[user]: /docs/concepts/domain-model/users
[users]: /docs/concepts/domain-model/users
## Service API Docs
The following services are relevant to this resource:
* [Target Service](/api-docs/target-service)

@ -53,3 +53,9 @@ A user has the following configurable attributes:
[role]: /docs/concepts/domain-model/roles
[roles]: /docs/concepts/domain-model/roles
[scope]: /docs/concepts/domain-model/scopes
## Service API Docs
The following services are relevant to this resource:
* [User Service](/api-docs/user-service)
Loading…
Cancel
Save