Skip to content

Commit 03b30bf

Browse files
Fixing frontmatter by adding images + description & moving the frontmatter to the top of the file.
1 parent b0b5867 commit 03b30bf

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/site/headless-cms/flycode.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
21
---
32
title: FlyCode
43
homepage: https://flycode.com
5-
twitter: #flycodeHQ
4+
description: FlyCode helps product teams work like software engineers - to ship better products, faster with no-code
5+
twitter: flycodeHQ
66
opensource: "No"
77
typeofcms: "Git based"
88
supportedgenerators:
99
- React
1010
- Angular
1111
- Vue
1212
- PHP
13+
images:
14+
- path: /img/cms/Flycode_Jam_Step1.png
15+
- path: /img/cms/Flycode_Jam_Step2.png
16+
- path: /img/cms/Flycode_Jam_Step3.png
17+
- path: /img/cms/flycode-installation-chart.png
1318
---
1419

1520
@@ -26,9 +31,9 @@ supportedgenerators:
2631
# How it works?
2732
<br/>
2833
<div style="display:flex;flex-direction:row;width:100%">
29-
<img style="width:33%" src="../img/cms/Flycode_Jam_Step1.png" />
30-
<img style="width:33%" src="../img/cms/Flycode_Jam_Step2.png" />
31-
<img style="width:33%" src="../img/cms/Flycode_Jam_Step3.png" />
34+
<img style="width:33%" src="/img/cms/Flycode_Jam_Step1.png" />
35+
<img style="width:33%" src="/img/cms/Flycode_Jam_Step2.png" />
36+
<img style="width:33%" src="/img/cms/Flycode_Jam_Step3.png" />
3237

3338
</div>
3439
<br/>
@@ -49,7 +54,7 @@ Our visual editor (beta) helps non-developers visualize changes with the context
4954
### To start now, [sign up here](https://app.flycode.com)
5055

5156
<br />
52-
<img style="width:"50%" src="../img/cms/flycode-installation-chart.png" >
57+
<img style="width:"50%" src="/img/cms/flycode-installation-chart.png" >
5358
<br/>
5459

5560

0 commit comments

Comments
 (0)