docs: correct doc linting errors so they build

ref: #485  fixes #484
This commit is contained in:
2025-01-23 19:03:24 +09:30
parent 803e063da0
commit b0127584d6
3 changed files with 3 additions and 3 deletions

View File

@ -21,6 +21,6 @@ Models within Centurion ERP:
- [History Save](./core_history_save.md)
- [Organization Permission Checking](./access_organization_permission_checking.md)
- Organization Permission Checking
- [Tenancy Object](./tenancy_object.md)

View File

@ -49,7 +49,7 @@ Centurion ERP contains the following modules:
- [Markdown](./user/core/markdown.md)
- [Multi-Tenant](./development/api/models/access_organization_permission_checking.md#permission-checking)
- [Multi-Tenant](./user/access/organization.md)
- [Single Sign-On {SSO}](./user/configuration.md#single-sign-on)

View File

@ -58,7 +58,7 @@ A Cluster service is a [service](./service.md) deployed to a cluster. See [#125]
### Configuration
Cluster configuration is configuration that is used by Ansible to setup/deploy the cluster. The configuration is presented by Centurion ERP within a format that is designed for [our collection](../../../ansible/collections/centurion/index.md).
Cluster configuration is configuration that is used by Ansible to setup/deploy the cluster. The configuration is presented by Centurion ERP within a format that is designed for [our collection](../../../ansible/collection/centurion/index.md).
Configuration if applied within the [cluster type](./clustertype.md#configuration) is used as the base and if also defined within the cluster will take precedence. This allows the cluster type configuration to be used as a base template for clusters of the same type.