Skip to content

Commit 601f59c

Browse files
committed
add search feature
Signed-off-by: chenqiming <whqscqm@outlook.com>
1 parent cbd7baf commit 601f59c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ const config = {
120120
({
121121
// Replace with your project's social card
122122
image: 'img/docusaurus-social-card.jpg',
123+
algolia: {
124+
appId: 'LFPGLLH528',
125+
apiKey: 'c541d93163af12d221cc7aab896e48f8',
126+
indexName: 'fluid-cloudnativeio'
127+
},
123128
navbar: {
124129
title: '',
125130
logo: {

0 commit comments

Comments
 (0)