-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CN doc of Algolia search #91
Conversation
Can't read this. Please, add EN docs to possible read and translate it on other languages. |
i am working on en doc. |
docs/ALGOLIA-SEARCH.md
Outdated
1. Run the following command to upload index data, keep a weather eye out the output of the command. | ||
|
||
``` | ||
$ export(windows 为 set) HEXO_ALGOLIA_INDEXING_KEY=Search-Only API key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为 — what it this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the mistake.
it's supported to be
export HEXO_ALGOLIA_INDEXING_KEY=Search-Only API key # Git Bash
set HEXO_ALGOLIA_INDEXING_KEY=Search-Only API key # Windows command line (DOS)
docs/ALGOLIA-SEARCH.md
Outdated
|
||
1. Go to API Keys and find your credentials. You will need the `Application ID`, the `Search-only API key` and the `Admin API key` in the following sections. The `Admin API key` need to keep confidential. | ||
|
||
![ ](http://theme-next.iissnan.com/uploads/algolia/algolia-step-3.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why space?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, it's a insertion error.
i will fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems no problems in zh-CN
version.
Add CN doc of Algolia search
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the new behavior?
According to issue #68, Add CN doc of Algolia search to install it successfully in NEXT V6+.