fixed all dashboard URLs

This commit is contained in:
Mik-TF 2024-05-04 01:38:12 -04:00
parent 0de4351480
commit a83c0f154c
3 changed files with 24 additions and 24 deletions

View File

@ -2,26 +2,26 @@
Here you will find everything related to deployments on the ThreeFold grid. This includes:
- Checking the cost of a deployment using [Pricing Calculator](./pricing_calculator.md)
- Finding a node to deploy on using the [Node Finder](./node_finder.md)
- Deploying your desired workload from [Virtual Machines](../solutions/vm_intro.md), [Orchestrators](./orchestrators.md), or [Applictions](./applications.md)
- Renting your own node on the ThreeFold grid from [Dedicated Machines](./dedicated_machines.md)
- Consulting [Your Contracts](./your_contracts.md) on the TFGrid
- Finding or publishing Flists from [Images](./images.md)
- Updating or generating your SSH key from [SSH Keys](./ssh_keys.md)
- Checking the cost of a deployment using [Pricing Calculator](pricing_calculator.md)
- Finding a node to deploy on using the [Node Finder](node_finder.md)
- Deploying your desired workload from [Virtual Machines](vm_intro.md), [Orchestrators](orchestrators.md), or [Applictions](applications.md)
- Renting your own node on the ThreeFold grid from [Dedicated Machines](dedicated_machines.md)
- Consulting [Your Contracts](your_contracts.md) on the TFGrid
- Finding or publishing Flists from [Images](images.md)
- Updating or generating your SSH key from [SSH Keys](ssh_keys.md)
![](../img/sidebar_2.png)
![](.img/sidebar_2.png)
***
## Table of Content
- [Pricing Calculator](./pricing_calculator.md)
- [Node Finder](./node_finder.md)
- [Virtual Machines](../solutions/vm_intro.md)
- [Orchestrators](./orchestrators.md)
- [Dedicated Machines](./dedicated_machines.md)
- [Applications](./applications.md)
- [Your Contracts](./your_contracts.md)
- [Images](./images.md)
- [SSH Keys](./ssh_keys.md)
- [Pricing Calculator](pricing_calculator.md)
- [Node Finder](node_finder.md)
- [Virtual Machines](vm_intro.md)
- [Orchestrators](orchestrators.md)
- [Dedicated Machines](dedicated_machines.md)
- [Applications](applications.md)
- [Your Contracts](your_contracts.md)
- [Images](images.md)
- [SSH Keys](ssh_keys.md)

View File

@ -8,7 +8,7 @@ Deploy your favorite orchestrating services and enjoy the seamless coordination
## Table of Contnet
- [Kubernetes](../solutions/k8s.md)
- [Caprover](../solutions/caprover.md)
- [Caprover Admin](../solutions/caprover_admin.md)
- [Caprover Worker](../solutions/caprover_worker.md)
- [Kubernetes](k8s.md)
- [Caprover](caprover.md)
- [Caprover Admin](caprover_admin.md)
- [Caprover Worker](caprover_worker.md)

View File

@ -8,6 +8,6 @@ On the TFGrid, you can deploy both micro and full virtual machines.
<h2> Table of Contents </h2>
- [Micro and Full VM Differences ](../solutions/vm_differences.md)
- [Full Virtual Machine](../solutions/fullVm.md)
- [Micro Virtual Machine](../solutions/vm.md)
- [Micro and Full VM Differences ](vm_differences.md)
- [Full Virtual Machine](fullVm.md)
- [Micro Virtual Machine](vm.md)