diff --git a/src/content/Docs/_sequence.ts b/src/content/Docs/_sequence.ts
index 4502d5fd..1ee33ffe 100644
--- a/src/content/Docs/_sequence.ts
+++ b/src/content/Docs/_sequence.ts
@@ -45,43 +45,84 @@ export const docsSequence = [
{
label: "Akash Console",
},
+ { label: "Sandbox", subItems: [{ label: "Sandbox Introduction" }] },
+ { label: "Stable Payment Deployments" },
+ ],
+ },
+ {
+ label: "Providers",
+ subItems: [
+ { label: "Provider Overview"},
{
- label: "Praetor App",
+ label: "Build A Cloud Provider",
subItems: [
- { label: "What is Praetor App?" },
- {
- label: "Akash Provider",
+ { label: "Akash CLI",
subItems: [
- { label: "Build a Cloud Provider" },
- { label: "Existing Kubernetes Cluster" },
- { label: "Single Server Provider" },
- { label: "Build a Cloud Provider (Windows Machine)" },
- { label: "Sudo User Requirements" },
- { label: "Decommission a Provider" },
-
+ {
+ label: "Kubernetes Cluster For Akash Providers",
+ subItems: [{ label: "Kubernetes Cluster for Akash Providers" }],
+ },
+ {
+ label: "Akash Cloud Provider Build With Helm Charts",
+ },
+ {
+ label: "Akash Provider Checkup",
+ },
+ {
+ label: "Time Synchronization",
+ },
+ {
+ label: "GPU Resource Enablement (Optional Step)",
+ },
+ {
+ label: "TLS Certs for Akash Provider (Optional Step)",
+ },
+ {
+ label: "IP Leases - Provider Enablement (Optional Step)",
+ },
+ {
+ label: "Helm Based Provider Persistent Storage Enablement",
+ },
+ {
+ label: "Akash Provider Bid Pricing Calculation",
+ },
+ {
+ label: "Akash Provider Attribute Updates",
+ },
+ {
+ label: "gVisor Issue - No system-cgroup v2 Support",
+ },
+ {
+ label: "Shared Memory Enablement",
+ },
+
+ ],
+ },
+ { label: "Provider Console",
+ subItems: [
+ { label: "What is Provider Console?"},
+ { label: "Building with Provider Console"},
+ { label: "How to Enable Root Sign-in"},
],
},
],
},
{
- label: "Provider Console",
- subItems: [
- { label: "How to Enable Root Sign-in"},
- { label: "Provider Console"},
- ],
+
},
- { label: "Sandbox", subItems: [{ label: "Sandbox Introduction" }] },
- { label: "Stable Payment Deployments" },
+ { label: "Akash Provider FAQ and Guide" },
+ { label: "Community Solutions" },
+ { label: "Custom Kubernetes Cluster Settings" },
],
},
{
label: "Guides",
subItems: [
+ { label: "Guides Overview"},
{
label: "Machine Learning",
subItems: [
- { label: "OneClickLLM" },
{ label: "DeTrain" },
{ label: "Ray" },
{ label: "FLock.io" },
@@ -239,56 +280,7 @@ export const docsSequence = [
}
],
},
- {
- label: "Providers",
- subItems: [
- {
- label: "Build A Cloud Provider",
- subItems: [
- {
- label: "Kubernetes Cluster For Akash Providers",
- subItems: [{ label: "Kubernetes Cluster for Akash Providers" }],
- },
- {
- label: "Akash Cloud Provider Build With Helm Charts",
- },
- {
- label: "Akash Provider Checkup",
- },
- {
- label: "Time Synchronization",
- },
- {
- label: "GPU Resource Enablement (Optional Step)",
- },
- {
- label: "TLS Certs for Akash Provider (Optional Step)",
- },
- {
- label: "IP Leases - Provider Enablement (Optional Step)",
- },
- {
- label: "Helm Based Provider Persistent Storage Enablement",
- },
- {
- label: "Akash Provider Bid Pricing Calculation",
- },
- {
- label: "Akash Provider Attribute Updates",
- },
- {
- label: "gVisor Issue - No system-cgroup v2 Support",
- },
- {
- label: "Shared Memory Enablement",
- },
- ],
- },
- { label: "Akash Provider FAQ and Guide" },
- { label: "Community Solutions" },
- { label: "Custom Kubernetes Cluster Settings" },
- ],
- },
+
{
label: "Akash Nodes",
diff --git a/src/content/Docs/guides/introduction/index.md b/src/content/Docs/guides/introduction/index.md
new file mode 100644
index 00000000..46c2b6ba
--- /dev/null
+++ b/src/content/Docs/guides/introduction/index.md
@@ -0,0 +1,38 @@
+---
+categories: ["Guides"]
+tags: ["Guides"]
+weight: 3
+title: "Guides"
+linkTitle: "Guides Overview"
+---
+
+# Akash Deployment Guides
+
+## Introduction
+
+Welcome to the Akash Deployment Guides! This collection of guides is designed to help developers, businesses, and enthusiasts deploy a variety of applications and services on Akash, the decentralized cloud computing platform.
+
+Akash offers a powerful, cost-effective, and permissionless infrastructure for hosting and running workloads, ranging from traditional web applications to blockchain services, machine learning models, and beyond. With these guides, you'll find step-by-step instructions and best practices for deploying various technologies efficiently on Akash.
+
+## Table of Contents
+
+- **Machine Learning**
+- **Deployments**
+- **Networks**
+- **Tooling**
+- **Blockchain**
+- **Apps**
+- **Databases**
+- **Hosting**
+- **Data Analysis**
+- **Web Frameworks**
+- **Games**
+- **Science**
+- **Benchmarking**
+- **Networking**
+- **DevOps**
+- **DeFi**
+- **Search Engines**
+- **Project Management**
+
+Each section contains detailed deployment steps, best practices, and troubleshooting tips to ensure seamless integration with Akash. Whether you're looking to deploy AI models, run a full-stack web application, or set up a decentralized finance (DeFi) service, these guides will provide you with the necessary knowledge to get started.
\ No newline at end of file
diff --git a/src/content/Docs/index.mdx b/src/content/Docs/index.mdx
index f8bcba9c..f25ec845 100644
--- a/src/content/Docs/index.mdx
+++ b/src/content/Docs/index.mdx
@@ -95,10 +95,10 @@ import rocket from "./assets/providers/rocket.svg";
link="/docs/providers/build-a-cloud-provider/kubernetes-cluster-for-akash-providers/kubernetes-cluster-for-akash-providers/"
/>