Skip to content

Commit 8f0ea84

Browse files
authored
docs: add algolia search
1 parent 73f3395 commit 8f0ea84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,10 @@ export default defineConfig({
5555
message: "Released under the MIT License.",
5656
copyright: "Copyright © 2016-present Feathers contributors",
5757
},
58+
algolia: {
59+
appId: '4GNLWKU0RF',
60+
apiKey: '8114a3bec3c82b65c26a4ed113659bce',
61+
indexName: 'feathers-hooks'
62+
}
5863
},
5964
});

0 commit comments

Comments
 (0)