-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #24
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# crawler-netlify-plugin | ||
# netlify-plugin-crawler | ||
|
||
This plugin links your Netlify site with Algolia's Crawler. | ||
It will trigger a crawl on each successful build. | ||
|
@@ -22,7 +22,7 @@ For a local run, those need to be set in `.env` using `cp .env.example .env` and | |
**Only accessible to Algolia employees.** | ||
|
||
1. Access to the Algolia team on Netlify (only granted to Algolia employees). | ||
2. Access to the test website in this org: https://app.netlify.com/sites/crawler-netlify-plugin/ | ||
2. Access to the test website in this org: https://app.netlify.com/sites/algoliasearch-netlify/ | ||
3. Clone the repo and link it to the test website on Netlify: | ||
```sh | ||
git clone [email protected]:algolia/algoliasearch-netlify.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
name: "@algolia/crawler-netlify-plugin" | ||
name: "@algolia/netlify-plugin-crawler" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@algolia/crawler-netlify-plugin", | ||
"name": "@algolia/netlify-plugin-crawler", | ||
"version": "0.0.5", | ||
"private": false, | ||
"author": "Algolia Team <[email protected]>", | ||
|