You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Documentation Updates**
- Enhanced clarity and consistency in documentation through text
formatting adjustments and updated links.
- Introduced new documentation for the online installation process,
guiding users through necessary steps.
- Streamlined paths to installation guides, simplifying navigation and
accessibility for users.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Copy file name to clipboardExpand all lines: docs/launch-platform/managed-cloud-deployment/1_quickstart.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ sidebar_position: 3
6
6
7
7
# Getting Started - Hello World
8
8
9
-
##### This guide will help you explore some of the core building blocks of working with SettleMint even if this is your first time working with a Blockchain.
9
+
##### This guide will help you explore some of the core building blocks of working with SettleMint even if this is your first time working with a Blockchain
10
10
11
-
In this guide you will learn how to [create a blockchain network](../../using-platform/1_add-a-network-to-an-application.md), [deploy a node](../../using-platform/2_add-a-node-to-a-network.md), write a [smart contract](../../using-platform/6_create-smart-contract-set.md) and [create an integration](../../using-platform/9_integration-studio.md).
11
+
In this guide you will learn how to [create a blockchain network](../../using-platform/1_add-a-network-to-an-application.md), [deploy a node](../../using-platform/2_add-a-node-to-a-network.md), write a [smart contract](../../using-platform/6_add_smart_contract_sets/0_smart_contracts.md) and [create an integration](../../using-platform/9_integration-studio.md).
12
12
13
13
Below is both a video and written guide for you to build along to:
14
14
@@ -152,9 +152,9 @@ In the IDE, you need to locate and rename the `Example.sol` file that comes incl
1.On the left File Explorer panel, find the `contracts` folder and click the arrow to expand.
156
-
2.Find the `Example.sol` file in the list
157
-
3.Right-click on the file and select `Rename`. Rename the file to `HelloWorld.sol`. This is case-sensitive so make sure you have named it exactly `HelloWorld
155
+
1. On the left File Explorer panel, find the `contracts` folder and click the arrow to expand.
156
+
2. Find the `Example.sol` file in the list
157
+
3. Right-click on the file and select `Rename`. Rename the file to `HelloWorld.sol`. This is case-sensitive so make sure you have named it exactly `HelloWorld
158
158
159
159
Now you can replace the code that is in the `HelloWorld.sol` file.
160
160
@@ -330,7 +330,7 @@ This is done by clicking the name of the private key. There select the `Details`
With the private key copied, you can now go back to the Integration Studio and paste this key into the first line after `const privateKey =` inside the ' ''. The private key should begin with `0x`.
333
+
With the private key copied, you can now go back to the Integration Studio and paste this key into the first line after `const privateKey =` inside the ' ''. The private key should begin with `0x`.
Copy file name to clipboardExpand all lines: docs/launch-platform/self-hosted/installing-on-an-existing-cluster/legacy/completing-setup-and-deploying.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ You can access the Admin Console to complete the SettleMint Platform setup, run
27
27
28
28

29
29
30
-
- Upload the license file [downloaded from Step 1](../download/download-portal.md)
30
+
- Upload the license file [downloaded from Step 1](./download/download-portal.md)
31
31
32
32

Copy file name to clipboardExpand all lines: docs/launch-platform/self-hosted/installing-on-an-existing-cluster/legacy/install-airgap/install-airgap.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Install the SettleMint Platform in an Airgap Environment
2
2
3
3
When installing the SettleMint Platform on a cluster without internet access, you will need to ensure that you have
4
-
followed the steps discribed in the [download section](../../download/download-airgap.md) to download the required license and installation files.
4
+
followed the steps discribed in the [download section](../download/download-airgap.md) to download the required license and installation files.
5
5
6
6
Airgapped install is only available for licenses that have the airgapped feature enabled.
7
7
@@ -33,7 +33,7 @@ details on Open Shift command line linkages. 2. **Install the [Admin Console](./
33
33
34
34
3.**Install the SettleMint Platform application via the Admin Console**
35
35
36
-
As explained in the [download section](../../download/download-airgap.md),
36
+
As explained in the [download section](../download/download-airgap.md),
37
37
there are 2 ways to proceed with your airgapped installations: Full or Small Bundles. In the case of **Small**
38
38
Bundle, there is an additional step to run the script to push the images to your local registry. You must run this step
39
39
**prior** to running the `kots install` command below.
0 commit comments