Skip to content

Commit

Permalink
Update search.md (#557)
Browse files Browse the repository at this point in the history
Added missing comma in the code example
  • Loading branch information
martyndavies authored Jan 20, 2025
1 parent cef13b5 commit beedc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/configuration/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With these you can then configure the `search` option in [Zudoku Configuration](
{
// ...
search: {
type: "inkeep"
type: "inkeep",
apiKey: "<your-api-key>",
integrationId: "<your-integration-id>",
organizationId: "<your-organization-id>",
Expand Down

0 comments on commit beedc05

Please sign in to comment.