Skip to content

Commit

Permalink
chore: update installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Mar 26, 2024
1 parent 0537b54 commit d03ab5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions content/1.docs/1.live-preview/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ description: Learn how to install and configure the plugin in your Kirby project

### Step 1: Install the Plugin

#### Composer

::callout{icon="i-ri-question-line"}
We are currently working on a private Composer repository that will allow you to install the plugin using Composer. Please bear with us while we work on this feature. In the meantime, you can install the plugin manually. 🙆‍♂️
::

#### Download

After your purchase, you will receive a download link for the Kirby Live Preview plugin. Download the ZIP file and extract it to your `site/plugins` folder. It should look like this:

```
Expand All @@ -17,10 +25,6 @@ site/plugins/
│ ├─ … other plugin files
```

::callout{icon="i-ri-question-line"}
Why not install the plugin using Composer? Honestly, because a private Composer repository is more expensive than what we charge for the plugin. If you have an idea how to set up a Composer package without breaking the bank, [feel free to reach out](/contact).
::

### Step 2: Blueprint Setup

Select a site or page blueprint to which you want to add the Live Preview section. Add the following section configuration to the blueprint file:
Expand Down
6 changes: 3 additions & 3 deletions content/live-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ sections:
slot: faq
description: If you can't find what you're looking for, contact us and we'll get back to you!
items:
- label: How does the licensing work?
content: The license allows you to use the plugin on as many sites as you want, as long as you are the owner of all the sites.
- label: What do I get with my purchase?
content: After your purchase, you will receive an email with a download link to a ZIP file containing the plugin. To install the plugin into your Kirby project, follow the instructions in the [documentation](/docs/live-preview).
content: After your purchase, you will receive an email with a download link to a ZIP file containing the plugin. To install the plugin into your Kirby project, follow the instructions in the [documentation](/docs/live-preview). We are currently working on Composer support.
- label: How do I receive updates for the plugin?
content: You will be notified by email when a new version of the plugin is available. You can then download the latest version from your [order page](https://app.lemonsqueezy.com/my-orders) of our payment provider.
- label: Do you offer technical support?
content: You can ask questions, report bugs or feature requests on our [GitHub repository](https://github.com/johannschopplich/kirby.tools). If you need personal support or advice, please [contact us](/contact).
- label: Can I use this plugin on multiple sites?
content: The license allows you to use the plugin on as many sites as you want, as long as you are the owner of all the sites.
- label: What is your refund policy?
content: "Because the products we offer are digital and non-returnable, your purchase is eligible for a refund only in the following situation: There is a technical problem that we can't fix within 14 days of being notified of the problem. You must provide sufficient information about how the problem occurred. If you have any questions, please [contact us](/contact)."
cta:
Expand Down

0 comments on commit d03ab5f

Please sign in to comment.