diff --git a/docs/whitepaper.md b/docs/whitepaper.md index c27ac35d..12bfd1b9 100644 --- a/docs/whitepaper.md +++ b/docs/whitepaper.md @@ -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 + + + - \ No newline at end of file +You are being redirected to the [GaiaNet Whitepaper](https://whitepaper.gaianet.ai/?ref=docs). +Click the link if you are not redirected. \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index cf36532f..a819ee06 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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',