Skip to content

Commit

Permalink
feat: update algolia settings (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda authored Nov 12, 2024
1 parent e005a12 commit 6df04b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ $ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

### Search index

The search index is provided by the algolia.com - a 3rd party service. There is crawler that indexes pages every day. In the `docusaurus.config.js` file you can find configuration parameters under the algolia property.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ module.exports = {
theme: "github",
image: "img/logos/akamai-logo-color.svg",
algolia: {
appId: "U3MTGFO19C",
apiKey: "e0ead7a6f8c98c140b3fca21e9eb5381",
indexName: `redkubes_otomi`,
appId: "6KB5EH30HY",
apiKey: "66fde7b3ea3c028d87ba16c7923e7e58",
indexName: "apl-net",

// Optional: see doc section bellow
contextualSearch: true,
Expand Down

0 comments on commit 6df04b3

Please sign in to comment.