Skip to content

Commit

Permalink
feature: add algolia search (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Oct 18, 2023
1 parent cde02c4 commit 0cc71c4
Show file tree
Hide file tree
Showing 3 changed files with 6,090 additions and 14,826 deletions.
9 changes: 9 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,15 @@ const config = {
prism: {
theme: lightCodeTheme,
},
algolia: {
// The application ID provided by Algolia
appId: '1QV814950M',

// Public API key: it is safe to commit it
apiKey: '7445da3dec050d45d29f3fe93ed45af3',

indexName: 'nacos',
},
}),
};

Expand Down
Loading

0 comments on commit 0cc71c4

Please sign in to comment.