You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,23 +33,23 @@ VDP works with **any rendering framework** — HTML/Qute, SwiftUI, Jetpack Compo
33
33
34
34
### Template Binding
35
35
36
-
The server declares *which* templates render *which* data. Templates handle data binding using their own mechanisms (Qute expressions, JSONPath, etc.).
36
+
The server declares *which* templates render *which* data. Templates handle data binding using their own mechanisms (Qute expressions, mustache, Apache FreeMarker, JSONPath, etc.).
37
37
38
38
</div>
39
39
40
40
<divclass="vdp-feature"markdown>
41
41
42
42
### Recursive Slots
43
43
44
-
Templates compose via named slots. Each slot value is itself a view descriptor, enabling arbitrarily deep template trees.
44
+
Templates compose via named slots. Each slot value is itself a view descriptor, enabling arbitrarily deep template trees — in other words, templates within templates.
45
45
46
46
</div>
47
47
48
48
<divclass="vdp-feature"markdown>
49
49
50
50
### Dual Transport
51
51
52
-
Embed view descriptors inline (`_view` / `_views` in HAL+JSON) or reference them via HTTP `Link` headers (RFC 8288) for constrained formats like OData4.
52
+
Embed view descriptors inline (`_view` / `_views` in HAL+JSON) or reference them via HTTP `Link` headers ([RFC 8288](https://www.rfc-editor.org/rfc/rfc8288)) for constrained formats like OData4.
53
53
54
54
</div>
55
55
@@ -73,7 +73,7 @@ One API response, multiple views. Serve different template trees for desktop, mo
73
73
74
74
### Standards-Compatible
75
75
76
-
Built on REST, HAL, RFC 8288, and OData4. VDP extends existing standards without breaking them.
76
+
Built on REST, HAL, [RFC 8288](https://www.rfc-editor.org/rfc/rfc8288), and OData4. VDP extends existing standards without breaking them.
77
77
78
78
</div>
79
79
@@ -85,21 +85,21 @@ A VDP view descriptor tells the client to render a sidebar layout, filling its s
0 commit comments