diff --git a/packages/ui/app/src/resolver/resolveDocsContent.ts b/packages/ui/app/src/resolver/resolveDocsContent.ts index 89c9867883..cc11fd0eba 100644 --- a/packages/ui/app/src/resolver/resolveDocsContent.ts +++ b/packages/ui/app/src/resolver/resolveDocsContent.ts @@ -1,3 +1,4 @@ +/* eslint-disable no-console */ import { ApiDefinitionV1ToLatest } from "@fern-api/fdr-sdk/api-definition"; import type { APIV1Read, DocsV1Read } from "@fern-api/fdr-sdk/client/types"; import * as FernNavigation from "@fern-api/fdr-sdk/navigation";