moved FAQ under More Info
This commit is contained in:
@@ -146,6 +146,10 @@ navLinks:
|
|||||||
path: https://forum.threefold.io
|
path: https://forum.threefold.io
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
- title: FAQ
|
||||||
|
path: /faq
|
||||||
|
external: false
|
||||||
|
|
||||||
- title: Contact Us
|
- title: Contact Us
|
||||||
path: "mailto:info@threefold.io"
|
path: "mailto:info@threefold.io"
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
5
content/page/faq/faq.md
Normal file
5
content/page/faq/faq.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
id: faq
|
||||||
|
faqMain: homeFAQ
|
||||||
|
faqContent: [q1, q2, q3, q4, q5, q6]
|
||||||
|
---
|
||||||
4
content/page/faq/faq/main/main.md
Normal file
4
content/page/faq/faq/main/main.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
id: homeFAQ
|
||||||
|
title: Frequently Asked Questions
|
||||||
|
---
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
id: homeFAQ
|
|
||||||
title: Frequently asked questions
|
|
||||||
---
|
|
||||||
@@ -43,8 +43,6 @@ partenershipsMain: home_partenerships_main
|
|||||||
partnerships: [tag, solidaridad , threefold]
|
partnerships: [tag, solidaridad , threefold]
|
||||||
BlogsMain: blog_main
|
BlogsMain: blog_main
|
||||||
blogs: [zero_os_blog, smart_contract_blog, threefold_regenerates]
|
blogs: [zero_os_blog, smart_contract_blog, threefold_regenerates]
|
||||||
faqMain: homeFAQ
|
|
||||||
faqContent: [q1, q2, q3, q4, q5, q6]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- header: home_header
|
<!-- header: home_header
|
||||||
|
|||||||
@@ -88,11 +88,6 @@
|
|||||||
:news="$page.markdownPage.inTheNews"
|
:news="$page.markdownPage.inTheNews"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<CenteredAccordion
|
|
||||||
v-if="$page.markdownPage.faqContent"
|
|
||||||
:main="$page.markdownPage.faqMain"
|
|
||||||
:faqs="$page.markdownPage.faqContent"
|
|
||||||
/>
|
|
||||||
<!-- <SignUp
|
<!-- <SignUp
|
||||||
v-if="$page.markdownPage.signup"
|
v-if="$page.markdownPage.signup"
|
||||||
:signup="$page.markdownPage.signup"
|
:signup="$page.markdownPage.signup"
|
||||||
@@ -357,15 +352,6 @@
|
|||||||
btn3
|
btn3
|
||||||
image
|
image
|
||||||
}
|
}
|
||||||
faqMain{
|
|
||||||
id
|
|
||||||
title
|
|
||||||
}
|
|
||||||
faqContent{
|
|
||||||
id
|
|
||||||
question
|
|
||||||
content
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -397,7 +383,6 @@ import InTheNews from "~/components/marketing/sections/logo-clouds/off_white_gri
|
|||||||
import SignUp from "~/components/custom/sections/SignUp.vue";
|
import SignUp from "~/components/custom/sections/SignUp.vue";
|
||||||
import VideoPanel from "~/components/custom/VideoPanel.vue";
|
import VideoPanel from "~/components/custom/VideoPanel.vue";
|
||||||
import Partenerships from "~/components/marketing/sections/team-sections/grid_with_large_round_images.vue";
|
import Partenerships from "~/components/marketing/sections/team-sections/grid_with_large_round_images.vue";
|
||||||
import CenteredAccordion from "~/components/marketing/sections/faq-sections/CenteredAccordion.vue";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@@ -419,7 +404,6 @@ export default {
|
|||||||
Blogs,
|
Blogs,
|
||||||
VideoPanel,
|
VideoPanel,
|
||||||
Partenerships,
|
Partenerships,
|
||||||
CenteredAccordion,
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
getImg() {
|
getImg() {
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
"
|
"
|
||||||
:main="$page.markdownPage.comparisonMain"
|
:main="$page.markdownPage.comparisonMain"
|
||||||
:sections="$page.markdownPage.comparisonSecs"
|
:sections="$page.markdownPage.comparisonSecs"
|
||||||
/> -->
|
/> -->
|
||||||
|
|
||||||
<TFTFuel
|
<TFTFuel
|
||||||
v-if="
|
v-if="
|
||||||
@@ -86,6 +86,12 @@
|
|||||||
:partnerships="$page.markdownPage.partnerships"
|
:partnerships="$page.markdownPage.partnerships"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<CenteredAccordion
|
||||||
|
v-if="$page.markdownPage.faqContent"
|
||||||
|
:main="$page.markdownPage.faqMain"
|
||||||
|
:faqs="$page.markdownPage.faqContent"
|
||||||
|
/>
|
||||||
|
|
||||||
<CallToAction
|
<CallToAction
|
||||||
class="mt-20"
|
class="mt-20"
|
||||||
:id="$page.markdownPage.id"
|
:id="$page.markdownPage.id"
|
||||||
@@ -216,6 +222,15 @@
|
|||||||
img
|
img
|
||||||
content
|
content
|
||||||
}
|
}
|
||||||
|
faqMain{
|
||||||
|
id
|
||||||
|
title
|
||||||
|
}
|
||||||
|
faqContent{
|
||||||
|
id
|
||||||
|
question
|
||||||
|
content
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -241,6 +256,7 @@ import WithComparisonTable from "~/components/marketing/sections/pricing/with_co
|
|||||||
import BrandPanel from "~/components/marketing/sections/cta-sections/BrandPanel.vue";
|
import BrandPanel from "~/components/marketing/sections/cta-sections/BrandPanel.vue";
|
||||||
import AppListItem from "~/components/AppListItem.vue";
|
import AppListItem from "~/components/AppListItem.vue";
|
||||||
import Partenerships from "~/components/marketing/sections/team-sections/grid_with_large_round_images.vue";
|
import Partenerships from "~/components/marketing/sections/team-sections/grid_with_large_round_images.vue";
|
||||||
|
import CenteredAccordion from "~/components/marketing/sections/faq-sections/CenteredAccordion.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@@ -263,6 +279,7 @@ export default {
|
|||||||
BrandPanel,
|
BrandPanel,
|
||||||
AppListItem,
|
AppListItem,
|
||||||
Partenerships,
|
Partenerships,
|
||||||
|
CenteredAccordion,
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
getImg() {
|
getImg() {
|
||||||
|
|||||||
Reference in New Issue
Block a user