Skip to content

Commit

Permalink
Merge pull request #5 from andy108369/update-faq-2
Browse files Browse the repository at this point in the history
fix faqData.js too
  • Loading branch information
andy108369 authored Aug 31, 2023
2 parents 896a642 + f8a2637 commit 308b0b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/home/faq/faqData.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const faqData = [
id: 3,
question: 'How do I initiate an instance?',
answer:
'The Cloudmos Deploy and the Akash Console web apps provide an intuitive interface to create and start an application on Akash Network. These platforms were purpose-built to allow users at any technical skill level to deploy instances on Akash.',
'The ([Cloudmos Deploy](https://deploy.cloudmos.io/)) and the ([Akash Console](https://console.akash.network/landing/node-deployment)) web apps provide an intuitive interface to create and start an application on Akash Network. These platforms were purpose-built to allow users at any technical skill level to deploy instances on Akash.',
},
{
id: 4,
Expand Down Expand Up @@ -62,7 +62,7 @@ const faqData = [
id: 10,
question:
'Where do I find documentation for AkashML and Akash Network?',
answer: 'Please refer to the Akash Network documentation site.',
answer: 'Please refer to the Akash Network ([documentation site](https://docs.akash.network/)).',
},
{
id: 11,
Expand Down Expand Up @@ -134,7 +134,7 @@ const faqData = [
id: 1,
question: 'Where are AkashML providers/data centers located?',
answer:
'Akash providers are located across the globe to allow tenants to deploy in a geolocale of their choosing. A current high-level representation of available provider locations may be seen in a map here. On the same page, precise provider location may be obtained by review per provider attributes and their associated ‘region’ specification.',
'Akash providers are located across the globe to allow tenants to deploy in a geolocale of their choosing. A current high-level representation of available provider locations may be seen in a map ([here](https://akash.praetorapp.com/provider-status?chainid=akashnet-2)). On the same page, precise provider location may be obtained by review per provider attributes and their associated ‘region’ specification.',
},
{
id: 2,
Expand All @@ -152,7 +152,7 @@ const faqData = [
id: 4,
question: 'What are currently available network speeds?',
answer:
'As Akash Network consists of individual provider entities, a wide range of network speeds are made available by such hosts. Many Akash providers are large data centers that offer very fast network speeds. Providers often advertise their network speeds and capabilities with attributes that are visible here and by drilling into individual provider listings on this page.',
'As Akash Network consists of individual provider entities, a wide range of network speeds are made available by such hosts. Many Akash providers are large data centers that offer very fast network speeds. Providers often advertise their network speeds and capabilities with attributes that are visible here and by drilling into individual provider listings on this ([page](https://akash.praetorapp.com/provider-status?chainid=akashnet-2)).',
},
{
id: 5,
Expand Down

0 comments on commit 308b0b2

Please sign in to comment.