diff --git a/SUMMARY.md b/SUMMARY.md index e8beab74..f12f33f7 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -246,10 +246,9 @@ * [Deployment Shell Access](features/deployment-shell-access.md) * [Deployment HTTP Options](features/deployment-http-options.md) * [Hostname Migration](features/hostname-migration.md) -* [Akash v0.24.0 Network Upgrade](akash-v0.24.0-network-upgrade/README.md) - * [Akash v0.24.0 Node Upgrade Guide](akash-v0.24.0-network-upgrade/v0.24.0-upgrade-docs.md) - * [Akash v0.26.1 Node Upgrade Guide](akash-v0.24.0-network-upgrade/v0.26.1-upgrade-docs.md) - * [Mainnet6 Provider Upgrade Procedure](akash-v0.24.0-network-upgrade/mainnet6-provider-upgrade-procedure.md) +* [Akash Mainnet8 Upgrade](akash-mainnet8-upgrade/README.md) + * [Akash v0.28.0 Node Upgrade Guide](akash-mainnet8-upgrade/v0.24.0-upgrade-docs.md) + * [Mainnet8 Provider Upgrade Procedure](akash-mainnet8-upgrade/mainnet6-provider-upgrade-procedure.md) * [Testnet](testnet/README.md) * [GPU Testnet Client Instructions](testnet/gpu-testnet-client-instructions/README.md) * [Akash Console](testnet/gpu-testnet-client-instructions/akash-console/README.md) @@ -281,9 +280,6 @@ * [Specific GPU Vendor & List of Acceptable Models](testnet/example-gpu-sdls/specific-gpu-vendor-and-list-of-acceptable-models.md) * [Other Resources](other-resources/README.md) * [Experimental](other-resources/experimental/README.md) - * [Akash Mainnet8 Upgrade](other-resources/experimental/akash-mainnet8-upgrade/README.md) - * [Akash v0.28.0 Node Upgrade Guide](other-resources/experimental/akash-mainnet8-upgrade/v0.24.0-upgrade-docs.md) - * [Mainnet8 Provider Upgrade Procedure](other-resources/experimental/akash-mainnet8-upgrade/mainnet6-provider-upgrade-procedure.md) * [Akash Provider Streamlined Build with Rancher K3s](other-resources/experimental/akash-provider-streamlined-build-with-rancher-k3s/README.md) * [STEP 1 - Install K3s and Initial Cluster Config](other-resources/experimental/akash-provider-streamlined-build-with-rancher-k3s/step-1-install-k3s-and-initial-cluster-config.md) * [STEP 2 - Install Akash CLI](other-resources/experimental/akash-provider-streamlined-build-with-rancher-k3s/step-2-install-akash-cli.md) @@ -345,3 +341,7 @@ * [Ingress Controller Install](providers/build-a-cloud-provider/provider-build-with-gpu/step-8-ingress-controller-install.md) * [Domain Name Review](providers/build-a-cloud-provider/provider-build-with-gpu/step-5-domain-name-review.md) * [GPU Test Deployments](providers/build-a-cloud-provider/provider-build-with-gpu/gpu-test-deployments.md) + * [Akash v0.24.0 Network Upgrade](other-resources/archived-resources/akash-v0.24.0-network-upgrade/README.md) + * [Akash v0.24.0 Node Upgrade Guide](other-resources/archived-resources/akash-v0.24.0-network-upgrade/v0.24.0-upgrade-docs.md) + * [Akash v0.26.1 Node Upgrade Guide](other-resources/archived-resources/akash-v0.24.0-network-upgrade/v0.26.1-upgrade-docs.md) + * [Mainnet6 Provider Upgrade Procedure](other-resources/archived-resources/akash-v0.24.0-network-upgrade/mainnet6-provider-upgrade-procedure.md) diff --git a/other-resources/experimental/akash-mainnet8-upgrade/README.md b/akash-mainnet8-upgrade/README.md similarity index 65% rename from other-resources/experimental/akash-mainnet8-upgrade/README.md rename to akash-mainnet8-upgrade/README.md index 13128a11..16d0464c 100644 --- a/other-resources/experimental/akash-mainnet8-upgrade/README.md +++ b/akash-mainnet8-upgrade/README.md @@ -1,5 +1,7 @@ # Akash Mainnet8 Upgrade +> _**NOTE**_ - documentation for Mainnet8 upgrade is not yet complete. Please check back prior to announced upgrade date/time for finalized details. + Documentation related to Akash Network upgrade to version `0.28.0`: * [Node Upgrade Instructions](v0.24.0-upgrade-docs.md) diff --git a/other-resources/experimental/akash-mainnet8-upgrade/mainnet6-provider-upgrade-procedure.md b/akash-mainnet8-upgrade/mainnet6-provider-upgrade-procedure.md similarity index 100% rename from other-resources/experimental/akash-mainnet8-upgrade/mainnet6-provider-upgrade-procedure.md rename to akash-mainnet8-upgrade/mainnet6-provider-upgrade-procedure.md diff --git a/other-resources/experimental/akash-mainnet8-upgrade/v0.24.0-upgrade-docs.md b/akash-mainnet8-upgrade/v0.24.0-upgrade-docs.md similarity index 100% rename from other-resources/experimental/akash-mainnet8-upgrade/v0.24.0-upgrade-docs.md rename to akash-mainnet8-upgrade/v0.24.0-upgrade-docs.md diff --git a/guides/cli/detailed-steps/README.md b/guides/cli/detailed-steps/README.md index 4eb25c34..2ed2f27d 100644 --- a/guides/cli/detailed-steps/README.md +++ b/guides/cli/detailed-steps/README.md @@ -21,7 +21,7 @@ This is a great opportunity to connect with the team at Akash Network and to spo * [Create your Configuration](part-5.-create-your-configuration.md) * [Create your Certificate](part-7.-create-your-deployment.md) * [Create your Deployment](part-7.-create-your-deployment.md) -* [View your Bids](part-8.-view-your-bids.md) +* [View your Bids](../../sandbox/detailed-steps/part-8.-view-your-bids.md) * [Create a Lease](part-9.-create-a-lease.md) * [Send the Manifest](part-10.-send-the-manifest.md) * [Update the Deployment](part-11.-update-the-deployment.md) diff --git a/guides/sandbox/detailed-steps/README.md b/guides/sandbox/detailed-steps/README.md index 3db0cff2..ffc59e28 100644 --- a/guides/sandbox/detailed-steps/README.md +++ b/guides/sandbox/detailed-steps/README.md @@ -5,14 +5,14 @@ Explore detailed steps and options of the Akash CLI. In this guide we will defi ### Overview of Detailed Steps * [Install Akash](part-1.-install-akash.md) -* [Create an Account](part-2.-create-an-account.md) +* [Create an Account](../../../testnet/gpu-testnet-client-instructions/detailed-steps/part-2.-create-an-account.md) * [Fund your Account](part-3.-fund-your-account.md) * [Configure your Network](part-4.-configure-your-network.md) * [Create your Configuration](part-5.-create-your-configuration.md) * [Create your Certificate](part-6.-create-your-certificate.md) * [Create your Deployment](part-7.-create-your-deployment.md) -* [View your Bids](part-8.-view-your-bids.md) -* [Create a Lease](part-9.-create-a-lease.md) -* [Send the Manifest](part-10.-send-the-manifest.md) -* [Update the Deployment](part-11.-update-the-deployment.md) -* [Close Deployment](close-deployment.md) +* [View your Bids](broken-reference) +* [Create a Lease](../../../testnet/gpu-testnet-client-instructions/detailed-steps/part-9.-create-a-lease.md) +* [Send the Manifest](../../../testnet/gpu-testnet-client-instructions/detailed-steps/part-10.-send-the-manifest.md) +* [Update the Deployment](../../../testnet/gpu-testnet-client-instructions/detailed-steps/part-11.-update-the-deployment.md) +* [Close Deployment](../../../testnet/gpu-testnet-client-instructions/detailed-steps/close-deployment.md) diff --git a/akash-v0.24.0-network-upgrade/README.md b/other-resources/archived-resources/akash-v0.24.0-network-upgrade/README.md similarity index 100% rename from akash-v0.24.0-network-upgrade/README.md rename to other-resources/archived-resources/akash-v0.24.0-network-upgrade/README.md diff --git a/akash-v0.24.0-network-upgrade/mainnet6-provider-upgrade-procedure.md b/other-resources/archived-resources/akash-v0.24.0-network-upgrade/mainnet6-provider-upgrade-procedure.md similarity index 100% rename from akash-v0.24.0-network-upgrade/mainnet6-provider-upgrade-procedure.md rename to other-resources/archived-resources/akash-v0.24.0-network-upgrade/mainnet6-provider-upgrade-procedure.md diff --git a/akash-v0.24.0-network-upgrade/v0.24.0-upgrade-docs.md b/other-resources/archived-resources/akash-v0.24.0-network-upgrade/v0.24.0-upgrade-docs.md similarity index 100% rename from akash-v0.24.0-network-upgrade/v0.24.0-upgrade-docs.md rename to other-resources/archived-resources/akash-v0.24.0-network-upgrade/v0.24.0-upgrade-docs.md diff --git a/akash-v0.24.0-network-upgrade/v0.26.1-upgrade-docs.md b/other-resources/archived-resources/akash-v0.24.0-network-upgrade/v0.26.1-upgrade-docs.md similarity index 100% rename from akash-v0.24.0-network-upgrade/v0.26.1-upgrade-docs.md rename to other-resources/archived-resources/akash-v0.24.0-network-upgrade/v0.26.1-upgrade-docs.md diff --git a/testnet/gpu-testnet-client-instructions/detailed-steps/README.md b/testnet/gpu-testnet-client-instructions/detailed-steps/README.md index 06cbe79a..20bf2167 100644 --- a/testnet/gpu-testnet-client-instructions/detailed-steps/README.md +++ b/testnet/gpu-testnet-client-instructions/detailed-steps/README.md @@ -11,8 +11,8 @@ Explore detailed steps and options of the Akash CLI. In this guide we will defi * [Create your Configuration](part-5.-create-your-configuration.md) * [Create your Certificate](part-6.-create-your-certificate.md) * [Create your Deployment](part-7.-create-your-deployment.md) -* [View your Bids](../../../guides/sandbox/detailed-steps/part-8.-view-your-bids.md) +* [View your Bids](broken-reference) * [Create a Lease](../../../guides/cli/detailed-steps/part-9.-create-a-lease.md) -* [Send the Manifest](part-10.-send-the-manifest.md) +* [Send the Manifest](../../../guides/sandbox/detailed-steps/part-10.-send-the-manifest.md) * [Update the Deployment](part-7.-create-your-deployment.md) * [Close Deployment](../../../guides/cli/detailed-steps/close-deployment.md)