Skip to content

Commit

Permalink
feat: enable search (#700)
Browse files Browse the repository at this point in the history
feat: enable search

Reviewed-by: Laura Barcziová
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 18, 2023
2 parents 8f13b28 + 8b82715 commit b664191
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,13 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
algolia: {
// The application ID provided by Algolia
appId: "STHKG8EYKZ",
// Public API key: it is safe to commit it
apiKey: "5ea910a1c2fb83cb1cc4978e14d7d570",
indexName: "packitdev",
},
}),
};

Expand Down

0 comments on commit b664191

Please sign in to comment.