diff --git a/modules/ROOT/taxonomy.adoc b/modules/ROOT/taxonomy.adoc index c6b486c..2d01611 100644 --- a/modules/ROOT/taxonomy.adoc +++ b/modules/ROOT/taxonomy.adoc @@ -6,10 +6,10 @@ ** xref:sla:high-performance.adoc[High Performance] ** xref:sla:data-management.adoc[Data Management] * Managing Bonita Cloud - ** xref:ConfigurationPossible.adoc[Configurable elements] - ** xref:LDAPConfiguration.adoc[LDAP Synchronization setup] - ** xref:SSOConfiguration.adoc[Single Sign-On Configuration] - ** xref:URL-customization.adoc[URL customization] + ** xref:manage:configurable-elements.adoc[Configurable elements] + ** xref:manage:ldap-configuration.adoc[LDAP Synchronization setup] + ** xref:manage:sso-configuration.adoc[Single Sign-On Configuration] + ** xref:manage:url-customization.adoc[URL customization] * Continuous Delivery ** xref:Continuous_Delivery_Overview.adoc[Overview] ** xref:Continuous_Delivery_Access.adoc[Access] diff --git a/modules/ROOT/images/LDAPConfigDiagramRS.png b/modules/manage/images/ldap-config-diagram.png similarity index 100% rename from modules/ROOT/images/LDAPConfigDiagramRS.png rename to modules/manage/images/ldap-config-diagram.png diff --git a/modules/ROOT/pages/ConfigurationPossible.adoc b/modules/manage/pages/configurable-elements.adoc similarity index 88% rename from modules/ROOT/pages/ConfigurationPossible.adoc rename to modules/manage/pages/configurable-elements.adoc index 912f3aa..542b141 100644 --- a/modules/ROOT/pages/ConfigurationPossible.adoc +++ b/modules/manage/pages/configurable-elements.adoc @@ -1,6 +1,6 @@ = Configurable elements - :description: This page describes the configurable elements in Bonita Cloud. +:page-aliases: ROOT:ConfigurationPossible.adoc The following items can be configured in Bonita Cloud: @@ -10,7 +10,7 @@ The following items can be configured in Bonita Cloud: | **S**ingle **S**ign-**O**n | URL customization | LDAP synchronization setup -| Additonal backups +| Additional backups | Runtime restoration | Extended backup retention period | Additional database storage diff --git a/modules/ROOT/pages/LDAPConfiguration.adoc b/modules/manage/pages/ldap-configuration.adoc similarity index 94% rename from modules/ROOT/pages/LDAPConfiguration.adoc rename to modules/manage/pages/ldap-configuration.adoc index 89f9da3..b399dbd 100644 --- a/modules/ROOT/pages/LDAPConfiguration.adoc +++ b/modules/manage/pages/ldap-configuration.adoc @@ -1,6 +1,6 @@ = LDAP Synchronization setup - :description: This page provides information about LDAP Synchronization setup. +:page-aliases: ROOT:LDAPConfiguration.adoc == Synchronize your organization groups and users @@ -8,7 +8,7 @@ To avoid managing users in both Bonita and your authentication system, you can r The LDAP synchronization service keeps the Bonita organization information synchronized with an external LDAP directory, by creating, updating, or removing users and groups in the organization to match as closely as possible the user list attributes defined in LDAP. It does not modify the LDAP directory. -image:LDAPConfigDiagramRS.png[] +image:ldap-config-diagram.png[] == Requesting a LDAP Synchronizer Integration diff --git a/modules/ROOT/pages/SSOConfiguration.adoc b/modules/manage/pages/sso-configuration.adoc similarity index 96% rename from modules/ROOT/pages/SSOConfiguration.adoc rename to modules/manage/pages/sso-configuration.adoc index 0bba800..762794d 100644 --- a/modules/ROOT/pages/SSOConfiguration.adoc +++ b/modules/manage/pages/sso-configuration.adoc @@ -1,6 +1,6 @@ = Single Sign-On Configuration - :description: This page explains how to configure Single Sign-On. +:page-aliases: ROOT:SSOConfiguration.adoc To simplify the access to your Bonita applications and processes, you can request the setup of a Single-Sign-On authentication for Bonita Cloud. diff --git a/modules/ROOT/pages/URL-customization.adoc b/modules/manage/pages/url-customization.adoc similarity index 88% rename from modules/ROOT/pages/URL-customization.adoc rename to modules/manage/pages/url-customization.adoc index 2e7ec46..e2a6c01 100644 --- a/modules/ROOT/pages/URL-customization.adoc +++ b/modules/manage/pages/url-customization.adoc @@ -1,8 +1,8 @@ = URL customization - :description: This page explains how to customize Bonita AppRuntimes URLs. +:page-aliases: ROOT:URL-customization.adoc -You can request to customize your domain to have an URL that uses a domain different from the default one (*.bonitacloud.com). +You can request to customize your domain to have a URL that uses a domain different from the default one (*.bonitacloud.com). [NOTE] ==== @@ -10,7 +10,7 @@ You can request to customize your domain to have an URL that uses a domain diffe ** Bonitasoft manages the SSL certificate lifecycle (request, validation, and renewal). ==== -== Requesting an URL customization +== Requesting a URL customization === Step 1: Open a case on the Customer Service Center @@ -18,7 +18,7 @@ To request a URL Customization of your Bonita Cloud environments, create a new c * The domain (example: **mydomain.com**) or subdomain (example: **subdomain.mydomain.com**) to delegate to Bonitasoft. -NOTE: This request requires you to delegate responsability of the **whole domain name (or subdomain)** to the Bonita Cloud DNS service. Besides, the same domain (or subdomain) will be applied to all environments. +NOTE: This request requires you to delegate responsibility of the **whole domain name (or subdomain)** to the Bonita Cloud DNS service. Besides, the same domain (or subdomain) will be applied to all environments. * The current and new environment Fully Qualified Domain Name (FQDN) as follows: |=== @@ -57,4 +57,4 @@ Bonitasoft will confirm with you a window maintenance to perform this customizat === Step 4: Change NS TTL back to a higher value -Once the new URLs are in place, you will be able to change the TTL for the NS record back to a higher value, for example, 172800 seconds (two days). This will improves latency for your users. +Once the new URLs are in place, you will be able to change the TTL for the NS record back to a higher value, for example, 172800 seconds (two days). This will improve latency for your users.