Skip to content

Commit d3f27c3

Browse files
committed
feat: add readmore hyperlink to phcode.io
1 parent cf2092b commit d3f27c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/siteNotifications/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"features": [
2626
{
2727
"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.",
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. <a href='https://docs.phcode.dev/docs/Features/live-preview/' target='blank'>Read more...</a>",
2929
"titleIconSrc": "assets/images/preview_o.png",
3030
"videoSrc": "https://docs-images.phcode.dev/videos/phcode.io-site/live_preview.mp4"
3131
},
3232
{
3333
"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.",
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. <a href='https://docs.phcode.dev/docs/Features/Problems%20Panel/html-lint/' target='blank'>Read more...</a>",
3535
"titleIconSrc": "assets/images/intelligence.png",
3636
"videoSrc": "https://docs-images.phcode.dev/videos/phcode.io-site/error_detect.mp4"
3737
},
3838
{
3939
"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.",
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. <a href='https://docs.phcode.dev/docs/Features/find-in-files/' target='blank'>Read more...</a>",
4141
"titleIconSrc": "assets/images/flash.gif",
4242
"videoSrc": "https://docs-images.phcode.dev/videos/phcode.io-site/find_in_files.mp4"
4343
}

0 commit comments

Comments
 (0)