Skip to content

Commit

Permalink
Merge pull request #205 from Volt-MX-GO/zerlordMXGo-071624
Browse files Browse the repository at this point in the history
Zerlord mx go 071624
  • Loading branch information
zerlordsantiago authored and GitHub Enterprise committed Jul 23, 2024
2 parents c0512b4 + 2b7903e commit a642394
Show file tree
Hide file tree
Showing 61 changed files with 495 additions and 281 deletions.
2 changes: 1 addition & 1 deletion docs/.snippets/devtestenvironment.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
!!!warning "Important"
This is only applicable when you [**install Volt MX Go to a development or test only environment**](../tutorials/containerdeployment.md).
This is only applicable when you [install Volt MX Go to a development or test only environment](../tutorials/containerdeployment.md).
101 changes: 97 additions & 4 deletions docs/assets/css/voltmxgo.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,108 @@ 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;
}

.newpageicon {
font-size: x-small;
}
/*
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: 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
*/

.admonition p{
font-size:medium
}

.admonition ul{
font-size:medium
}

.admonition ol{
font-size:medium
}

/*
the following css is for the links within the admonition
*/

.admonition a{
text-decoration: underline;
}

/*
the following css is for the color and font size of the footer
*/

.footnote ol li p{
font-size:110%;
color: #000000;
}

/*
the following css is for the links in the page
*/

p a{
text-decoration: underline;
}

/*
the following css is for increasing the font size in tables
*/
table td{
font-size: medium;
}

table th{
font-size: medium;
}

/*
the following css is for underlining the link in the table
*/
table td a{
text-decoration: underline;
}




5 changes: 5 additions & 0 deletions docs/howto/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ nav:
- k3suninstall.md
- rancheruninstall.md
- uninstallfirsttouch.md
- Uninstall Volt MX Go Foundry for Linux: https://opensource.hcltechsw.com/volt-mx-docs/95/docs/documentation/Foundry/voltmx_foundry_linux_install_guide/Content/Uninstalling_VoltMX_Foundry.html
- Uninstall Volt MX Go Foundry for Windows: https://opensource.hcltechsw.com/volt-mx-docs/95/docs/documentation/Foundry/voltmx_foundry_windows_install_guide/Content/Uninstalling_VoltMX_Foundry.html
- Uninstall Volt MX Go Foundry installed on supported Kubernetes platform: https://opensource.hcltechsw.com/volt-mx-docs/95/docs/documentation/Foundry/voltmxfoundry_containers_helm/Content/Installing_Containers_With_Helm.html#uninstalling-foundry
- Uninstall Volt MX Go Iris for Windows: https://opensource.hcltechsw.com/volt-mx-docs/95/docs/documentation/Iris/iris_starter_install_win/Content/Uninstalling%20VoltMX%20Iris.html
- Uninstall Volt MX Go Iris for Mac: https://opensource.hcltechsw.com/volt-mx-docs/95/docs/documentation/Iris/iris_starter_install_mac/Content/Uninstalling%20VoltMX%20Iris.html

3 changes: 2 additions & 1 deletion docs/howto/FTnsfupdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Guides you in manually updating your Domino container if you obtain a new versio

## Procedure

1. [Uninstall the First Touch app](uninstallfirsttouch.md) from Volt MX Go Foundry.
1. [Uninstall the First Touch app](uninstallfirsttouch.md) from Volt MX Go Foundry.

2. Identify the name of the Domino container by running the following command:

