@mintlify/validation
Version:
Validates mint.json files
5 lines (4 loc) • 382 B
JavaScript
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. You can also include a URL, but browser support may be limited for file extensions other than PNG');