From b0127584d658e63f9171e9ae4efa6f2f1f7b2524 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 23 Jan 2025 19:03:24 +0930 Subject: [PATCH] docs: correct doc linting errors so they build ref: #485 fixes #484 --- docs/projects/centurion_erp/development/api/models/index.md | 2 +- docs/projects/centurion_erp/index.md | 2 +- docs/projects/centurion_erp/user/itim/cluster.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/projects/centurion_erp/development/api/models/index.md b/docs/projects/centurion_erp/development/api/models/index.md index 7cfef88f..25375ff4 100644 --- a/docs/projects/centurion_erp/development/api/models/index.md +++ b/docs/projects/centurion_erp/development/api/models/index.md @@ -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) diff --git a/docs/projects/centurion_erp/index.md b/docs/projects/centurion_erp/index.md index 32753036..17c779ad 100644 --- a/docs/projects/centurion_erp/index.md +++ b/docs/projects/centurion_erp/index.md @@ -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) diff --git a/docs/projects/centurion_erp/user/itim/cluster.md b/docs/projects/centurion_erp/user/itim/cluster.md index 112e2a88..64cb0190 100644 --- a/docs/projects/centurion_erp/user/itim/cluster.md +++ b/docs/projects/centurion_erp/user/itim/cluster.md @@ -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.