From 77a660cd2a1ab2265fe4e01996568e55841f4129 Mon Sep 17 00:00:00 2001 From: janb87 <12234016+janb87@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:43:14 +0200 Subject: [PATCH 1/3] fix: link to on prem docs on homepage --- docs/about-settlemint/0_intro.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about-settlemint/0_intro.mdx b/docs/about-settlemint/0_intro.mdx index e2df9bfd..ef7ab62a 100644 --- a/docs/about-settlemint/0_intro.mdx +++ b/docs/about-settlemint/0_intro.mdx @@ -7,7 +7,7 @@ sidebar_position: 1 # Platform Overview -import ContentCard from '@site/src/components/ContentCard'; +import ContentCard from "@site/src/components/ContentCard"; SettleMint makes it easy for any developer to build, deploy and integrate blockchain applications rapidly. How? By radically simplifying the entire blockchain development process through our Blockchain Transformation platform. This drastically reduces the complexity and the time needed for each step in the blockchain development process. @@ -48,7 +48,7 @@ Learn how to get started building blockchain applications on SettleMint image='' title="Install On-Premise" description="Learn about the supported blockchains that you can use" - page="/documentation/docs/launch-platform/self-hosted/download/download-portal/" + page="/documentation/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/" /> From c2b3e875b2f542dce7b599d34ed21c3602c44969 Mon Sep 17 00:00:00 2001 From: janb87 <12234016+janb87@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:47:37 +0200 Subject: [PATCH 2/3] fix typo --- .../installation-gcp-terraform.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/quick-start-examples-trial-installation/installation-gcp-terraform.md b/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/quick-start-examples-trial-installation/installation-gcp-terraform.md index 838b5ae9..5e2c6e1e 100644 --- a/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/quick-start-examples-trial-installation/installation-gcp-terraform.md +++ b/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/quick-start-examples-trial-installation/installation-gcp-terraform.md @@ -3,7 +3,7 @@ sidebar_position: 1 sidebar_label: 'Sandbox Installation: BTP on Google Cloud Platform with Terraform' --- -# BTP on Goodle Cloud Platform +# BTP on Google Cloud Platform ## **For DEMO purposes only.** *This is not production ready solution. We run all components locally and not in HA mode. For production, we suggest running PostgreSQL, Redis, and Vault outside of the cluster.* @@ -74,7 +74,7 @@ You will get a Client ID and Client secret at the end of this process, note them Below you will find instruction how to setup BTP platform on GCP with terraform code. It consist 2 steps and manual step, as we need to preconfigure public DNS zone to access BTP platform. clone the following github repository: -```sh +```sh git clone git@github.com:settlemint/tutorial-btp-on-gcp.git ``` From bf84a01add321ee0ae2e29b02c14924aa0bc4b35 Mon Sep 17 00:00:00 2001 From: janb87 <12234016+janb87@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:48:46 +0200 Subject: [PATCH 3/3] fix --- docs/about-settlemint/0_intro.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about-settlemint/0_intro.mdx b/docs/about-settlemint/0_intro.mdx index ef7ab62a..7d2c8177 100644 --- a/docs/about-settlemint/0_intro.mdx +++ b/docs/about-settlemint/0_intro.mdx @@ -7,7 +7,7 @@ sidebar_position: 1 # Platform Overview -import ContentCard from "@site/src/components/ContentCard"; +import ContentCard from '@site/src/components/ContentCard'; SettleMint makes it easy for any developer to build, deploy and integrate blockchain applications rapidly. How? By radically simplifying the entire blockchain development process through our Blockchain Transformation platform. This drastically reduces the complexity and the time needed for each step in the blockchain development process.