Skip to content

Commit

Permalink
chore: rename plugin (#38)
Browse files Browse the repository at this point in the history
Closes #24
  • Loading branch information
Jerska authored Sep 28, 2020
1 parent a38621b commit 601d32e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {},
"devDependencies": {
"@algolia/algoliasearch-netlify-frontend": "*",
"@algolia/crawler-netlify-plugin": "*",
"@algolia/netlify-plugin-crawler": "*",
"@types/node": "14.11.2",
"@typescript-eslint/eslint-plugin": "4.2.0",
"@typescript-eslint/parser": "4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions plugin/README.md
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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/manifest.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
name: "@algolia/crawler-netlify-plugin"
name: "@algolia/netlify-plugin-crawler"
2 changes: 1 addition & 1 deletion plugin/package.json
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]>",
Expand Down

0 comments on commit 601d32e

Please sign in to comment.