Skip to content

Commit 394e18d

Browse files
committed
feat: add the phoenix pro pricing link to the pro features docs
1 parent 174f481 commit 394e18d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/07-Pro Features/01-live-preview-edit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ title: Live Preview Edit Mode
55
import React from 'react';
66
import VideoPlayer from '@site/src/components/Video/player';
77

8+
:::info Pro Feature
9+
[Upgrade to Phoenix Code Pro](https://phcode.io/pricing) to access this feature.
10+
:::
11+
812
**Edit Mode** turns the Live Preview interface into a full-fledged editing environment. It lets you modify elements directly in the preview.
913
You can edit text, drag and drop elements, change images and links, inspect elements with precise measurements, and a lot more, right in the Live Preview.
1014
**Phoenix Code** automatically updates the source code.

docs/07-Pro Features/02-image-gallery.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ title: Image Gallery
55
import React from 'react';
66
import VideoPlayer from '@site/src/components/Video/player';
77

8+
:::info Pro Feature
9+
[Upgrade to Phoenix Code Pro](https://phcode.io/pricing) to access this feature.
10+
:::
11+
812
The **Image Gallery** is a panel that appears at the bottom of the Live Preview. It lets you browse images from Unsplash or select images from your device.
913

1014
> The Image Gallery is available only for `<img>` elements.

docs/07-Pro Features/03-measurements.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
title: Measurements
33
---
44

5+
:::info Pro Feature
6+
[Upgrade to Phoenix Code Pro](https://phcode.io/pricing) to access this feature.
7+
:::
8+
59
The **Measurements** feature displays ruler lines extending from the edges of a selected element to the edges of the Live Preview document, with labels showing exact pixel positions. This helps you position elements more accurately.
610

711
<!-- TODO: add image showing measurements feature -->

0 commit comments

Comments
 (0)