@@ -79,7 +79,7 @@ const config = {
79
79
title : 'Hypergraph' ,
80
80
logo : {
81
81
alt : 'Hypergraph Logo' ,
82
- src : 'img/logo.svg ' ,
82
+ src : 'img/HypergraphLogo.png ' ,
83
83
} ,
84
84
items : [
85
85
{
@@ -90,14 +90,14 @@ const config = {
90
90
} ,
91
91
{ to : '/blog' , label : 'Blog' , position : 'left' } ,
92
92
{
93
- href : 'https://github.com/facebook/docusaurus ' ,
93
+ href : 'https://github.com/graphprotocol/hypergraph ' ,
94
94
label : 'GitHub' ,
95
95
position : 'right' ,
96
96
} ,
97
97
] ,
98
98
} ,
99
99
footer : {
100
- style : 'dark ' ,
100
+ style : 'light ' ,
101
101
links : [
102
102
{
103
103
title : 'Docs' ,
@@ -111,35 +111,27 @@ const config = {
111
111
{
112
112
title : 'Community' ,
113
113
items : [
114
- {
115
- label : 'Stack Overflow' ,
116
- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
117
- } ,
118
114
{
119
115
label : 'Discord' ,
120
- href : 'https://discordapp.com/invite/docusaurus ' ,
116
+ href : 'https://discord.gg/NN69QZQQAZ ' ,
121
117
} ,
122
118
{
123
119
label : 'X' ,
124
- href : 'https://x.com/docusaurus ' ,
120
+ href : 'https://x.com/geobrowser ' ,
125
121
} ,
126
122
] ,
127
123
} ,
128
124
{
129
125
title : 'More' ,
130
126
items : [
131
127
{
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
+ }
139
131
] ,
140
- } ,
132
+ }
141
133
] ,
142
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc. Built with Docusaurus .` ,
134
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Geo Browser & contributors .` ,
143
135
} ,
144
136
prism : {
145
137
theme : prismThemes . github ,
0 commit comments