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({
3939 include : 'templates.yml' ,
4040 } ] ,
4141 } ) ,
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- } ) ,
5642 pricing : defineCollection ( {
5743 type : 'page' ,
5844 source : 'studio/pricing.yml' ,
@@ -154,6 +140,7 @@ export default defineContentConfig({
154140 type : 'page' ,
155141 source : [ { include : 'blog/*.md' } , { include : 'changelog/*.md' } ] ,
156142 schema : z . object ( {
143+ categories : z . array ( z . string ( ) ) ,
157144 draft : z . boolean ( ) . default ( false ) ,
158145 authors : z . array ( z . object ( {
159146 slug : z . string ( ) ,
You can’t perform that action at this time.
0 commit comments