```
Expand Down
7 changes: 4 additions & 3 deletions docs/howto/accessdrapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ You must complete the [Volt MX Go installation](../tutorials/installation.md).

### For Domino REST API installed via an installer

- Check how to login to [Domino REST API Admin UI](https://opensource.hcltechsw.com/Domino-rest-api/tutorial/adminui.html#login){: target="_blank" rel="noopener noreferrer"}.
- Check how to login to [Domino REST API Admin UI](https://opensource.hcltechsw.com/Domino-rest-api/tutorial/adminui.html#login) in the HCL Domino REST API documentation.

- Use your Domino server administrator username and password to log in.

### For Domino REST API installed as part of the installation on a development or test only environment
Expand All @@ -28,6 +29,6 @@ You must complete the [Volt MX Go installation](../tutorials/installation.md).

3. Click **Log in**.

## Expected result  
## Expected result

A successful login leads you to the Domino REST API landing page. For details on adding and configuring a schema, adding a scope and an application, see [Using Admin UI](https://opensource.hcltechsw.com/Domino-rest-api/references/usingwebui/index.html){: target="_blank" rel="noopener noreferrer"} in the Domino REST API documentation.
A successful login leads you to the Domino REST API landing page. For details on adding and configuring a schema, adding a scope and an application, see [Using Admin UI](https://opensource.hcltechsw.com/Domino-rest-api/references/usingwebui/index.html) in the HCL Domino REST API documentation.
5 changes: 5 additions & 0 deletions docs/howto/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ The procedure guides you in generating CRUD forms and associated form-navigation
## Before you begin

- You have [created an app in Volt MX Go Foundry](https://opensource.hcltechsw.com/voltmxgo-documentation/tutorials/adaptertutorial.html#create-an-app-in-volt-mx-foundry).

- You have [configured an Identity Service for your app in Volt MX Go Foundry](https://opensource.hcltechsw.com/voltmxgo-documentation/tutorials/adaptertutorial.html#configure-an-identity-service).

- You have [added an environment for your app](https://opensource.hcltechsw.com/voltmxgo-documentation/tutorials/adaptertutorial.html#add-an-environment).

- You have [configured an Object Service for your app in Volt MX Go Foundry](https://opensource.hcltechsw.com/voltmxgo-documentation/tutorials/adaptertutorial.html#configure-an-object-service).

- You have [configured the data model for the Object Service](https://opensource.hcltechsw.com/voltmxgo-documentation/tutorials/adaptertutorial.html#configure-a-data-model).

- You have [created a project in Volt MX Go Iris](https://opensource.hcltechsw.com/voltmxgo-documentation/tutorials/designimport.html#create-a-new-project).

## Procedure
Expand Down
4 changes: 2 additions & 2 deletions docs/howto/configrosetta.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ You have launched Volt MX Go Iris.
|Rosetta area | Rosetta area sections | Description|
|-------------|------------|------------|
|**API Configuration**| |Allows you to configure options specific to the APIs' implementation and execution. |
| |**Register Custom API**|Allows you to upload a file with custom APIs. Refer to the [**Rosetta API reference documentation**](../javadoc/index.html) under the rosetta-api module for method `registerAPI` for more details on expected file format and parameters.|
| |**Preferred API Implementation**| Allows you to specify whether to execute the **Notes Formula** or the **Open Formula** implementation when calling an API method, which has an existing implementation in either formula language. Example, `@Abs()` and `=ABS()` are encapsulated by Rosettas `abs()` method. Selecting `Notes` option makes Rosetta call the Notes implementation. Usually, either implementation behaves the same. But in other cases, there may be differences in parameters, execution, or returned results. For example, most Notes formula functions allow lists to be passed in as arguments while OpenFormula allows lists as ranges for only a number of methods. Refer to the [**Rosetta API reference documentation**](../javadoc/index.html) for details on each API.|
| |**Register Custom API**|Allows you to upload a file with custom APIs. Refer to the [Rosetta API reference documentation](../javadoc/index.html) under the rosetta-api module for method `registerAPI` for more details on expected file format and parameters.|
| |**Preferred API Implementation**| Allows you to specify whether to execute the **Notes Formula** or the **Open Formula** implementation when calling an API method, which has an existing implementation in either formula language. Example, `@Abs()` and `=ABS()` are encapsulated by Rosettas `abs()` method. Selecting `Notes` option makes Rosetta call the Notes implementation. Usually, either implementation behaves the same. But in other cases, there may be differences in parameters, execution, or returned results. For example, most Notes formula functions allow lists to be passed in as arguments while OpenFormula allows lists as ranges for only a number of methods. Refer to the [Rosetta API reference documentation](../javadoc/index.html) for details on each API.|
| **Intellisense Configuration**| |Allows you to include or exclude names of formulas that won't be implemented and not yet implemented in the formula list IntelliSense. When **Include no plans to implement items** is selected, the names of the formulas that won't be implemented are shown as ~~strikethrough text~~. If **Include not yet implemented items** is selected, the names of the formulas that aren't yet implemented are shown but appears dimmed.|
|**Converter Configuration**| |Allows you to configure options related to how formulas are converted into their corresponding Rosetta-enabled JavaScript.|
| |**Passthrough unrecognized formula language into JavasSript conversion results**|Allows you to specify whether the converter allows unrecognized formula code to be part of the JavaScript conversion results without any massaging, or if it should throw an error when encountering unrecognizable formula code. This allows greater flexibility but also exposes the API to injection of code. **Use with care**.|
Expand Down
2 changes: 2 additions & 0 deletions docs/howto/deleteform.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Guides you on how to delete forms when importing a Domino application into an ex
## Before you begin

- You must complete the [Volt MX Go installation](../tutorials/installation.md).

- You already imported a Domino application on your project.

- You must create a Domino application on your existing project.


Expand Down
8 changes: 3 additions & 5 deletions docs/howto/diagents.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Domino Agents** which are part the HCL Domino are part of the `nsf` that only Domino Designer can be able to modify. These `nsf` will be able to use by the Domino REST API to be able to use it for other services. Only those configured Agents in a `nsf` will be available to amend by the Domino REST API. These **Agents** will be imported to Volt MX Go Iris as part of the Design Import.

For more information, see [Agents](https://help.hcltechsw.com/dom_designer/11.0.1/basic/H_ABOUT_DESIGNING_AGENTS.html){: target="_blank" rel="noopener noreferrer"}.
For more information, see [Agents](https://help.hcltechsw.com/dom_designer/14.0.0/basic/H_ABOUT_DESIGNING_AGENTS.html) in the HCL Domino Designer documentation.

## About this task

Expand All @@ -16,7 +16,7 @@ Shows you how the **Agents** are imported to the Volt MX Iris Go Design Import.

## Procedure

1. You must finished the procedure [importing Domino Application](../tutorials/designimport.md#import-a-domino-application-using-a-new-volt-mx-go-foundry-app).
You must finish the procedure [importing Domino Application](../tutorials/designimport.md#import-a-domino-application-using-a-new-volt-mx-go-foundry-app).

!!!important
- For the Volt MX Go release v2.0.4, only limited Agents are supported.
Expand All @@ -26,7 +26,7 @@ Shows you how the **Agents** are imported to the Volt MX Iris Go Design Import.

**Importing Agents in Volt MX Go Iris using the Design Import capability**

- The **Domino Agent** will be imported as **actions**. These will available on **Views** for all the configured `views` on the imported Domino app.
- The **Domino Agent** will be imported as **actions**. These will be available on **Views** for all the configured `views` on the imported Domino app.

## Expected result

Expand All @@ -37,8 +37,6 @@ Shows you how the **Agents** are imported to the Volt MX Iris Go Design Import.
1. On the **Views**, click the **Customers B ByRegion**.

![Dashboard](../assets/images/diviewagent.png)



The **Customers B ByRegion** will open.

Expand Down
Loading

0 comments on commit a642394

Please sign in to comment.