Skip to content

Commit cf2092b

Browse files
committed
chore: update phcode site feature json
1 parent a70e145 commit cf2092b

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/siteNotifications/en.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,25 @@
2121
"severity": "critical | warning | info",
2222
"type": "1 | 2 | 3 - a number, not string, different styles of the message",
2323
"dismissable": "true | false - boolean, not string"
24-
}
24+
},
25+
"features": [
26+
{
27+
"title": "Live Preview",
28+
"subtitle": "See your HTML and CSS code changes instantly, without page reloads! Use powerful UI tools like the colour editor to tweak background and text colours, adjust font sizes and border-radius with number dials, or explore page layouts with live code hints.",
29+
"titleIconSrc": "assets/images/preview_o.png",
30+
"videoSrc": "https://docs-images.phcode.dev/videos/phcode.io-site/live_preview.mp4"
31+
},
32+
{
33+
"title": "Code Intelligence for the Web",
34+
"subtitle": "Write HTML, CSS, and JavaScript faster with on-the-fly code completion and catch errors before they become problems. We're always adding better smarts to our code intelligence, making Phoenix Code sharper with every release.",
35+
"titleIconSrc": "assets/images/intelligence.png",
36+
"videoSrc": "https://docs-images.phcode.dev/videos/phcode.io-site/error_detect.mp4"
37+
},
38+
{
39+
"title": "Lightning-Fast Search",
40+
"subtitle": "Find exactly what you need across your entire project with Instant search. We've fine-tuned the UX to help you pinpoint your query faster: search within specific file types, exclude files and folders, or use regular expressions for complex queries.",
41+
"titleIconSrc": "assets/images/flash.gif",
42+
"videoSrc": "https://docs-images.phcode.dev/videos/phcode.io-site/find_in_files.mp4"
43+
}
44+
]
2545
}

0 commit comments

Comments
 (0)