mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
chore: review content configuration
This commit is contained in:
@@ -21,7 +21,6 @@ export type MenuItem =
|
|||||||
export type MenuSection = {
|
export type MenuSection = {
|
||||||
title?: string;
|
title?: string;
|
||||||
basePath?: string;
|
basePath?: string;
|
||||||
versioned?: VersionPrefix[];
|
|
||||||
items: MenuItem[];
|
items: MenuItem[];
|
||||||
omitFrom?: VersionPrefix[];
|
omitFrom?: VersionPrefix[];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ const docsCollection = defineCollection({
|
|||||||
schema: z.object({
|
schema: z.object({
|
||||||
title: z.string(),
|
title: z.string(),
|
||||||
description: z.string().optional(),
|
description: z.string().optional(),
|
||||||
order: z.number().optional(),
|
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user