diff --git a/docs/main/introduction.md b/docs/main/introduction.md
index 3473e3d..c88158c 100644
--- a/docs/main/introduction.md
+++ b/docs/main/introduction.md
@@ -1,5 +1,6 @@
---
sidebar_position: 1
+slug: /
---
![](img/web0.png)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index b4300f3..129bcd7 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -3,34 +3,8 @@ import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
- title: 'ThreeFold Tech',
- tagline: 'Self-Healing Data & Cloud Network',
- favicon: 'img/favicon.png',
-
- url: 'https://threefold.info',
- baseUrl: '/tftech/',
-
- onBrokenLinks: 'throw',
- onBrokenMarkdownLinks: 'warn',
-
- i18n: {
- defaultLocale: 'en',
- locales: ['en'],
- },
-
- presets: [
- [
- 'classic',
- {
- docs: {
- sidebarPath
-import {themes as prismThemes} from 'prism-react-renderer';
-import type {Config} from '@docusaurus/types';
-import type * as Preset from '@docusaurus/preset-classic';
-
-const config: Config = {
- title: 'ThreeFold Tech',
- tagline: 'Self-Healing Data & Cloud Network',
+ title: 'ThreeFold',
+ tagline: 'Geo Aware Internet Platform',
favicon: 'img/favicon.png',
url: 'https://threefold.info',
@@ -91,10 +65,10 @@ const config: Config = {
},
image: 'img/tf_graph.png',
metadata: [
- { name: 'description', content: 'ThreeFold is laying the foundation for Web4, the next generation of the Internet.' },
+ { name: 'description', content: 'ThreeFold is laying the foundation for a geo aware Web 0, the next generation of the Internet.' },
{ property: 'og:image', content: 'https://threefold.info/tftech/img/tf_graph.png' },
- { property: 'og:description', content: 'ThreeFold is laying the foundation for Web4, the next generation of the Internet.' },
- { property: 'og:title', content: 'Introduction | ThreeFold Docs' },
+ { property: 'og:description', content: 'ThreeFold is laying the foundation for a geo aware Web 0, the next generation of the Internet.' },
+ { property: 'og:title', content: 'ThreeFold Technology Vision' },
],
navbar: {
title: '',
@@ -107,7 +81,8 @@ const config: Config = {
type: 'docSidebar',
sidebarId: 'mainSidebar',
position: 'left',
- label: 'Home',
+ label: 'Docs',
+ slug: '/'
},
{
href: 'https://docs.threefold.io/',
@@ -141,7 +116,7 @@ const config: Config = {
items: [
{
label: 'Introduction',
- to: '/docs/introduction',
+ to: '/docs',
},
{
label: 'V3 Manual',
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 090904f..cb43ef3 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -2,5 +2,5 @@ import React from 'react';
import { Redirect } from '@docusaurus/router';
export default function Home() {
- return ;
+ return ;
}
\ No newline at end of file