Skip to content

Commit eb5b956

Browse files
authored
Merge pull request #35 from BillyChen1/feature_search
add search feature
2 parents cb7129a + 601f59c commit eb5b956

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)