@mintlify/link-rot 3.0.1156 → 3.0.1158

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6919,15 +6919,7 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
6919
6919
  dark?: string | undefined;
6920
6920
  background?: {
6921
6921
  light?: string | undefined;
6922
- dark
6923
- /**
6924
- * Read docs.json (preferred) or mint.json from `baseDir` and resolve any
6925
- * `$ref` pointers inside it to sibling JSON files. Returns the fully
6926
- * expanded object, matching what production sees after `getConfigObj`.
6927
- *
6928
- * Returns `null` when neither config exists or when parsing/resolution fails.
6929
- */
6930
- ?: string | undefined;
6922
+ dark?: string | undefined;
6931
6923
  } | undefined;
6932
6924
  anchors?: string | {
6933
6925
  from: string;