fix: Update documentation links to use /getstarted prefix for consistency

This commit is contained in:
mik-tf
2025-10-16 09:27:35 -04:00
parent 8a90936f5a
commit 0c1cafd2bf
8 changed files with 21 additions and 23 deletions

View File

@@ -173,7 +173,7 @@ Old enterprise servers (Dell PowerEdge, HP ProLiant) can make excellent farming
Once you have your hardware (or know what you'll buy), move on to: Once you have your hardware (or know what you'll buy), move on to:
**[Setup Your Node](/farming/setup)** - Configure and connect to the grid **[Setup Your Node](/getstarted/farming/setup)** - Configure and connect to the grid
--- ---

View File

@@ -59,19 +59,17 @@ As a **ThreeFold Farmer**, you:
- 🌐 Stable internet connection (wired recommended) - 🌐 Stable internet connection (wired recommended)
- 📍 Physical space for hardware - 📍 Physical space for hardware
- 🔧 Basic technical comfort (if building your own) - 🔧 Basic technical comfort (if building your own)
## Getting Started ## Getting Started
Ready to become a farmer? Here's your path: Ready to become a farmer? Here's your path:
1. **[Buy or Build a Node](/farming/buy-node)** - Choose your hardware option 1. **[Buy or Build a Node](/getstarted/farming/buy-node)** - Choose your hardware option
2. **[Set Up Your Node](/farming/setup)** - Get your 3Node connected to the grid 2. **[Set Up Your Node](/getstarted/farming/setup)** - Get your 3Node connected to the grid
3. **Monitor & Earn** - Track your node via the ThreeFold Dashboard 3. **Monitor & Earn** - Track your node via the ThreeFold Dashboard
<div className="info-box"> <div className="info-box">
### 💡 First Time? ### 💡 First Time?
Start with a pre-built node from a trusted vendor. This gives you the easiest path to farming while you learn the ecosystem. Start with a pre-built node from a trusted vendor. This gives you the easiest path to farming while you learn the ecosystem.
</div> </div>
@@ -97,5 +95,5 @@ Every farmer plays a vital role in creating a truly decentralized internet.
--- ---
:::tip Next Step :::tip Next Step
Ready to get your node? Check out **[Buy or Build a Node](/farming/buy-node)** to explore your options. Ready to get your node? Check out **[Buy or Build a Node](/getstarted/farming/buy-node)** to explore your options.
::: :::

View File

@@ -51,9 +51,9 @@ Choose your path:
### 🚀 Ready to Join? ### 🚀 Ready to Join?
<div className="cta-links"> <div className="cta-links">
<a href="/farming/overview" className="cta-link">🌾 Start Farming</a> <a href="/getstarted/farming/overview" className="cta-link">🌾 Start Farming</a>
<a href="/mycelium-network/overview" className="cta-link">🔗 Install Mycelium</a> <a href="/getstarted/mycelium-network/overview" className="cta-link">🔗 Install Mycelium</a>
<a href="/mycelium-cloud/overview" className="cta-link">☁️ Deploy Cloud</a> <a href="/getstarted/mycelium-cloud/overview" className="cta-link">☁️ Deploy Cloud</a>
</div> </div>
</div> </div>
@@ -94,5 +94,5 @@ Join thousands of ThreeFold farmers and users:
The ThreeFold Team The ThreeFold Team
:::tip Next Steps :::tip Next Steps
Start with [Farming](/farming/overview) to deploy your first node, or jump to [Mycelium Network](/mycelium-network/overview) to connect your devices. Start with [Farming](/getstarted/farming/overview) to deploy your first node, or jump to [Mycelium Network](/getstarted/mycelium-network/overview) to connect your devices.
::: :::

View File

