diff --git a/docs_website/docusaurus.config.ts b/docs_website/docusaurus.config.ts
index fe24f61..61eab3b 100644
--- a/docs_website/docusaurus.config.ts
+++ b/docs_website/docusaurus.config.ts
@@ -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',
diff --git a/docs_website/src/pages/index.tsx b/docs_website/src/pages/index.tsx
index 4c384f9..6da0e2d 100644
--- a/docs_website/src/pages/index.tsx
+++ b/docs_website/src/pages/index.tsx
@@ -20,7 +20,7 @@ function HomepageHeader() {
- Learn and Explore the TFGrid
+ Explore the ThreeFold Grid
@@ -32,8 +32,8 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
+ title={`Home`}
+ description="Decentralized Autonomous Cloud">
diff --git a/docs_website/src/pages/support.md b/docs_website/src/pages/support.md
new file mode 100644
index 0000000..88b6561
--- /dev/null
+++ b/docs_website/src/pages/support.md
@@ -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.
\ No newline at end of file