mirror of
https://github.com/Baboo7/strapi-plugin-import-export-entries.git
synced 2025-11-13 00:05:07 -05:00
chore(doc): Improve
This commit is contained in:
parent
d95228233b
commit
6fea3ee3ef
28
README.md
28
README.md
@ -2,7 +2,25 @@
|
|||||||
|
|
||||||
This plugin helps you import and export data from and to your database in just few clicks.
|
This plugin helps you import and export data from and to your database in just few clicks.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="./doc/logo.png" alt="UI" width="300"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
<img src="./doc/scr-ui.png" alt="UI" width="500"/>
|
<img src="./doc/scr-ui.png" alt="UI" width="500"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
## Table Of Content
|
||||||
|
|
||||||
|
- [Requirements](#requirements)
|
||||||
|
- [Installation](#installation)
|
||||||
|
- [Rebuild The Admin Panel](#rebuild-the-admin-panel)
|
||||||
|
- [Usage](#usage)
|
||||||
|
- [Features](#features)
|
||||||
|
- [Author](#author)
|
||||||
|
- [Acknowledgments](#acknowledgments)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -73,7 +91,7 @@ module.exports = ({ env }) => ({
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
## Rebuild the admin panel
|
## Rebuild The Admin Panel
|
||||||
|
|
||||||
New releases can introduce changes to the administration panel that require a rebuild. Rebuild the admin panel with one of the following commands:
|
New releases can introduce changes to the administration panel that require a rebuild. Rebuild the admin panel with one of the following commands:
|
||||||
|
|
||||||
@ -87,6 +105,14 @@ or
|
|||||||
npm run build --clean
|
npm run build --clean
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Once the plugin is installed and setup, the functionnalities are accessible on the content management page of a collection.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="./doc/scr-usage.png" alt="UI" width="500"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
### Import
|
### Import
|
||||||
|
|||||||
BIN
doc/logo.png
Normal file
BIN
doc/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
BIN
doc/scr-usage.png
Normal file
BIN
doc/scr-usage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 293 KiB |
Loading…
x
Reference in New Issue
Block a user