diff --git a/SUMMARY.md b/SUMMARY.md index a4370885..43f9f4d2 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -57,7 +57,7 @@ * [Features](features/README.md) * [Test Page](features/test-page.md) -* [Other Resources](other-resources/README.md) +* [Other Resources](other-resources.md) * [Experimental](other-resources/experimental/README.md) * [Akash Cloud Provider Build With Helm Charts](other-resources/experimental/akash-cloud-provider-build-with-helm-charts/README.md) * [STEP 1 - Prerequisites of an Akash Provider](other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md) diff --git a/other-resources/README.md b/other-resources.md similarity index 100% rename from other-resources/README.md rename to other-resources.md diff --git a/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md b/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md index 496ebc34..7742b616 100644 --- a/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md +++ b/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-1-prerequisites-of-an-akash-provider.md @@ -10,10 +10,10 @@ The steps to create an Akash wallet are covered in the Provider setup section of A full Kubernetes cluster is required with outbound internet access and be reachable from the internet. -If you need assistance in building a new cluster, visit the [Kubernetes Cluster for Akash Providers ](broken-reference)guide. +If you need assistance in building a new cluster, visit the [Kubernetes Cluster for Akash Providers ](../kubernetes-cluster-for-akash-providers/)guide. ## RPC Node Akash Providers need to run their own blockchain RPC node to remove dependence on public nodes. This is a strict requirement. The RPC node should not run as a deployment on the Testnet network as no long running workloads should run in that environment and deployments running for more than several hours be deleted. -Build your own RPC node via these [instructions](broken-reference). +Build your own RPC node via these[ instructions.](../../../operations/node/) diff --git a/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-3-export-provider-wallet.md b/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-3-export-provider-wallet.md index f202a015..ae0af62c 100644 --- a/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-3-export-provider-wallet.md +++ b/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-3-export-provider-wallet.md @@ -1,6 +1,6 @@ # STEP 3 - Export Provider Wallet -In this section we will export the pre-existing, funded wallet to store the private key in a local file. To conduct the commands in this section the Akash CLI must be installed which is detailed in this [guide](broken-reference). +In this section we will export the pre-existing, funded wallet to store the private key in a local file. To conduct the commands in this section the Akash CLI must be installed which is detailed in this [guide](../../../guides/cli.md). The wallet used will be used for the following purposes: diff --git a/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-5-provider-build-via-helm-chart.md b/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-5-provider-build-via-helm-chart.md index c8537a5f..c0ece8e3 100644 --- a/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-5-provider-build-via-helm-chart.md +++ b/other-resources/experimental/akash-cloud-provider-build-with-helm-charts/step-5-provider-build-via-helm-chart.md @@ -1,7 +1,5 @@ # STEP 5 - Provider Build via Helm Chart - - ## **Environment Variables** * Declare the following environment variables for Helm diff --git a/other-resources/experimental/kubernetes-cluster-for-akash-providers/README.md b/other-resources/experimental/kubernetes-cluster-for-akash-providers/README.md index fb82322b..e8648ad5 100644 --- a/other-resources/experimental/kubernetes-cluster-for-akash-providers/README.md +++ b/other-resources/experimental/kubernetes-cluster-for-akash-providers/README.md @@ -1,7 +1,5 @@ # Kubernetes Cluster for Akash Providers - - ## **Overview** Akash leases are deployed via Kubernetes pods on provider clusters. This guide details the build of the provider’s Kubernetes control plane and worker nodes.