From 2b7903e14c0e004f5a455010314dd76923ab9978 Mon Sep 17 00:00:00 2001 From: Zerlord Santiago Date: Tue, 23 Jul 2024 23:23:38 +0800 Subject: [PATCH] Accessibility improvements --- docs/assets/css/voltmxgo.css | 29 +++++++++++++++++-- docs/howto/drapiingress.md | 32 ++++++++++----------- docs/references/whatsnew/v200.md | 2 +- docs/references/whatsnew/v201.md | 6 ++++ docs/references/whatsnew/v202.md | 4 ++- docs/references/whatsnew/v203.md | 40 +++++++++++++++++++++------ docs/references/whatsnew/v204.md | 11 ++++++-- docs/topicguides/declvariables.md | 1 + docs/topicguides/dominoadapter.md | 5 ++-- docs/tutorials/containerdeployment.md | 24 ++++++++++++---- docs/tutorials/designimport.md | 2 +- docs/tutorials/installrancher.md | 2 +- docs/tutorials/portaldownload.md | 2 +- docs/tutorials/prerequisite.md | 2 ++ docs/tutorials/webinar.md | 2 +- theme_overrides/partials/consent.html | 30 ++++++++++++++++++++ 16 files changed, 151 insertions(+), 43 deletions(-) create mode 100644 theme_overrides/partials/consent.html diff --git a/docs/assets/css/voltmxgo.css b/docs/assets/css/voltmxgo.css index 275196fc..b0826fcb 100644 --- a/docs/assets/css/voltmxgo.css +++ b/docs/assets/css/voltmxgo.css @@ -75,10 +75,11 @@ pre { font-family:"HCLTech Roobert"; text-transform: capitalize; font-size: medium; - color: #5b666d; + color:#000000 } .md-typeset h6{ font-family:"HCLTech Roobert"; + color: #000000; } tr.lostLinkItem:nth-child(even) { background-color: #eeeeee; @@ -86,14 +87,37 @@ pre { /* the following css is for increasing the font size and changing the font and font color of the copyright + + the css includes making the color of the link white and changing the font weight and text decoration on hover */ .md-copyright { font-family:"HCLTech Roobert"; - font-size:medium; + font-size: 15px; + color: #FFFFFF; + } + + .md-copyright a:link { color: #FFFFFF; } + .md-copyright a:hover { + font-weight: bold; + text-decoration: underline; + } + + .md-copyright div a:link { + color: #FFFFFF; + } + + .md-copyright div { + color: #FFFFFF; + } + + .md-copyright div a:hover { + font-weight: bold; + text-decoration: underline; + } /* the following css is for increasing the font size of the admonition */ @@ -154,4 +178,5 @@ pre { } + diff --git a/docs/howto/drapiingress.md b/docs/howto/drapiingress.md index 3f2cdea7..460013c1 100644 --- a/docs/howto/drapiingress.md +++ b/docs/howto/drapiingress.md @@ -8,37 +8,35 @@ Configures Kubernetes Ingress for Domino REST API. Ingress provides and manages ## Before you begin -Familiarize yourself with the various properties and parameters related to Kubernetes Ingress. Expand the following to learn more: +Familiarize yourself with the following properties and parameters related to Kubernetes Ingress. -???info "Kubernetes Ingress details" - - **ingress.enabled**: Set to `true` to enable Ingress. Ingress must be enabled for Domino REST API to function properly. Kindly note that there are certain conditions where you may want to temporarily disable Ingress. +- **ingress.enabled**: Set to `true` to enable Ingress. Ingress must be enabled for Domino REST API to function properly. Kindly note that there are certain conditions where you may want to temporarily disable Ingress. - - **ingress.className**: This property sets the class name on the Ingress object. The default is empty string, which enables the processing of Ingress objects by your cluster default Ingress controller. If your cluster does not have a default Ingress controller or if you want to override that, set the class name. Common values you might use include "nginx", "traefik", and "openshift-default". When utilizing Azure Application Gateway in AKS, specify "azure/application-gateway". +- **ingress.className**: This property sets the class name on the Ingress object. The default is empty string, which enables the processing of Ingress objects by your cluster default Ingress controller. If your cluster does not have a default Ingress controller or if you want to override that, set the class name. Common values you might use include "nginx", "traefik", and "openshift-default". When utilizing Azure Application Gateway in AKS, specify "azure/application-gateway". - - **ingress.drapiDnsName**: The DNS host name that users will use to access the Domino REST API. The default setting is `drapi.mymxgo.com`. +- **ingress.drapiDnsName**: The DNS host name that users will use to access the Domino REST API. The default setting is `drapi.mymxgo.com`. - - **ingress.drapiManagementDnsName**: The DNS host name that administrators will use to access the Domino REST API. The default setting is `drapi-management.mymxgo.com`. +- **ingress.drapiManagementDnsName**: The DNS host name that administrators will use to access the Domino REST API. The default setting is `drapi-management.mymxgo.com`. - - **ingress.protocol**: The communication protocol for accessing Volt MX Go Foundry. Its value can be either http or https. This should reflect the type of traffic you want the Ingress or Load Balancer to accept. *If `ingress.tls` is enabled, this setting must be https*. +- **ingress.protocol**: The communication protocol for accessing Volt MX Go Foundry. Its value can be either http or https. This should reflect the type of traffic you want the Ingress or Load Balancer to accept. *If `ingress.tls` is enabled, this setting must be https*. - - **ingress.tls**: Use this property to configure Ingress with either a Cluster or a Custom SSL certificate. +- **ingress.tls**: Use this property to configure Ingress with either a Cluster or a Custom SSL certificate. - - **ingress.tls.enabled**: Set to `true` to configure Ingress to use the Cluster SSL Certificate or the specified Custom SSL certificate. +- **ingress.tls.enabled**: Set to `true` to configure Ingress to use the Cluster SSL Certificate or the specified Custom SSL certificate. - - **ingress.tls.drapiCustomCert**: Use to specify a Custom SSL certificate for Domino REST API. If `ingress.tls.drapiCustomCert.cert` and `ingress.tls.drapiCustomCert.key` are not set, the Cluster SSL certificate will be used for TLS. +- **ingress.tls.drapiCustomCert**: Use to specify a Custom SSL certificate for Domino REST API. If `ingress.tls.drapiCustomCert.cert` and `ingress.tls.drapiCustomCert.key` are not set, the Cluster SSL certificate will be used for TLS. - - **ingress.tls.drapiCustomCert.cert**: The file name for the custom certificate. Place your SSL certificate file in the top level direct `drapi` directory (where `values.yaml` is located). The value of this property should be a file path of the form `my-drapi-custom-cert.cert` where my-drapi-custom-cert.cert is the name of your certificate file. This certificate must be in DER format as per [Section 5.1 of RFC 7468](https://datatracker.ietf.org/doc/html/rfc7468#section-5.1). +- **ingress.tls.drapiCustomCert.cert**: The file name for the custom certificate. Place your SSL certificate file in the top level direct `drapi` directory (where `values.yaml` is located). The value of this property should be a file path of the form `my-drapi-custom-cert.cert` where my-drapi-custom-cert.cert is the name of your certificate file. This certificate must be in DER format as per [Section 5.1 of RFC 7468](https://datatracker.ietf.org/doc/html/rfc7468#section-5.1). - - **ingress.tls.drapiCustomCert.key**: The file name for the custom key. Place your SSL certificate key file in the top level direct 'drapi' directory (where values.yaml is located). The value of this property should be of the form `my-drapi-custom-cert.key` where my-drapi-custom-cert.key is the name of your private key file. The key file must be PKCS #8 in DER format [Section 11 of RFC 7468](https://datatracker.ietf.org/doc/html/rfc7468#section-11). +- **ingress.tls.drapiCustomCert.key**: The file name for the custom key. Place your SSL certificate key file in the top level direct 'drapi' directory (where values.yaml is located). The value of this property should be of the form `my-drapi-custom-cert.key` where my-drapi-custom-cert.key is the name of your private key file. The key file must be PKCS #8 in DER format [Section 11 of RFC 7468](https://datatracker.ietf.org/doc/html/rfc7468#section-11). - - **ingress.tls.drapiManagementCustomCert**: Use to specify a Custom SSL certificate for Domino REST API. If `ingress.tls.drapiCustomCert.cert` and `ingress.tls.drapiCustomCert.key` are not set, then the Cluster SSL certificate will be used for TLS. +- **ingress.tls.drapiManagementCustomCert**: Use to specify a Custom SSL certificate for Domino REST API. If `ingress.tls.drapiCustomCert.cert` and `ingress.tls.drapiCustomCert.key` are not set, then the Cluster SSL certificate will be used for TLS. - - **ingress.tls.drapiManagementCustomCert.cert**: The file name for the custom certificate. Place your SSL certificate file in the top level direct `drapi` directory (where `values.yaml` is located). The value of this property should be a file path of the form `my-drapi-mgmt-custom-cert.cert` where my-drapi-mgmtcustom-cert.cert is the name of your certificate file. This certificate must be in DER format as per [Section 5.1 of RFC 7468](https://datatracker.ietf.org/doc/html/rfc7468#section-5.1). +- **ingress.tls.drapiManagementCustomCert.cert**: The file name for the custom certificate. Place your SSL certificate file in the top level direct `drapi` directory (where `values.yaml` is located). The value of this property should be a file path of the form `my-drapi-mgmt-custom-cert.cert` where my-drapi-mgmtcustom-cert.cert is the name of your certificate file. This certificate must be in DER format as per [Section 5.1 of RFC 7468](https://datatracker.ietf.org/doc/html/rfc7468#section-5.1). - - **ingress.tls.drapiManagementCustomCert.key**: The file name for the custom key. Place your SSL certificate key file in the top level direct 'drapi' directory (where values.yaml is located). The value of this property should be of the form `my-drapi-mgmt-custom-cert.key` where my-drapi-mgmt-custom-cert.key is the name of your private key file. The key file must be PKCS #8 in DER format [Section 11 of RFC 7468](https://datatracker.ietf.org/doc/html/rfc7468#section-11). - - - **ingress.annotations**: Allows you to specify additional annotations that will be added to every ingress object. Add one annotation per line. Each annotation should be indented 2 spaces and of the format `annotationName: value`. When rendered, your annotation value will automatically be quoted. +- **ingress.tls.drapiManagementCustomCert.key**: The file name for the custom key. Place your SSL certificate key file in the top level direct 'drapi' directory (where values.yaml is located). The value of this property should be of the form `my-drapi-mgmt-custom-cert.key` where my-drapi-mgmt-custom-cert.key is the name of your private key file. The key file must be PKCS #8 in DER format [Section 11 of RFC 7468](https://datatracker.ietf.org/doc/html/rfc7468#section-11). +- **ingress.annotations**: Allows you to specify additional annotations that will be added to every ingress object. Add one annotation per line. Each annotation should be indented 2 spaces and of the format `annotationName: value`. When rendered, your annotation value will automatically be quoted. ## Additional information diff --git a/docs/references/whatsnew/v200.md b/docs/references/whatsnew/v200.md index 1aa1bf0b..b5463067 100644 --- a/docs/references/whatsnew/v200.md +++ b/docs/references/whatsnew/v200.md @@ -5,4 +5,4 @@ HCL Volt MX Go v2.0 allows you to extend the value of your Domino applications u - *VoltFormula* for expanding who can code applications built in Domino and allowing app modernization without a complete code rewrite - *Design Import* for importing existing Domino views, forms, and fields into Volt MX Go Foundry, giving you a head start on modernizing or creating new multi-experience applications in Volt MX Go Iris that are connected to your Domino back-end data and applications - *Domino Adapter* and *Domino REST API* for connecting Volt MX Go Foundry to your Domino applications -- *First Touch* for guiding users in establishing connections and importing sample apps into Volt MX Go Foundry \ No newline at end of file +- *First Touch* for guiding users in establishing connections and importing sample apps into Volt MX Go Foundry diff --git a/docs/references/whatsnew/v201.md b/docs/references/whatsnew/v201.md index f1672680..e34b34fb 100644 --- a/docs/references/whatsnew/v201.md +++ b/docs/references/whatsnew/v201.md @@ -31,6 +31,7 @@ and User environment category on the Notes Formula. - New default for API Context: `'all'`; for use by `GetField`/`SetField` - `FileSave` enhancements - Exposed Volt MX-specific functions in API. + - Updates to [API Reference Documentation](../../javadoc/index.html) @@ -74,15 +75,20 @@ and User environment category on the Notes Formula. ## Others - Added details related to kubectl commands failing in [Troubleshooting](../troubleshoot.md). + - Added details related to using helm charts on supported Kubernetes platform in [Known limitations](../knownlimitation.md). + - Added upgrade procedures in [Installation and upgrade](../../tutorials/installation.md). ### First Touch + - Added procedure for [importing First Touch into Volt MX Go Iris](../../howto/importft.md). ### Domino Adapter - Added procedure for [generating CRUD forms for an Object Service](../../howto/codegen.md). + - Added details related to deleting offline documents in [Known limitations](../knownlimitation.md). + - Added known limitation related to deleting offline documents. ## VoltScript Early Access diff --git a/docs/references/whatsnew/v202.md b/docs/references/whatsnew/v202.md index 966dc1a5..cf5f1756 100644 --- a/docs/references/whatsnew/v202.md +++ b/docs/references/whatsnew/v202.md @@ -12,11 +12,13 @@ ### VoltFormula - Added feature to [register and unregister custom Rosetta APIs](../../howto/regunregconfig.md). + - Displays filename of custom formula extension in VoltFormula settings. ## Improvements - Volt IQ capabilities are now functional in Volt MX Go. For more information, see [Volt IQ](https://opensource.hcltechsw.com/volt-mx-docs/95/docs/documentation/Iris/iris_user_guide/Content/Volt_IQ.html) in the HCL Volt MX documentation. + - You can now build Windows and macOS Desktop applications with the latest release of Volt MX Go. ### Domino Adapter @@ -63,7 +65,7 @@ - Issues occurred with date-time conversion parameters when using the `@Explode` formula function.  - The `=` sign was removed during OpenFormula conversion.  -- An issue occurred with the SELECT conversion. +- An issue occurred with the SELECT conversion. ## Others diff --git a/docs/references/whatsnew/v203.md b/docs/references/whatsnew/v203.md index 6754e589..bbd1204a 100644 --- a/docs/references/whatsnew/v203.md +++ b/docs/references/whatsnew/v203.md @@ -5,7 +5,9 @@ ### Domino Adapter -- Added BULK UPDATE method that enables updating an existing collection of documents by replacing only the specified fields in those documents. For more information, see [Methods (Verbs)](../../topicguides/method.md). +- Added BULK UPDATE method that enables updating an existing collection of documents by replacing only the specified fields in those documents. + + For more information, see [Methods (Verbs)](../../topicguides/method.md). ### Design Import @@ -17,7 +19,10 @@ ### VoltFormula -- Implemented new APIs for the *text*, *date-time*, *formula*, *document*, *user-environment*, *logical*, and *information* categories. For more details, see the [Rosetta API reference documentation](../../javadoc/index.html). +- Implemented new APIs for the *text*, *date-time*, *formula*, *document*, *user-environment*, *logical*, and *information* categories. + + For more details, see the [Rosetta API reference documentation](../../javadoc/index.html). + - Implemented Notes math operators as callable APIs. - Added a new formula evaluation results tab panel that displays formula outputs. @@ -30,15 +35,23 @@ ### Domino Adapter -- Supports uploading and downloading of attachments up to 1 GB in size via Volt MX Go Foundry binary APIs. For more information, see [Attachments](../../topicguides/method.md#attachments). -- Summernote Editor, which is automatically applied on Rich Text fields of CREATE and UPDATE forms when generating CRUD forms for Object Service, now supports inserting attachments. For more information, see [Insert attachments via Summernote Editor](../../howto/insertattachments.md). +- Supports uploading and downloading of attachments up to 1 GB in size via Volt MX Go Foundry binary APIs. + + For more information, see [Attachments](../../topicguides/method.md#attachments). + +- Summernote Editor, which is automatically applied on Rich Text fields of CREATE and UPDATE forms when generating CRUD forms for Object Service, now supports inserting attachments. + + For more information, see [Insert attachments via Summernote Editor](../../howto/insertattachments.md). ### Design Import - Enhances user experience by providing more information related to the import process at different steps of the **Design Import Wizard**. - Supports Hierarchical View in imported Domino applications. - Improvements in Rich Text import introduced with Domino Adapter enhancements. -- Added an option in the **Design Import Wizard** for deleting existing forms. For more information, see [Delete existing forms while using the Design Import wizard](../../howto/deleteform.md). +- Added an option in the **Design Import Wizard** for deleting existing forms. + + For more information, see [Delete existing forms while using the Design Import wizard](../../howto/deleteform.md). + - Added a refresh feature in the **Design Import Wizard** to update the scope in case there are changes in the Domino REST API schema without exiting the wizard. ### VoltFormula @@ -63,7 +76,10 @@ #### Rosetta Converter - Implemented Formula to JavaScript conversion improvements in the areas of async usage, anonymous functions, parameter groupings, and variable definitions. -- Implemented improvements in the conversion handling definition rules for converting formula functions into native JavaScript versus API calls. For more information, see [VoltFormula options in the Volt MX Go Iris Project Settings](../../howto/configrosetta.md) dialog. +- Implemented improvements in the conversion handling definition rules for converting formula functions into native JavaScript versus API calls. + + For more information, see [VoltFormula options in the Volt MX Go Iris Project Settings](../../howto/configrosetta.md) dialog. + - Rosetta sample formulas are now part of the converters. - Supports passthrough setting in OpenFormula. - Supports OpenFormula parameter separator semicolon. @@ -131,21 +147,27 @@ ## Others - Updated [Compatibility matrix](../compatibilitymatrix.md). + - Updated [Summernote Editor](../summernotewidget.md) to include more information about its usage and how to configure its methods and properties. + - Updated [Install Rancher Desktop](../../tutorials/installrancher.md) to recommend installing the latest Rancher Desktop version and remove the port forwarding enabling procedure.  ### Domino Adapter -- Updated [Configure an Object service](../../tutorials/adaptertutorial.md#configure-an-object-service) procedure to include a step for completing the **Return documents from Bulk Update** text field, and added the [Test the BULK UPDATE method for updating a collection of records](../../tutorials/adaptertutorial.md#test-the-bulk-update-method-for-updating-a-collection-of-records) procedure in the [Domino Adapter tutorial](../../tutorials/adaptertutorial.md). +- Updated [Configure an Object service](../../tutorials/adaptertutorial.md#configure-an-object-service) procedure to include a step for completing the **Return documents from Bulk Update** text field. + +- Added the [Test the BULK UPDATE method for updating a collection of records](../../tutorials/adaptertutorial.md#test-the-bulk-update-method-for-updating-a-collection-of-records) procedure in the [Domino Adapter tutorial](../../tutorials/adaptertutorial.md). ### Design Import -- Updated the [Design Import tutorial](../../tutorials/designimport.md) to incorporate enhancements in the **Design Import Wizard**. +- Updated the [Design Import tutorial](../../tutorials/designimport.md) to incorporate enhancements in the **Design Import Wizard**. + - Updated [Troubleshooting](../troubleshoot.md) to include Domino REST API schema issues and resolutions related to validating forms and fields to be imported using **Design Import Wizard**. ### VoltFormula -- Updated the [Rosetta API reference documentation](../../javadoc/index.html). Documentation links use the latest Domino Design docs. +- Updated the [Rosetta API reference documentation](../../javadoc/index.html). Documentation links use the latest Domino Design docs. + - Added an **API Implementation Status Table** button on [Rosetta API reference documentation](../../javadoc/index.html) for tracking the implementation status of Notes and OpenFormula. ## VoltScript Early Access diff --git a/docs/references/whatsnew/v204.md b/docs/references/whatsnew/v204.md index ba120cb6..b31d7b85 100644 --- a/docs/references/whatsnew/v204.md +++ b/docs/references/whatsnew/v204.md @@ -29,7 +29,10 @@ #### Volt MX Go Iris -- Added a **Clear** button to the Formula Editor to enable a user to delete the shown formula, and a context menu option to delete a formula when right-clicking the formula in JavaScript code in the Formula Editor. For more information, see [Clear formulas in Controller and Action Editor](../../howto/clearfunction.md). +- Added a **Clear** button to the Formula Editor to enable a user to delete the shown formula, and a context menu option to delete a formula when right-clicking the formula in JavaScript code in the Formula Editor. + + For more information, see [Clear formulas in Controller and Action Editor](../../howto/clearfunction.md). + - Added support for overriding download site and plugin feature site URLs via environment variables. Contact [Customer Support](../index.md#support) for assistance. ## Improvements @@ -100,7 +103,11 @@ ### Domino Adapter -- Added details for handling offline objects for views. For more information, see the note in [Meta Fields](../../topicguides/datamodel.md#meta-fields). + +- Added details for handling offline objects for views. + + For more information, see the note in [Meta Fields](../../topicguides/datamodel.md#meta-fields). + ### VoltFormula diff --git a/docs/topicguides/declvariables.md b/docs/topicguides/declvariables.md index d59c2007..00d56b6e 100644 --- a/docs/topicguides/declvariables.md +++ b/docs/topicguides/declvariables.md @@ -5,6 +5,7 @@ There are two mechanisms by which the Rosetta Converter accepts and converts variables into JavasScript: - [LET function](https://support.microsoft.com/en-us/office/let-function-34842dd8-b92b-4d3f-b325-b8b8f9908999) in Excel[^1] + - JSP style syntax (code passthrough) [^1]: Excel is a registered trademark or trademark of Microsoft Corporation in the United States and/or other countries. diff --git a/docs/topicguides/dominoadapter.md b/docs/topicguides/dominoadapter.md index fd78b318..e0773bf7 100644 --- a/docs/topicguides/dominoadapter.md +++ b/docs/topicguides/dominoadapter.md @@ -14,7 +14,8 @@ When creating an Object service in Volt MX Go Foundry for Domino, the Volt MX Go The `object` of the Object service essentially has two components: -- [Data Model](datamodel.md) - refers to the definition of the fields that comprise the object definition -- [Methods](method.md) - verbs for interacting with the data, for example GET, POST +- [Data Model](datamodel.md) refers to the definition of the fields that comprise the object definition. + +- [Methods](method.md) refers verbs for interacting with the data, for example GET, POST. For more information, see [Object Services](https://opensource.hcltechsw.com/volt-mx-docs/95/docs/documentation/Foundry/voltmx_foundry_user_guide/Content/Objectservices.html) in the HCL Volt MX documentation. diff --git a/docs/tutorials/containerdeployment.md b/docs/tutorials/containerdeployment.md index 85f1ae7f..b8e9a675 100644 --- a/docs/tutorials/containerdeployment.md +++ b/docs/tutorials/containerdeployment.md @@ -17,24 +17,35 @@ Follow the order for completing the procedures according to your preferred deplo **When using K3s on an Ubuntu, RHEL, SLES machine or VM:** 1. [Obtain authentication token from HCL Container Repository](obtainauthenticationtoken.md). + 2. [Install and configure K3s](k3sinstall.md). + 3. [Complete preparatory procedure for installation of Volt MX Go](prereq.md). + 4. [Install Domino REST API](downloadhelmchart.md). + 5. [Install MySql for Volt MX Go Foundry](installmysqlfoundry.md). + 6. [Install Volt MX Go Foundry](installfoundry.md). **When using Rancher Desktop running on Windows:** 1. [Obtain authentication token from HCL Container Repository](obtainauthenticationtoken.md). -1. [Install Rancher Desktop](installrancher.md). -2. [Complete preparatory procedure for installation of Volt MX Go](prereq.md). -3. [Install Domino REST API](downloadhelmchart.md). -4. [Install MySql for Volt MX Go Foundry](installmysqlfoundry.md). -5. [Install Volt MX Go Foundry](installfoundry.md). + +2. [Install Rancher Desktop](installrancher.md). + +3. [Complete preparatory procedure for installation of Volt MX Go](prereq.md). + +4. [Install Domino REST API](downloadhelmchart.md). + +5. [Install MySql for Volt MX Go Foundry](installmysqlfoundry.md). + +6. [Install Volt MX Go Foundry](installfoundry.md). ## For upgrading an existing installation of Volt MX Go 1. [Complete preparatory procedure for upgrading an existing installation of Volt MX Go](prereqnew.md). + 2. [Upgrade Volt MX Go server components](versionupgrade1.md). ## For moving from early access version to GA version of Volt MX Go @@ -45,8 +56,11 @@ If you participated in the Early Access (EA) program, you need to perform the pr The Early Access release doesn't support actual upgrades. You must remove the prior release deployment and install a new deployment to upgrade. This removes all the data from the prior release deployment. 1. [Complete preparatory procedure for moving from early access version to GA version of Volt MX Go](eatogamove.md). + 2. [Install Domino REST API](downloadhelmchart.md). + 3. [Install MySql for Volt MX Go Foundry](installmysqlfoundry.md). + 4. [Install Volt MX Go Foundry](installfoundry.md). ## Additional information diff --git a/docs/tutorials/designimport.md b/docs/tutorials/designimport.md index f1f949d5..d4a34d31 100644 --- a/docs/tutorials/designimport.md +++ b/docs/tutorials/designimport.md @@ -200,7 +200,7 @@ You can now see your project name in the upper-left corner of the **Volt MX Go I 6. On **Summary**, review the final `forms`, `fields` in each form, `views` and `agent`, and then click **Build Iris Application**. !!!note - - It may take a while to complete the publishing of the imported Domino app. + It may take a while to complete the publishing of the imported Domino app. ![Design Import Wizard dialog](../assets/images/disummary.png) diff --git a/docs/tutorials/installrancher.md b/docs/tutorials/installrancher.md index 6e557184..5ee3fc2f 100644 --- a/docs/tutorials/installrancher.md +++ b/docs/tutorials/installrancher.md @@ -35,7 +35,7 @@ Follow any instructions given by the WSL update process. Afterward, from a Windo wsl --set-default Ubuntu-22.04 ``` -Proceed [to install Rancher Desktop](#install-rancher-desktop). +Proceed to [install Rancher Desktop](#install-rancher-desktop). ### Install WSL2 diff --git a/docs/tutorials/portaldownload.md b/docs/tutorials/portaldownload.md index 1026a323..fc79fb65 100644 --- a/docs/tutorials/portaldownload.md +++ b/docs/tutorials/portaldownload.md @@ -35,4 +35,4 @@ Guides you on how to search and download the HCL Volt MX Go Release package from For a new installation, proceed to [Install Volt MX Go server components](nativeinstallers.md). -For an upgrade installation, proceed to [Upgrade Volt MX Go server components](versionupgrade.md) +For an upgrade installation, proceed to [Upgrade Volt MX Go server components](versionupgrade.md). diff --git a/docs/tutorials/prerequisite.md b/docs/tutorials/prerequisite.md index f6437e96..f771d7fe 100644 --- a/docs/tutorials/prerequisite.md +++ b/docs/tutorials/prerequisite.md @@ -5,11 +5,13 @@ Perform a new or an upgrade installation of Volt MX Go in a production environme For a new install, complete the following procedures: 1. [Download HCL Volt MX Go Release package](portaldownload.md) + 2. [Install Volt MX Go server components](nativeinstallers.md) For an upgrade install, complete the following procedures: 1. [Download HCL Volt MX Go Release package](portaldownload.md) + 2. [Upgrade Volt MX Go server components](versionupgrade.md) After completing the relevant procedures, proceed to [Install and upgrade Volt MX Go Iris](installiris.md). diff --git a/docs/tutorials/webinar.md b/docs/tutorials/webinar.md index c8e6e0d4..89aa767d 100644 --- a/docs/tutorials/webinar.md +++ b/docs/tutorials/webinar.md @@ -30,7 +30,7 @@ The webinar series includes the following webinars: ## Volt MX Go on HCL SoFy -Explore everything Volt MX Go can do in a free, hosted trial environment on [HCL SoFy](https://hclsofy.com/ "Link opens a new tab"){: target="_blank" rel="noopener noreferrer"}. Your sandbox will be up and running in 10 minutes and provides access to a hosted Domino server (where you can copy or replicate your own Domino applications), the Domino REST API, Volt MX Go Foundry, and Volt MX Go Iris, a step-by-step wizard to connect Volt MX to Domino, Design Import, and VoltFormula. Check the following links for more information: +Explore everything Volt MX Go can do in a free, hosted trial environment on [HCL SoFy](https://hclsofy.com/ "Link opens a new tab"){: target="_blank" rel="noopener noreferrer"} ![link image](../assets/images/external-link.svg){: style="height:15px;width:15px"}. Your sandbox will be up and running in 10 minutes and provides access to a hosted Domino server (where you can copy or replicate your own Domino applications), the Domino REST API, Volt MX Go Foundry, and Volt MX Go Iris, a step-by-step wizard to connect Volt MX to Domino, Design Import, and VoltFormula. Check the following links for more information: - [Overview of Volt MX Go](https://hclsofy.com/sofy/catalog/hcl-voltmxgo-small?view=doc&file=documentation.md "Link opens a new tab"){: target="_blank" rel="noopener noreferrer"} ![link image](../assets/images/external-link.svg){: style="height:15px;width:15px"} - [Using Volt MX Go on Sofy](https://hclsofy.com/sofy/catalog/hcl-voltmxgo-small?view=doc&file=using-voltmxgo.md "Link opens a new tab"){: target="_blank" rel="noopener noreferrer"} ![link image](../assets/images/external-link.svg){: style="height:15px;width:15px"} diff --git a/theme_overrides/partials/consent.html b/theme_overrides/partials/consent.html new file mode 100644 index 00000000..9ddb1df0 --- /dev/null +++ b/theme_overrides/partials/consent.html @@ -0,0 +1,30 @@ + +

Cookie consent

+

We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better.

+ + + +