File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments