Skip to content

Commit

Permalink
docs(website): add Algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Oct 5, 2023
1 parent 48d0173 commit 21c220b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ const config = {
({
// Replace with your project's social card
image: "img/social-card.png",
algolia: {
appId: "I6TZS9IBSZ",
apiKey: "87b638e133658cdec7cc633e6c4986c3",
indexName: "next-safe-action",
},
navbar: {
title: "next-safe-action",
logo: {
Expand Down

1 comment on commit 21c220b

@vercel
Copy link

@vercel vercel bot commented on 21c220b Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.