Skip to content

Commit 6df04b3

Browse files
authored
feat: update algolia settings (#93)
1 parent e005a12 commit 6df04b3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ $ GIT_USER=<Your GitHub username> yarn deploy
3939
```
4040

4141
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.
42+
43+
### Search index
44+
45+
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.

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ module.exports = {
3636
theme: "github",
3737
image: "img/logos/akamai-logo-color.svg",
3838
algolia: {
39-
appId: "U3MTGFO19C",
40-
apiKey: "e0ead7a6f8c98c140b3fca21e9eb5381",
41-
indexName: `redkubes_otomi`,
39+
appId: "6KB5EH30HY",
40+
apiKey: "66fde7b3ea3c028d87ba16c7923e7e58",
41+
indexName: "apl-net",
4242

4343
// Optional: see doc section bellow
4444
contextualSearch: true,

0 commit comments

Comments
 (0)