Skip to content

Commit 540c8e0

Browse files
authored
Merge pull request #11 from helix-bridge/jay/search
Support Search
2 parents c23dfd0 + 50fc3ac commit 540c8e0

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docusaurus.config.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,7 @@ const config: Config = {
5656
alt: "Helix Bridge Logo",
5757
src: "img/logo.svg",
5858
},
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: [],
6760
},
6861
footer: {
6962
style: "dark",
@@ -106,6 +99,12 @@ const config: Config = {
10699
theme: prismThemes.github,
107100
darkTheme: prismThemes.dracula,
108101
},
102+
// Search
103+
algolia: {
104+
appId: "7XWR9R3HW7",
105+
apiKey: "67f3045c29776f57ec82bc65447ebcb7",
106+
indexName: "helixbridge",
107+
},
109108
} satisfies Preset.ThemeConfig,
110109
};
111110

static/robots.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Algolia-Crawler-Verif: C609519EC7EEFA36
2+
3+
User-agent: *
4+
Allow: /
5+
Sitemap: https://docs.helixbridge.app/sitemap.xml

0 commit comments

Comments
 (0)