Commit 4a74cb0 1 parent dc2f0fd commit 4a74cb0 Copy full SHA for 4a74cb0
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ functionality is decommissioned.
25
25
26
26
## Functionality
27
27
28
+ ### Page rendering functionality (web and publishing)
29
+ For standard content pages, there exists a ` data.json ` in Zebedee with a ` type ` that corresponds to the handlebars
30
+ template that will render it in Babbage.
31
+
32
+
28
33
### Reader functionality (web and publishing)
29
34
30
35
#### Serving page content
@@ -50,10 +55,8 @@ Unauthenticated endpoints that only return published data from the master conten
50
55
- Index of Published Content (` /publishedindex ` )
51
56
- Get an item of published Content Data (` /publisheddata ` )
52
57
53
- ### CMS functionality (publishing only)
54
58
55
- For standard content pages, there exists a ` data.json ` in Zebedee with a ` type ` that corresponds to the handlebars
56
- template that will render it.
59
+ ### CMS functionality (publishing)
57
60
58
61
#### Managing collections
59
62
@@ -77,7 +80,7 @@ Publishing Collections
77
80
78
81
- OnPublishComplete
79
82
- Publish
80
- -
83
+
81
84
82
85
#### Content functionality
83
86
You can’t perform that action at this time.
0 commit comments