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

View File

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