File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -39,20 +39,6 @@ export default defineContentConfig({
39
39
include : 'templates.yml' ,
40
40
} ] ,
41
41
} ) ,
42
- docs : defineCollection ( {
43
- type : 'page' ,
44
- source : {
45
- include : 'docs/**/*' ,
46
- } ,
47
- schema : z . object ( {
48
- links : z . array ( z . object ( {
49
- label : z . string ( ) ,
50
- icon : z . string ( ) ,
51
- to : z . string ( ) ,
52
- target : z . string ( ) . optional ( ) ,
53
- } ) ) . optional ( ) ,
54
- } ) ,
55
- } ) ,
56
42
pricing : defineCollection ( {
57
43
type : 'page' ,
58
44
source : 'studio/pricing.yml' ,
@@ -154,6 +140,7 @@ export default defineContentConfig({
154
140
type : 'page' ,
155
141
source : [ { include : 'blog/*.md' } , { include : 'changelog/*.md' } ] ,
156
142
schema : z . object ( {
143
+ categories : z . array ( z . string ( ) ) ,
157
144
draft : z . boolean ( ) . default ( false ) ,
158
145
authors : z . array ( z . object ( {
159
146
slug : z . string ( ) ,
You can’t perform that action at this time.
0 commit comments