@farming-labs/docs 0.1.13 → 0.1.17
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 +20 -3
- package/dist/index.mjs +40 -1
- package/dist/mcp.d.mts +3 -1
- package/dist/mcp.mjs +13 -0
- package/dist/{search-DOjDVgyY.d.mts → search-OC9fiolM.d.mts} +1 -1
- package/dist/server.d.mts +2 -2
- package/dist/{types-B_Qc9Axa.d.mts → types-BqtMAFE0.d.mts} +91 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
import { a as createSimpleSearchAdapter, c as resolveSearchRequestConfig, i as createMcpSearchAdapter, n as createAlgoliaSearchAdapter, o as createTypesenseSearchAdapter, r as createCustomSearchAdapter, s as performDocsSearch, t as buildDocsSearchDocuments } from "./search-
|
|
1
|
+
import { $ as ThemeToggleConfig, A as DocsTheme, B as OpenGraphImage, C as DocsSearchConfig, D as DocsSearchResult, E as DocsSearchQuery, F as LlmsTxtConfig, G as PageTwitter, H as PageActionsConfig, I as McpDocsSearchConfig, J as SidebarFolderNode, K as SidebarComponentProps, L as OGConfig, M as FontStyle, N as GithubConfig, O as DocsSearchResultType, P as LastUpdatedConfig, Q as SimpleDocsSearchConfig, R as OpenDocsConfig, S as DocsSearchChunkingConfig, T as DocsSearchEmbeddingsConfig, U as PageFrontmatter, V as OrderingItem, W as PageOpenGraph, X as SidebarPageNode, Y as SidebarNode, Z as SidebarTree, _ as DocsMetadata, a as BreadcrumbConfig, b as DocsSearchAdapterContext, c as CodeBlockCopyData, d as DocsConfig, et as TypesenseDocsSearchConfig, f as DocsFeedbackData, g as DocsMcpToolsConfig, h as DocsMcpConfig, i as ApiReferenceRenderer, j as FeedbackConfig, k as DocsSearchSourcePage, l as CopyMarkdownConfig, m as DocsI18nConfig, n as AlgoliaDocsSearchConfig, nt as UIConfig, o as ChangelogConfig, p as DocsFeedbackValue, q as SidebarConfig, r as ApiReferenceConfig, s as ChangelogFrontmatter, t as AIConfig, tt as TypographyConfig, u as CustomDocsSearchConfig, v as DocsNav, w as DocsSearchDocument, x as DocsSearchAdapterFactory, y as DocsSearchAdapter, z as OpenDocsProvider } from "./types-BqtMAFE0.mjs";
|
|
2
|
+
import { a as createSimpleSearchAdapter, c as resolveSearchRequestConfig, i as createMcpSearchAdapter, n as createAlgoliaSearchAdapter, o as createTypesenseSearchAdapter, r as createCustomSearchAdapter, s as performDocsSearch, t as buildDocsSearchDocuments } from "./search-OC9fiolM.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/define-docs.d.ts
|
|
5
5
|
/**
|
|
@@ -7,6 +7,23 @@ import { a as createSimpleSearchAdapter, c as resolveSearchRequestConfig, i as c
|
|
|
7
7
|
*/
|
|
8
8
|
declare function defineDocs(config: DocsConfig): DocsConfig;
|
|
9
9
|
//#endregion
|
|
10
|
+
//#region src/changelog.d.ts
|
|
11
|
+
interface ResolvedChangelogConfig {
|
|
12
|
+
enabled: boolean;
|
|
13
|
+
path: string;
|
|
14
|
+
contentDir: string;
|
|
15
|
+
title: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
search: boolean;
|
|
18
|
+
actionsComponent?: unknown;
|
|
19
|
+
}
|
|
20
|
+
interface ChangelogEntrySummary extends ChangelogFrontmatter {
|
|
21
|
+
slug: string;
|
|
22
|
+
date: string;
|
|
23
|
+
url: string;
|
|
24
|
+
}
|
|
25
|
+
declare function resolveChangelogConfig(value: DocsConfig["changelog"]): ResolvedChangelogConfig;
|
|
26
|
+
//#endregion
|
|
10
27
|
//#region src/utils.d.ts
|
|
11
28
|
/**
|
|
12
29
|
* Deep merge utility for theme overrides.
|
|
@@ -98,4 +115,4 @@ declare function buildPageOpenGraph(page: Pick<PageFrontmatter, "title" | "descr
|
|
|
98
115
|
*/
|
|
99
116
|
declare function buildPageTwitter(page: Pick<PageFrontmatter, "title" | "description" | "ogImage" | "openGraph" | "twitter">, ogConfig?: OGConfig, baseUrl?: string): PageTwitter | undefined;
|
|
100
117
|
//#endregion
|
|
101
|
-
export { type AIConfig, type AlgoliaDocsSearchConfig, type ApiReferenceConfig, type ApiReferenceRenderer, type BreadcrumbConfig, type CodeBlockCopyData, type CopyMarkdownConfig, type CustomDocsSearchConfig, type DocsConfig, type DocsFeedbackData, type DocsFeedbackValue, type DocsI18nConfig, type DocsMcpConfig, type DocsMcpToolsConfig, type DocsMetadata, type DocsNav, type DocsPathMatch, type DocsSearchAdapter, type DocsSearchAdapterContext, type DocsSearchAdapterFactory, type DocsSearchChunkingConfig, type DocsSearchConfig, type DocsSearchDocument, type DocsSearchEmbeddingsConfig, type DocsSearchQuery, type DocsSearchResult, type DocsSearchResultType, type DocsSearchSourcePage, type DocsTheme, type FeedbackConfig, type FontStyle, type GithubConfig, type LastUpdatedConfig, type LlmsTxtConfig, type McpDocsSearchConfig, type OGConfig, type OpenDocsConfig, type OpenDocsProvider, type OpenGraphImage, type OrderingItem, type PageActionsConfig, type PageFrontmatter, type PageOpenGraph, type PageTwitter, type ResolvedDocsI18n, type SidebarComponentProps, type SidebarConfig, type SidebarFolderNode, type SidebarNode, type SidebarPageNode, type SidebarTree, type SimpleDocsSearchConfig, type ThemeToggleConfig, type TypesenseDocsSearchConfig, type TypographyConfig, type UIConfig, buildDocsSearchDocuments, buildPageOpenGraph, buildPageTwitter, createAlgoliaSearchAdapter, createCustomSearchAdapter, createMcpSearchAdapter, createSimpleSearchAdapter, createTheme, createTypesenseSearchAdapter, deepMerge, defineDocs, extendTheme, performDocsSearch, resolveDocsI18n, resolveDocsLocale, resolveDocsPath, resolveOGImage, resolveSearchRequestConfig, resolveTitle };
|
|
118
|
+
export { type AIConfig, type AlgoliaDocsSearchConfig, type ApiReferenceConfig, type ApiReferenceRenderer, type BreadcrumbConfig, type ChangelogConfig, type ChangelogEntrySummary, type ChangelogFrontmatter, type CodeBlockCopyData, type CopyMarkdownConfig, type CustomDocsSearchConfig, type DocsConfig, type DocsFeedbackData, type DocsFeedbackValue, type DocsI18nConfig, type DocsMcpConfig, type DocsMcpToolsConfig, type DocsMetadata, type DocsNav, type DocsPathMatch, type DocsSearchAdapter, type DocsSearchAdapterContext, type DocsSearchAdapterFactory, type DocsSearchChunkingConfig, type DocsSearchConfig, type DocsSearchDocument, type DocsSearchEmbeddingsConfig, type DocsSearchQuery, type DocsSearchResult, type DocsSearchResultType, type DocsSearchSourcePage, type DocsTheme, type FeedbackConfig, type FontStyle, type GithubConfig, type LastUpdatedConfig, type LlmsTxtConfig, type McpDocsSearchConfig, type OGConfig, type OpenDocsConfig, type OpenDocsProvider, type OpenGraphImage, type OrderingItem, type PageActionsConfig, type PageFrontmatter, type PageOpenGraph, type PageTwitter, type ResolvedChangelogConfig, type ResolvedDocsI18n, type SidebarComponentProps, type SidebarConfig, type SidebarFolderNode, type SidebarNode, type SidebarPageNode, type SidebarTree, type SimpleDocsSearchConfig, type ThemeToggleConfig, type TypesenseDocsSearchConfig, type TypographyConfig, type UIConfig, buildDocsSearchDocuments, buildPageOpenGraph, buildPageTwitter, createAlgoliaSearchAdapter, createCustomSearchAdapter, createMcpSearchAdapter, createSimpleSearchAdapter, createTheme, createTypesenseSearchAdapter, deepMerge, defineDocs, extendTheme, performDocsSearch, resolveChangelogConfig, resolveDocsI18n, resolveDocsLocale, resolveDocsPath, resolveOGImage, resolveSearchRequestConfig, resolveTitle };
|
package/dist/index.mjs
CHANGED
|
@@ -28,10 +28,49 @@ function defineDocs(config) {
|
|
|
28
28
|
ordering: config.ordering,
|
|
29
29
|
metadata: config.metadata,
|
|
30
30
|
og: config.og,
|
|
31
|
+
changelog: config.changelog,
|
|
31
32
|
apiReference: config.apiReference
|
|
32
33
|
};
|
|
33
34
|
}
|
|
34
35
|
|
|
36
|
+
//#endregion
|
|
37
|
+
//#region src/changelog.ts
|
|
38
|
+
function normalizePathSegment(value, fallback) {
|
|
39
|
+
return (value ?? fallback).trim().replace(/^\/+|\/+$/g, "") || fallback;
|
|
40
|
+
}
|
|
41
|
+
function normalizeContentDir(value) {
|
|
42
|
+
const trimmed = value?.trim();
|
|
43
|
+
if (!trimmed) return "changelog";
|
|
44
|
+
return trimmed.replace(/\/+$/, "") || "changelog";
|
|
45
|
+
}
|
|
46
|
+
function resolveChangelogConfig(value) {
|
|
47
|
+
if (value === false || value === void 0) return {
|
|
48
|
+
enabled: false,
|
|
49
|
+
path: "changelog",
|
|
50
|
+
contentDir: "changelog",
|
|
51
|
+
title: "Changelog",
|
|
52
|
+
description: void 0,
|
|
53
|
+
search: true
|
|
54
|
+
};
|
|
55
|
+
if (value === true) return {
|
|
56
|
+
enabled: true,
|
|
57
|
+
path: "changelog",
|
|
58
|
+
contentDir: "changelog",
|
|
59
|
+
title: "Changelog",
|
|
60
|
+
description: void 0,
|
|
61
|
+
search: true
|
|
62
|
+
};
|
|
63
|
+
return {
|
|
64
|
+
enabled: value.enabled !== false,
|
|
65
|
+
path: normalizePathSegment(value.path, "changelog"),
|
|
66
|
+
contentDir: normalizeContentDir(value.contentDir),
|
|
67
|
+
title: value.title?.trim() || "Changelog",
|
|
68
|
+
description: value.description?.trim() || void 0,
|
|
69
|
+
search: value.search !== false,
|
|
70
|
+
actionsComponent: value.actionsComponent
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
35
74
|
//#endregion
|
|
36
75
|
//#region src/utils.ts
|
|
37
76
|
/**
|
|
@@ -227,4 +266,4 @@ function buildPageTwitter(page, ogConfig, baseUrl) {
|
|
|
227
266
|
}
|
|
228
267
|
|
|
229
268
|
//#endregion
|
|
230
|
-
export { buildDocsSearchDocuments, buildPageOpenGraph, buildPageTwitter, createAlgoliaSearchAdapter, createCustomSearchAdapter, createMcpSearchAdapter, createSimpleSearchAdapter, createTheme, createTypesenseSearchAdapter, deepMerge, defineDocs, extendTheme, performDocsSearch, resolveDocsI18n, resolveDocsLocale, resolveDocsPath, resolveOGImage, resolveSearchRequestConfig, resolveTitle };
|
|
269
|
+
export { buildDocsSearchDocuments, buildPageOpenGraph, buildPageTwitter, createAlgoliaSearchAdapter, createCustomSearchAdapter, createMcpSearchAdapter, createSimpleSearchAdapter, createTheme, createTypesenseSearchAdapter, deepMerge, defineDocs, extendTheme, performDocsSearch, resolveChangelogConfig, resolveDocsI18n, resolveDocsLocale, resolveDocsPath, resolveOGImage, resolveSearchRequestConfig, resolveTitle };
|
package/dist/mcp.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { C as DocsSearchConfig, V as OrderingItem, h as DocsMcpConfig } from "./types-BqtMAFE0.mjs";
|
|
2
2
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
3
3
|
|
|
4
4
|
//#region src/mcp.d.ts
|
|
@@ -10,6 +10,8 @@ interface DocsMcpPage {
|
|
|
10
10
|
icon?: string;
|
|
11
11
|
content: string;
|
|
12
12
|
rawContent?: string;
|
|
13
|
+
agentContent?: string;
|
|
14
|
+
agentRawContent?: string;
|
|
13
15
|
}
|
|
14
16
|
interface DocsMcpPageNode {
|
|
15
17
|
type: "page";
|
package/dist/mcp.mjs
CHANGED
|
@@ -266,12 +266,14 @@ function scanFilesystemDocsPages(contentDirAbs, entry) {
|
|
|
266
266
|
scan(full, [...slugParts, name]);
|
|
267
267
|
continue;
|
|
268
268
|
}
|
|
269
|
+
if (name === "agent.md") continue;
|
|
269
270
|
if (!name.endsWith(".md") && !name.endsWith(".mdx") && !name.endsWith(".svx")) continue;
|
|
270
271
|
const { data, content } = matter(fs.readFileSync(full, "utf-8"));
|
|
271
272
|
const baseName = name.replace(/\.(md|mdx|svx)$/, "");
|
|
272
273
|
const isIndex = baseName === "index" || baseName === "page" || baseName === "+page";
|
|
273
274
|
const slug = isIndex ? slugParts.join("/") : [...slugParts, baseName].join("/");
|
|
274
275
|
const url = slug ? `/${entry}/${slug}` : `/${entry}`;
|
|
276
|
+
const agentDoc = isIndex ? readFilesystemAgentDoc(dir) : void 0;
|
|
275
277
|
const title = data.title ?? (isIndex ? slugParts.length > 0 ? titleize(slugParts[slugParts.length - 1]) : "Documentation" : titleize(baseName));
|
|
276
278
|
pages.push({
|
|
277
279
|
slug,
|
|
@@ -281,6 +283,7 @@ function scanFilesystemDocsPages(contentDirAbs, entry) {
|
|
|
281
283
|
icon: data.icon,
|
|
282
284
|
content: stripMarkdownForMcp(content),
|
|
283
285
|
rawContent: content,
|
|
286
|
+
...agentDoc,
|
|
284
287
|
order: typeof data.order === "number" ? data.order : Number.POSITIVE_INFINITY
|
|
285
288
|
});
|
|
286
289
|
}
|
|
@@ -288,6 +291,15 @@ function scanFilesystemDocsPages(contentDirAbs, entry) {
|
|
|
288
291
|
scan(contentDirAbs, []);
|
|
289
292
|
return pages;
|
|
290
293
|
}
|
|
294
|
+
function readFilesystemAgentDoc(dir) {
|
|
295
|
+
const agentPath = path.join(dir, "agent.md");
|
|
296
|
+
if (!fs.existsSync(agentPath)) return void 0;
|
|
297
|
+
const { content } = matter(fs.readFileSync(agentPath, "utf-8"));
|
|
298
|
+
return {
|
|
299
|
+
agentContent: stripMarkdownForMcp(content),
|
|
300
|
+
agentRawContent: content
|
|
301
|
+
};
|
|
302
|
+
}
|
|
291
303
|
function buildNavigationTreeFromPages(pages, siteTitle, ordering) {
|
|
292
304
|
const bySlug = new Map(pages.map((page) => [page.slug, page]));
|
|
293
305
|
const rootPage = bySlug.get("");
|
|
@@ -453,6 +465,7 @@ function normalizeUrlPath(value) {
|
|
|
453
465
|
return normalized.replace(/\/+$/, "");
|
|
454
466
|
}
|
|
455
467
|
function renderPageDocument(page) {
|
|
468
|
+
if (page.agentRawContent !== void 0) return page.agentRawContent;
|
|
456
469
|
const lines = [`# ${page.title}`, `URL: ${page.url}`];
|
|
457
470
|
if (page.description) lines.push(`Description: ${page.description}`);
|
|
458
471
|
lines.push("", page.rawContent ?? page.content);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { C as DocsSearchConfig, D as DocsSearchResult, I as McpDocsSearchConfig, S as DocsSearchChunkingConfig, et as TypesenseDocsSearchConfig, k as DocsSearchSourcePage, n as AlgoliaDocsSearchConfig, u as CustomDocsSearchConfig, w as DocsSearchDocument, x as DocsSearchAdapterFactory, y as DocsSearchAdapter } from "./types-BqtMAFE0.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/search.d.ts
|
|
4
4
|
declare function buildDocsSearchDocuments(pages: DocsSearchSourcePage[], chunking?: DocsSearchChunkingConfig): DocsSearchDocument[];
|
package/dist/server.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { a as createSimpleSearchAdapter, c as resolveSearchRequestConfig, i as createMcpSearchAdapter, n as createAlgoliaSearchAdapter, o as createTypesenseSearchAdapter, r as createCustomSearchAdapter, s as performDocsSearch, t as buildDocsSearchDocuments } from "./search-
|
|
1
|
+
import { C as DocsSearchConfig, D as DocsSearchResult, E as DocsSearchQuery, I as McpDocsSearchConfig, b as DocsSearchAdapterContext, d as DocsConfig, i as ApiReferenceRenderer, k as DocsSearchSourcePage, w as DocsSearchDocument, x as DocsSearchAdapterFactory, y as DocsSearchAdapter } from "./types-BqtMAFE0.mjs";
|
|
2
|
+
import { a as createSimpleSearchAdapter, c as resolveSearchRequestConfig, i as createMcpSearchAdapter, n as createAlgoliaSearchAdapter, o as createTypesenseSearchAdapter, r as createCustomSearchAdapter, s as performDocsSearch, t as buildDocsSearchDocuments } from "./search-OC9fiolM.mjs";
|
|
3
3
|
import { DocsMcpHttpHandlers, DocsMcpNavigationNode, DocsMcpNavigationTree, DocsMcpPage, DocsMcpResolvedConfig, DocsMcpSource, createDocsMcpHttpHandler, createDocsMcpServer, createFilesystemDocsMcpSource, normalizeDocsMcpRoute, resolveDocsMcpConfig, runDocsMcpStdio } from "./mcp.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/api-reference.d.ts
|
|
@@ -1244,6 +1244,70 @@ interface DocsI18nConfig {
|
|
|
1244
1244
|
/** Default locale when `?lang=` is missing or invalid. Defaults to first locale. */
|
|
1245
1245
|
defaultLocale?: string;
|
|
1246
1246
|
}
|
|
1247
|
+
interface ChangelogFrontmatter {
|
|
1248
|
+
/** Entry title shown in the changelog feed and detail page. */
|
|
1249
|
+
title?: string;
|
|
1250
|
+
/** Short summary shown in the feed and page metadata. */
|
|
1251
|
+
description?: string;
|
|
1252
|
+
/** Optional cover image path or URL for future custom changelog layouts. */
|
|
1253
|
+
image?: string;
|
|
1254
|
+
/** Optional author name(s) displayed in entry meta. */
|
|
1255
|
+
authors?: string | string[];
|
|
1256
|
+
/** Optional version badge (for example `v0.1.0`). */
|
|
1257
|
+
version?: string;
|
|
1258
|
+
/** Optional tags shown as compact badges. */
|
|
1259
|
+
tags?: string[];
|
|
1260
|
+
/** Keep important entries pinned to the top of the listing. */
|
|
1261
|
+
pinned?: boolean;
|
|
1262
|
+
/** Hide the entry from generated routes and search indexes. */
|
|
1263
|
+
draft?: boolean;
|
|
1264
|
+
}
|
|
1265
|
+
interface ChangelogConfig {
|
|
1266
|
+
/**
|
|
1267
|
+
* Whether to enable generated changelog pages.
|
|
1268
|
+
* @default false
|
|
1269
|
+
*/
|
|
1270
|
+
enabled?: boolean;
|
|
1271
|
+
/**
|
|
1272
|
+
* URL path where the changelog listing lives inside the docs layout.
|
|
1273
|
+
* Example: `"changelogs"` → `/docs/changelogs` when `entry` is `"docs"`
|
|
1274
|
+
* @default "changelog"
|
|
1275
|
+
*/
|
|
1276
|
+
path?: string;
|
|
1277
|
+
/**
|
|
1278
|
+
* Changelog source directory inside the docs content root.
|
|
1279
|
+
*
|
|
1280
|
+
* With the default docs content tree, this becomes:
|
|
1281
|
+
* `app/docs/changelog/2026-03-04/page.mdx`
|
|
1282
|
+
*
|
|
1283
|
+
* Relative values are resolved from the docs content root. Absolute values
|
|
1284
|
+
* are used as-is.
|
|
1285
|
+
*
|
|
1286
|
+
* @default "changelog"
|
|
1287
|
+
*/
|
|
1288
|
+
contentDir?: string;
|
|
1289
|
+
/**
|
|
1290
|
+
* Listing page title.
|
|
1291
|
+
* @default "Changelog"
|
|
1292
|
+
*/
|
|
1293
|
+
title?: string;
|
|
1294
|
+
/**
|
|
1295
|
+
* Listing page description shown in the changelog header and metadata.
|
|
1296
|
+
*/
|
|
1297
|
+
description?: string;
|
|
1298
|
+
/**
|
|
1299
|
+
* Show the built-in changelog search field.
|
|
1300
|
+
* @default true
|
|
1301
|
+
*/
|
|
1302
|
+
search?: boolean;
|
|
1303
|
+
/**
|
|
1304
|
+
* Custom React element rendered in the changelog rail.
|
|
1305
|
+
*
|
|
1306
|
+
* This stays `unknown` in the framework-agnostic core so adapters can accept
|
|
1307
|
+
* JSX without adding a React dependency here.
|
|
1308
|
+
*/
|
|
1309
|
+
actionsComponent?: unknown;
|
|
1310
|
+
}
|
|
1247
1311
|
type ApiReferenceRenderer = "fumadocs" | "scalar";
|
|
1248
1312
|
interface ApiReferenceConfig {
|
|
1249
1313
|
/**
|
|
@@ -1617,6 +1681,32 @@ interface DocsConfig {
|
|
|
1617
1681
|
* @see https://llmstxt.org
|
|
1618
1682
|
*/
|
|
1619
1683
|
llmsTxt?: boolean | LlmsTxtConfig;
|
|
1684
|
+
/**
|
|
1685
|
+
* Generated changelog pages backed by date-folder MDX entries inside the docs
|
|
1686
|
+
* content tree.
|
|
1687
|
+
*
|
|
1688
|
+
* Entry structure:
|
|
1689
|
+
* `docs/changelog/2026-03-04/page.mdx`
|
|
1690
|
+
*
|
|
1691
|
+
* With `entry: "docs"` and `path: "changelogs"`, the public pages render
|
|
1692
|
+
* under the docs layout at `/docs/changelogs`.
|
|
1693
|
+
*
|
|
1694
|
+
* Required frontmatter:
|
|
1695
|
+
* - `title`
|
|
1696
|
+
* - `description`
|
|
1697
|
+
*
|
|
1698
|
+
* @example
|
|
1699
|
+
* ```ts
|
|
1700
|
+
* changelog: {
|
|
1701
|
+
* enabled: true,
|
|
1702
|
+
* path: "changelogs",
|
|
1703
|
+
* contentDir: "changelog",
|
|
1704
|
+
* title: "Changelogs",
|
|
1705
|
+
* description: "Latest product updates and release notes.",
|
|
1706
|
+
* }
|
|
1707
|
+
* ```
|
|
1708
|
+
*/
|
|
1709
|
+
changelog?: boolean | ChangelogConfig;
|
|
1620
1710
|
/**
|
|
1621
1711
|
* Generated API reference pages from framework route conventions or a hosted
|
|
1622
1712
|
* OpenAPI JSON document.
|
|
@@ -1645,4 +1735,4 @@ interface DocsConfig {
|
|
|
1645
1735
|
og?: OGConfig;
|
|
1646
1736
|
}
|
|
1647
1737
|
//#endregion
|
|
1648
|
-
export {
|
|
1738
|
+
export { ThemeToggleConfig as $, DocsTheme as A, OpenGraphImage as B, DocsSearchConfig as C, DocsSearchResult as D, DocsSearchQuery as E, LlmsTxtConfig as F, PageTwitter as G, PageActionsConfig as H, McpDocsSearchConfig as I, SidebarFolderNode as J, SidebarComponentProps as K, OGConfig as L, FontStyle as M, GithubConfig as N, DocsSearchResultType as O, LastUpdatedConfig as P, SimpleDocsSearchConfig as Q, OpenDocsConfig as R, DocsSearchChunkingConfig as S, DocsSearchEmbeddingsConfig as T, PageFrontmatter as U, OrderingItem as V, PageOpenGraph as W, SidebarPageNode as X, SidebarNode as Y, SidebarTree as Z, DocsMetadata as _, BreadcrumbConfig as a, DocsSearchAdapterContext as b, CodeBlockCopyData as c, DocsConfig as d, TypesenseDocsSearchConfig as et, DocsFeedbackData as f, DocsMcpToolsConfig as g, DocsMcpConfig as h, ApiReferenceRenderer as i, FeedbackConfig as j, DocsSearchSourcePage as k, CopyMarkdownConfig as l, DocsI18nConfig as m, AlgoliaDocsSearchConfig as n, UIConfig as nt, ChangelogConfig as o, DocsFeedbackValue as p, SidebarConfig as q, ApiReferenceConfig as r, ChangelogFrontmatter as s, AIConfig as t, TypographyConfig as tt, CustomDocsSearchConfig as u, DocsNav as v, DocsSearchDocument as w, DocsSearchAdapterFactory as x, DocsSearchAdapter as y, OpenDocsProvider as z };
|