@farming-labs/docs 0.0.48 → 0.0.50
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.
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ThemeToggleConfig, C as PageTwitter, D as SidebarNode, E as SidebarFolderNode, M as UIConfig, O as SidebarPageNode, S as PageOpenGraph, T as SidebarConfig, _ as OpenDocsProvider, a as CopyMarkdownConfig, b as PageActionsConfig, c as DocsMetadata, d as FontStyle, f as GithubConfig, g as OpenDocsConfig, h as OGConfig, i as CodeBlockCopyData, j as TypographyConfig, k as SidebarTree, l as DocsNav, m as LlmsTxtConfig, n as ApiReferenceConfig, o as DocsConfig, p as LastUpdatedConfig, r as BreadcrumbConfig, s as DocsI18nConfig, t as AIConfig, u as DocsTheme, v as OpenGraphImage, w as SidebarComponentProps, x as PageFrontmatter, y as OrderingItem } from "./types-
|
|
1
|
+
import { A as ThemeToggleConfig, C as PageTwitter, D as SidebarNode, E as SidebarFolderNode, M as UIConfig, O as SidebarPageNode, S as PageOpenGraph, T as SidebarConfig, _ as OpenDocsProvider, a as CopyMarkdownConfig, b as PageActionsConfig, c as DocsMetadata, d as FontStyle, f as GithubConfig, g as OpenDocsConfig, h as OGConfig, i as CodeBlockCopyData, j as TypographyConfig, k as SidebarTree, l as DocsNav, m as LlmsTxtConfig, n as ApiReferenceConfig, o as DocsConfig, p as LastUpdatedConfig, r as BreadcrumbConfig, s as DocsI18nConfig, t as AIConfig, u as DocsTheme, v as OpenGraphImage, w as SidebarComponentProps, x as PageFrontmatter, y as OrderingItem } from "./types-BUk4OKUT.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/define-docs.d.ts
|
|
4
4
|
/**
|
package/dist/server.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ApiReferenceConfig, o as DocsConfig } from "./types-
|
|
1
|
+
import { n as ApiReferenceConfig, o as DocsConfig } from "./types-BUk4OKUT.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/api-reference.d.ts
|
|
4
4
|
type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "OPTIONS" | "HEAD";
|
|
@@ -174,7 +174,7 @@ interface UIConfig {
|
|
|
174
174
|
/** Whether cards have visible borders @default true */bordered?: boolean; /** Card background color override */
|
|
175
175
|
background?: string;
|
|
176
176
|
};
|
|
177
|
-
/** Default props/variants for MDX components (Callout, CodeBlock, Tabs, etc.) */
|
|
177
|
+
/** Default props/variants for built-in MDX components (Callout, CodeBlock, Tabs, HoverLink, etc.) */
|
|
178
178
|
components?: {
|
|
179
179
|
[key: string]: Record<string, unknown> | ((defaults: unknown) => unknown);
|
|
180
180
|
};
|