Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 7, 2023
1 parent dab8367 commit 8b930e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions exampleSite/content/docs/topics/algolia/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
algolia-index-name: prod
```

And then create the `ALGOLIA_APP_ID` and `ALGOLIA_APP_KEY` secrets for your repository.
And then create the `ALGOLIA_APP_ID` and `ALGOLIA_API_KEY` secrets for your repository.

> `ALGOLIA_APP_KEY` is the **admin** API key, **not** search only API key.
> `ALGOLIA_API_KEY` is the **admin** API key, **not** search only API key.
Once the GitHub action was created, the index file will be uploaded automatically on `git push`.
4 changes: 2 additions & 2 deletions exampleSite/content/docs/topics/algolia/index.zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
algolia-index-name: prod
```

And then create the `ALGOLIA_APP_ID` and `ALGOLIA_APP_KEY` secrets for your repository.
And then create the `ALGOLIA_APP_ID` and `ALGOLIA_API_KEY` secrets for your repository.

> `ALGOLIA_APP_KEY` is the **admin** API key, **not** search only API key.
> `ALGOLIA_API_KEY` is the **admin** API key, **not** search only API key.
Once the GitHub action was created, the index file will be uploaded automatically on `git push`.
4 changes: 2 additions & 2 deletions exampleSite/content/docs/topics/algolia/index.zh-hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
algolia-index-name: prod
```

And then create the `ALGOLIA_APP_ID` and `ALGOLIA_APP_KEY` secrets for your repository.
And then create the `ALGOLIA_APP_ID` and `ALGOLIA_API_KEY` secrets for your repository.

> `ALGOLIA_APP_KEY` is the **admin** API key, **not** search only API key.
> `ALGOLIA_API_KEY` is the **admin** API key, **not** search only API key.
Once the GitHub action was created, the index file will be uploaded automatically on `git push`.

0 comments on commit 8b930e4

Please sign in to comment.