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: packages/smooth/README.md
+144Lines changed: 144 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,150 @@ So far, we get:
76
76
- Server rendering and indexing of `./pages`
77
77
- Static file serving. `./static/` is mapped to `/static/` (given you [create a `./static/` directory](#static-file-serving-eg-images) inside your project)
78
78
79
+
80
+
81
+
### Structure
82
+
83
+
84
+
#### GraphQL definitions
85
+
86
+
- Date
87
+
- Datetime
88
+
- Image
89
+
- Link
90
+
- Media
91
+
92
+
#### Types
93
+
94
+
-@content (will appear on your back-office)
95
+
-@block (can be added to a page)
96
+
-@field (can be filled by the user)
97
+
98
+
#### Schemas / Contents
99
+
100
+
In the contents folder, you can add all types that you want to appear on your back-office's menu
0 commit comments