From 601d32efd6cf18dbbd81e018fecc2c7cd2e427bc Mon Sep 17 00:00:00 2001 From: Matthieu Dumont <5095856+Jerska@users.noreply.github.com> Date: Mon, 28 Sep 2020 15:05:16 +0200 Subject: [PATCH] chore: rename plugin (#38) Closes #24 --- package.json | 2 +- plugin/README.md | 4 ++-- plugin/manifest.yml | 2 +- plugin/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e44655f36..d1a9bb755 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin/README.md b/plugin/README.md index e4f922052..3ef0cc62b 100644 --- a/plugin/README.md +++ b/plugin/README.md @@ -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 git@github.com:algolia/algoliasearch-netlify.git diff --git a/plugin/manifest.yml b/plugin/manifest.yml index 7a03e16b6..13c174acd 100644 --- a/plugin/manifest.yml +++ b/plugin/manifest.yml @@ -1 +1 @@ -name: "@algolia/crawler-netlify-plugin" +name: "@algolia/netlify-plugin-crawler" diff --git a/plugin/package.json b/plugin/package.json index f9bdd2dca..07d43e7ab 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,5 +1,5 @@ { - "name": "@algolia/crawler-netlify-plugin", + "name": "@algolia/netlify-plugin-crawler", "version": "0.0.5", "private": false, "author": "Algolia Team ",