Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/whitepaper.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
sidebar_position: 10
sidebar_position: -1
title: Redirecting to Whitepaper...
---

# 📝 Whitepaper
import Head from '@docusaurus/Head';

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

<iframe
src="https://drive.google.com/file/d/14GW1yC55YGmEm3tXATvrWcciLodelJaX/preview"
width="100%"
height="960px"
></iframe>
You are being redirected to the [GaiaNet Whitepaper](https://whitepaper.gaianet.ai/?ref=docs).
Click the link if you are not redirected.
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ const sidebars = {
// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [
{type: 'autogenerated', dirName: '.'},
{
type: 'link',
label: '📝 Whitepaper',
href: 'https://whitepaper.gaianet.ai/?ref=docs', // your actual link
},
{
type: 'link',
label: '🆕 Changelog',
Expand Down