Skip to content

Commit 5cf4f92

Browse files
authored
Merge pull request #3 from flotiq/feature/24764-update-readme
add information about plugin to readme and update description
2 parents b2f0910 + 2e16b7a commit 5cf4f92

File tree

6 files changed

+31
-4
lines changed

6 files changed

+31
-4
lines changed

.docs/images/app_url.png

146 KB
Loading

.docs/images/hook_url.png

253 KB
Loading

.docs/images/netlify_plugin.png

201 KB
Loading

.docs/images/netlify_settings.png

131 KB
Loading

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1-
[[_TOC_]]
1+
# About plugin
22

3-
# Deploy Netlify Plugin
3+
Netlify is the platform for building highly-performant and dynamic websites, e-commerce stores and web applications. With this plugin, you can easily trigger Netlify builds within Content Object changes on form submission. You will also be able to quickly navigate to your Netlify pages from the Flotiq content editor.
4+
5+
## Plugin outcome
6+
7+
In the sidebar of the Content Object form, you will see a panel with the Netlify build buttons. Once you click the button, a link to preview the page will appear below the button.
8+
9+
<img src=".docs/images/netlify_plugin.png" alt="plugin-item" width="1000"/>
10+
11+
## Configuring plugin
12+
13+
To manage a plugin, you must first add it to your plugins. Click the "+" icon to add the plugin to your library and click the "Manage" button. It will open the plugin settings.
14+
15+
<img src=".docs/images/netlify_settings.png" alt="plugin-settings" width="700"/>
16+
17+
To complete the form, you must log in to your Netlify account. In the app's general data, under the app name, you'll find the `Build Instance URL`.
18+
19+
<img src=".docs/images/app_url.png" alt="instance-url" width="700"/>
20+
21+
To find `Build Webhook URL` go to `Site Configuration` -> `Build & deploy` -> `Build hooks`. You need to add a build hook and copy the provided URL.
22+
23+
<img src=".docs/images/hook_url.png" alt="hook-url" width="1000"/>
24+
25+
Other fields:
26+
27+
* `Display name` - Any name that will be displayed on the build button.
28+
* `Content Type Definition` - Select the content type to display the button only for the specified content type. If the content type is not selected, the button will be shown when editing each content object.
29+
30+
# Development
431

532
## Quick start
633

plugin-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "flotiq.deploy-netlify",
33
"name": "Deploy Netlify",
4-
"description": "Integration with Netlify",
5-
"version": "1.1.0",
4+
"description": "Integration with Netlify deploy. With this plugin, you can easily trigger Netlify builds within Content Object changes on form submission. You will also be able to quickly navigate to your Netlify pages from the Flotiq content editor.",
5+
"version": "1.1.1",
66
"repository": "https://github.com/flotiq/flotiq-ui-plugin-deploy-netlify",
77
"url": "https://localhost:3053/index.js",
88
"permissions": []

0 commit comments

Comments
 (0)