Commit a0ed3065 authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Ignore examples in doc when test doc

parent 4f170155
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ type ErrorHandlers = Omit<FederationFetchOptions<unknown>, "contextData">;
 *          {@link Federation} object.
 *
 * @example
 * ```ts
 * ```ts ignore
 * import { fedifyWith } from "@fedify/next";
 * import { federation } from "./federation";
 *