Skip to content

Commit 6b15b33

Browse files
authored
Merge pull request #177 from harishkotra/main
Whitepaper Redirects
2 parents 3d018d7 + 9fce11f commit 6b15b33

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

docs/whitepaper.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
sidebar_position: 10
2+
sidebar_position: -1
3+
title: Redirecting to Whitepaper...
34
---
45

5-
# 📝 Whitepaper
6+
import Head from '@docusaurus/Head';
67

7-
## Gaia Token: Coordinating Decentralized Intelligence
8+
<Head>
9+
<meta http-equiv="refresh" content="0; url=https://whitepaper.gaianet.ai/?ref=docs" />
10+
</Head>
811

9-
<iframe
10-
src="https://drive.google.com/file/d/14GW1yC55YGmEm3tXATvrWcciLodelJaX/preview"
11-
width="100%"
12-
height="960px"
13-
></iframe>
12+
You are being redirected to the [GaiaNet Whitepaper](https://whitepaper.gaianet.ai/?ref=docs).
13+
Click the link if you are not redirected.

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ const sidebars = {
1616
// By default, Docusaurus generates a sidebar from the docs folder structure
1717
tutorialSidebar: [
1818
{type: 'autogenerated', dirName: '.'},
19+
{
20+
type: 'link',
21+
label: '📝 Whitepaper',
22+
href: 'https://whitepaper.gaianet.ai/?ref=docs', // your actual link
23+
},
1924
{
2025
type: 'link',
2126
label: '🆕 Changelog',

0 commit comments

Comments
 (0)