added support

This commit is contained in:
mik-tf 2024-08-24 14:09:39 -04:00
parent 64eb2eef5a
commit bdffb56fd1
3 changed files with 22 additions and 7 deletions

View File

@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';
const config: Config = { const config: Config = {
title: 'ThreeFold Docs', title: 'ThreeFold Docs',
tagline: 'Everything ThreeFold', tagline: 'Decentralized Autonomous Cloud',
favicon: 'img/favicon.ico', favicon: 'img/favicon.ico',
// Set the production url of your site here // Set the production url of your site here
@ -60,10 +60,15 @@ const config: Config = {
], ],
themeConfig: { themeConfig: {
colorMode: {
defaultMode: 'light',
disableSwitch: true,
respectPrefersColorScheme: false,
},
// Replace with your project's social card // Replace with your project's social card
image: 'img/threefold-social-card.png', image: 'img/threefold-social-card.png',
navbar: { navbar: {
title: 'ThreeFold Docs', title: 'ThreeFold',
logo: { logo: {
alt: 'ThreeFold Logo', alt: 'ThreeFold Logo',
src: 'img/logo.svg', src: 'img/logo.svg',
@ -75,13 +80,18 @@ const config: Config = {
position: 'left', position: 'left',
label: 'Docs', label: 'Docs',
}, },
{
to: '/support',
label: 'Support',
position: 'left',
},
], ],
}, },
footer: { footer: {
style: 'dark', style: 'dark',
links: [ links: [
{ {
title: 'Website', title: 'Docs',
items: [ items: [
{ {
label: 'Litepaper', label: 'Litepaper',
@ -119,7 +129,7 @@ const config: Config = {
], ],
}, },
{ {
title: 'More', title: 'Links',
items: [ items: [
{ {
label: 'ThreeFold.io', label: 'ThreeFold.io',

View File

@ -20,7 +20,7 @@ function HomepageHeader() {
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to="/docs/litepaper"> to="/docs/litepaper">
Learn and Explore the TFGrid Explore the ThreeFold Grid
</Link> </Link>
</div> </div>
</div> </div>
@ -32,8 +32,8 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext(); const {siteConfig} = useDocusaurusContext();
return ( return (
<Layout <Layout
title={`${siteConfig.title}`} title={`Home`}
description="Everything About ThreeFold"> description="Decentralized Autonomous Cloud">
<HomepageHeader /> <HomepageHeader />
<main> <main>
<HomepageFeatures /> <HomepageFeatures />

View File

@ -0,0 +1,5 @@
# Support
If you can't find the answer to your question, our dedicated ThreeFold Support team is here to help.
Reach out to the [ThreeFold Support](https://threefoldfaq.crisp.help/en/) for assistance.