Skip to content

Commit 1752730

Browse files
committed
chore: find-replace to change sitemap to component-duplicator
1 parent ddf632f commit 1752730

File tree

14 files changed

+33
-451
lines changed

14 files changed

+33
-451
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
[@boazpoolman](https://twitter.com/boazpoolman) on twitter.
63+
[@pluginpal](https://twitter.com/pluginpal) on twitter.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ We want this community to be friendly and respectful to each other. Please follo
66

77
This plugin provides a local development instance of Strapi to develop it's features. We call this instance `playground` and it can be found in the playground folder in the root of the project. For that reason it is not needed to have your own Strapi instance running to work on this plugin. Just clone the repo and you're ready to go!
88

9-
#### 1. Fork the [repository](https://github.com/boazpoolman/strapi-plugin-sitemap)
9+
#### 1. Fork the [repository](https://github.com/pluginpal/strapi-plugin-component-duplicator)
1010

11-
[Go to the repository](https://github.com/boazpoolman/strapi-plugin-sitemap) and fork it to your own GitHub account.
11+
[Go to the repository](https://github.com/pluginpal/strapi-plugin-component-duplicator) and fork it to your own GitHub account.
1212

1313
#### 2. Clone from your repository into the plugins folder
1414

1515
```bash
16-
git clone [email protected]:YOUR_USERNAME/strapi-plugin-sitemap.git
16+
git clone [email protected]:YOUR_USERNAME/strapi-plugin-component-duplicator.git
1717
```
1818

1919
#### 3. Install the dependencies
2020

2121
Go to the plugin and install it's dependencies.
2222

2323
```bash
24-
cd strapi-plugin-sitemap && yarn install
24+
cd strapi-plugin-component-duplicator && yarn install
2525
```
2626

2727
#### 4. Install the dependencies of the playground instance

MIGRATION.md

-77
This file was deleted.

0 commit comments

Comments
 (0)