@@ -79,7 +79,7 @@ const config = {
7979 title : 'Hypergraph' ,
8080 logo : {
8181 alt : 'Hypergraph Logo' ,
82- src : 'img/logo.svg ' ,
82+ src : 'img/HypergraphLogo.png ' ,
8383 } ,
8484 items : [
8585 {
@@ -90,14 +90,14 @@ const config = {
9090 } ,
9191 { to : '/blog' , label : 'Blog' , position : 'left' } ,
9292 {
93- href : 'https://github.com/facebook/docusaurus ' ,
93+ href : 'https://github.com/graphprotocol/hypergraph ' ,
9494 label : 'GitHub' ,
9595 position : 'right' ,
9696 } ,
9797 ] ,
9898 } ,
9999 footer : {
100- style : 'dark ' ,
100+ style : 'light ' ,
101101 links : [
102102 {
103103 title : 'Docs' ,
@@ -111,35 +111,27 @@ const config = {
111111 {
112112 title : 'Community' ,
113113 items : [
114- {
115- label : 'Stack Overflow' ,
116- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
117- } ,
118114 {
119115 label : 'Discord' ,
120- href : 'https://discordapp.com/invite/docusaurus ' ,
116+ href : 'https://discord.gg/NN69QZQQAZ ' ,
121117 } ,
122118 {
123119 label : 'X' ,
124- href : 'https://x.com/docusaurus ' ,
120+ href : 'https://x.com/geobrowser ' ,
125121 } ,
126122 ] ,
127123 } ,
128124 {
129125 title : 'More' ,
130126 items : [
131127 {
132- label : 'Blog' ,
133- to : '/blog' ,
134- } ,
135- {
136- label : 'GitHub' ,
137- href : 'https://github.com/facebook/docusaurus' ,
138- } ,
128+ label : 'Geo' ,
129+ to : 'https://geobrowser.io' ,
130+ }
139131 ] ,
140- } ,
132+ }
141133 ] ,
142- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc. Built with Docusaurus .` ,
134+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Geo Browser & contributors .` ,
143135 } ,
144136 prism : {
145137 theme : prismThemes . github ,
0 commit comments