Skip to content

Commit f17a1a0

Browse files
authored
chore: doc search (#172)
1 parent 7e904b4 commit f17a1a0

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

apps/content/.vitepress/config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ export default defineConfig({
2424
themeConfig: {
2525
logo: '/logo.webp',
2626
siteTitle: '',
27+
search: {
28+
provider: 'algolia',
29+
options: {
30+
appId: '5J4R00MYLR',
31+
apiKey: '18907432ad0cf53d8b33397a85fa98a7',
32+
indexName: 'orpc-unnoq',
33+
},
34+
},
2735
socialLinks: [
2836
{ icon: 'github', link: 'https://github.com/unnoq/orpc' },
2937
{ icon: 'discord', link: 'https://discord.gg/TXEbwRBvQn' },

pnpm-lock.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)