Skip to content

Commit 24dd3d6

Browse files
committed
docs: add screenshots and update configuration instructions in README
1 parent c8bf0c6 commit 24dd3d6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ yarn develop --watch-admin
7272

7373
The **ImageKit** plugin will appear in the sidebar and Settings section after the app rebuilds.
7474

75-
You can now configure the plugin in the Strapi admin panel.
75+
| | |
76+
| ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
77+
| ![](https://ik.imagekit.io/ikmedia/docs_images/integration/strapi/sidebar_screenshot.png?tr=h-960,w-1898,fo-left) | ![](https://ik.imagekit.io/ikmedia/docs_images/integration/strapi/settings_screenshot.png) |
7678

7779
## Configuration
7880

@@ -83,6 +85,8 @@ You can configure the ImageKit plugin from within the Strapi admin dashboard. Fo
8385
1. Go to **Settings** in the main sidebar
8486
2. Find the **ImageKit Plugin** section and click on **Configuration**.
8587

88+
![](https://ik.imagekit.io/ikmedia/docs_images/integration/strapi/settings_screenshot.png?tr=h-960,w-1500,fo-right)
89+
8690
You'll see three configuration sections that you should complete in order:
8791

8892
#### 1. Base Configuration
@@ -91,7 +95,9 @@ This section contains the essential credentials to connect with your ImageKit ac
9195

9296
1. **Public Key**: Obtain your public key (prefixed with `public_`) from the [API Keys section](https://imagekit.io/dashboard/developer/api-keys) of your ImageKit dashboard.
9397
2. **Private Key**: Copy your private key (prefixed with `private_`) from the same dashboard page. Note: Keep your private key confidential as it grants full access to your ImageKit account.
94-
3. **URL Endpoint**: Get your endpoint URL (formatted as `https://ik.imagekit.io/your_imagekit_id`) from your [ImageKit URL endpoints page](https://imagekit.io/dashboard/url-endpoints).
98+
3. **URL Endpoint**: Get your endpoint URL (formatted as `https://ik.imagekit.io/your_imagekit_id`) from the same dashboard page.
99+
100+
![ImageKit API Keys Dashboard](https://ik.imagekit.io/ikmedia/docs_images/integration/strapi/api_keys_dashboard.png)
95101

96102
#### 2. Configure Media Delivery
97103

0 commit comments

Comments
 (0)