@mintlify/validation
Advanced tools
Comparing version 0.1.256 to 0.1.257
@@ -165,3 +165,3 @@ export declare const standardConfigSchema: { | ||
}>>; | ||
topbar: import("zod").ZodOptional<import("zod").ZodObject<{ | ||
navbar: import("zod").ZodOptional<import("zod").ZodObject<{ | ||
links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{ | ||
@@ -168,0 +168,0 @@ label: import("zod").ZodString; |
@@ -15,2 +15,3 @@ import { redirectsSchema } from '../../../v1/basics.js'; | ||
import { nameSchema } from '../../properties/name.js'; | ||
import { navbarSchema } from '../../properties/navbar.js'; | ||
import { navigationSchema } from '../../properties/navigation/index.js'; | ||
@@ -20,3 +21,2 @@ import { searchSchema } from '../../properties/search.js'; | ||
import { stylingSchema } from '../../properties/styling.js'; | ||
import { topbarSchema } from '../../properties/topbar.js'; | ||
export const standardConfigSchema = { | ||
@@ -32,3 +32,3 @@ $schema: $schemaSchema, | ||
background: backgroundSchema.optional(), | ||
topbar: topbarSchema.optional(), | ||
navbar: navbarSchema.optional(), | ||
navigation: navigationSchema, | ||
@@ -35,0 +35,0 @@ footer: footerSchema.optional(), |
@@ -172,3 +172,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
? { | ||
topbar: Object.assign(Object.assign({}, (config.topbarLinks | ||
navbar: Object.assign(Object.assign({}, (config.topbarLinks | ||
? { | ||
@@ -175,0 +175,0 @@ links: config.topbarLinks.map((item) => { |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.256", | ||
"version": "0.1.257", | ||
"description": "Validates mint.json files", | ||
@@ -63,3 +63,3 @@ "author": "Mintlify, Inc.", | ||
}, | ||
"gitHead": "f6ad2b4bbc818d0c335ec93f1f49d388e63a68d2" | ||
"gitHead": "ef1fc2e8a2eab66bc7a76d818bd224e90016ac8c" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet