Skip to content

Commit

Permalink
Merge pull request #13 from zazuko/search
Browse files Browse the repository at this point in the history
Enable search
  • Loading branch information
ludovicm67 authored Aug 16, 2023
2 parents 5f80213 + 221e5b1 commit 334945b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/pr-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ comment:
- id: preview-url
files:
- 'docs/**/*'
- docusaurus.config.js
body: "Netlify preview deployed to [{{ url }}]({{ url }})"
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ const config = {
({
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
algolia: {
appId: '4EOKWGCTX1',
apiKey: '3a4dc4403e4ed8dbaf51b8d0ecae1ad4',
indexName: 'data-centric-zazuko',
},
navbar: {
title: 'Data-Centric',
logo: {
Expand Down

0 comments on commit 334945b

Please sign in to comment.