UNPKG

@mintlify/validation

Version:

Validates mint.json files

5 lines (4 loc) 283 B
import { z } from 'zod'; export const faviconSchema = z .string() .describe('A path pointing to the favicon file in your docs folder, including the file extension. We recommend using an .svg or .png file. The favicon will automatically be resized to the appropriate sizes');