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