@@ -10,7 +10,7 @@ Deploy your first Kubernetes cluster on the ThreeFold Grid in just a few steps.
Before you begin, make sure you have: Before you begin, make sure you have:
-**Mycelium installed** - Easy app for iOS, Android, macOS, Windows ([Install guide](/mycelium-network/install)) -**Mycelium installed** - Easy app for iOS, Android, macOS, Windows ([Install guide](/getstarted/mycelium-network/install))
-**SSH key pair** - For node access -**SSH key pair** - For node access
-**kubectl installed** - For managing your cluster ([Install kubectl](https://kubernetes.io/docs/tasks/tools/)) -**kubectl installed** - For managing your cluster ([Install kubectl](https://kubernetes.io/docs/tasks/tools/))
-**Credits** - To fund your deployment -**Credits** - To fund your deployment
@@ -334,7 +334,7 @@ kubectl get events --sort-by='.lastTimestamp'
Now that you have a cluster running, explore more: Now that you have a cluster running, explore more:
- **[Tutorial](/mycelium-cloud/tutorial)** - Deploy real applications - **[Tutorial](/getstarted/mycelium-cloud/tutorial)** - Deploy real applications
- **[Kubernetes Concepts](https://codescalers.github.io/www_kubecloud/kubernetes-concepts)** - Learn K8s fundamentals - **[Kubernetes Concepts](https://codescalers.github.io/www_kubecloud/kubernetes-concepts)** - Learn K8s fundamentals
- **[FAQ](https://codescalers.github.io/www_kubecloud/faq)** - Common questions - **[FAQ](https://codescalers.github.io/www_kubecloud/faq)** - Common questions
@@ -348,5 +348,5 @@ Now that you have a cluster running, explore more:
--- ---
:::tip Cluster Running Successfully? :::tip Cluster Running Successfully?
Great! Now try the **[Tutorial](/mycelium-cloud/tutorial)** to deploy more complex applications. Great! Now try the **[Tutorial](/getstarted/mycelium-cloud/tutorial)** to deploy more complex applications.
::: :::

View File

@@ -143,15 +143,15 @@ When you deploy a cluster:
Ready to deploy your first cluster? Here's the path: Ready to deploy your first cluster? Here's the path:
1. **[Getting Started](/mycelium-cloud/getting-started)** - Create account and deploy 1. **[Getting Started](/getstarted/mycelium-cloud/getting-started)** - Create account and deploy
2. **[Tutorial](/mycelium-cloud/tutorial)** - Deploy your first application 2. **[Tutorial](/getstarted/mycelium-cloud/tutorial)** - Deploy your first application
<div className="info-box"> <div className="info-box">
### 💡 Prerequisites ### 💡 Prerequisites
You should have: You should have:
- **Mycelium installed** - For network access ([Install guide](/mycelium-network/install)) - **Mycelium installed** - For network access ([Install guide](/getstarted/mycelium-network/install))
- **kubectl installed** - For cluster management ([Install kubectl](https://kubernetes.io/docs/tasks/tools/)) - **kubectl installed** - For cluster management ([Install kubectl](https://kubernetes.io/docs/tasks/tools/))
- **SSH key** - For node access - **SSH key** - For node access
- **Credits** - To fund your deployments - **Credits** - To fund your deployments
@@ -191,5 +191,5 @@ Check the dashboard for current rates. The decentralized infrastructure typicall
--- ---
:::tip Next Step :::tip Next Step
Ready to deploy? Start with the **[Getting Started Guide](/mycelium-cloud/getting-started)** to create your first cluster. Ready to deploy? Start with the **[Getting Started Guide](/getstarted/mycelium-cloud/getting-started)** to create your first cluster.
::: :::

View File

@@ -173,7 +173,7 @@ sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
Now that Mycelium is installed, let's connect to the network: Now that Mycelium is installed, let's connect to the network:
**[Quick Start Guide](/mycelium-network/quick-start)** - Connect in 5 minutes **[Quick Start Guide](/getstarted/mycelium-network/quick-start)** - Connect in 5 minutes
## Additional Resources ## Additional Resources
@@ -185,5 +185,5 @@ Now that Mycelium is installed, let's connect to the network:
--- ---
:::tip Ready to Connect? :::tip Ready to Connect?
Installation complete! Continue to the **[Quick Start](/mycelium-network/quick-start)** guide to join the network. Installation complete! Continue to the **[Quick Start](/getstarted/mycelium-network/quick-start)** guide to join the network.
::: :::

View File

@@ -140,8 +140,8 @@ Connect to services on the ThreeFold Grid:
Ready to try Mycelium? It's super easy: Ready to try Mycelium? It's super easy:
1. **[Install Mycelium](/mycelium-network/install)** - Download the app for your device 1. **[Install Mycelium](/getstarted/mycelium-network/install)** - Download the app for your device
2. **[Quick Start](/mycelium-network/quick-start)** - Connect in under 5 minutes 2. **[Quick Start](/getstarted/mycelium-network/quick-start)** - Connect in under 5 minutes
<div className="info-box"> <div className="info-box">
@@ -165,5 +165,5 @@ Ready to try Mycelium? It's super easy:
--- ---
:::tip Next Step :::tip Next Step
Install Mycelium on your system: **[Installation Guide](/mycelium-network/install)** Install Mycelium on your system: **[Installation Guide](/getstarted/mycelium-network/install)**
::: :::

View File

@@ -251,5 +251,5 @@ Check the [detailed Mycelium guide](https://threefoldtech.github.io/www_mycelium
:::tip Connected Successfully? :::tip Connected Successfully?
Great! You're now part of the global Mycelium network. Try deploying on **[Mycelium Cloud](/mycelium-cloud/overview)** to run workloads on the ThreeFold Grid. Great! You're now part of the global Mycelium network. Try deploying on **[Mycelium Cloud](/getstarted/mycelium-cloud/overview)** to run workloads on the ThreeFold Grid.
::: :::