File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,7 @@ const config: Config = {
56
56
alt : "Helix Bridge Logo" ,
57
57
src : "img/logo.svg" ,
58
58
} ,
59
- items : [
60
- {
61
- href : "https://github.com/helix-bridge" ,
62
- label : "GitHub" ,
63
- position : "right" ,
64
- logo : '/img/logo.svg'
65
- } ,
66
- ] ,
59
+ items : [ ] ,
67
60
} ,
68
61
footer : {
69
62
style : "dark" ,
@@ -106,6 +99,12 @@ const config: Config = {
106
99
theme : prismThemes . github ,
107
100
darkTheme : prismThemes . dracula ,
108
101
} ,
102
+ // Search
103
+ algolia : {
104
+ appId : "7XWR9R3HW7" ,
105
+ apiKey : "67f3045c29776f57ec82bc65447ebcb7" ,
106
+ indexName : "helixbridge" ,
107
+ } ,
109
108
} satisfies Preset . ThemeConfig ,
110
109
} ;
111
110
Original file line number Diff line number Diff line change
1
+ # Algolia-Crawler-Verif: C609519EC7EEFA36
2
+
3
+ User-agent: *
4
+ Allow: /
5
+ Sitemap: https://docs.helixbridge.app/sitemap.xml
You can’t perform that action at this time.
0 commit comments