@farming-labs/docs 0.2.55 → 0.2.56
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/{agent-BOOcHVDL.mjs → agent-3IpxY9F6.mjs} +3 -2
- package/dist/{agent-DXkXi-pS.mjs → agent-CxDzPqtl.mjs} +1121 -53
- package/dist/{agent-export-BYznnYed.mjs → agent-export-BtlITzt3.mjs} +10 -5
- package/dist/{agent-surface-drift-LS8zQgbq.mjs → agent-surface-drift-rGFS38Ak.mjs} +61 -63
- package/dist/{agents-BHzeeY45.mjs → agents-BguzxLhO.mjs} +3 -3
- package/dist/cli/index.mjs +14 -14
- package/dist/{doctor-CNIPJdxN.mjs → doctor-Cra5qEEi.mjs} +11 -11
- package/dist/index.d.mts +7 -3
- package/dist/index.mjs +5 -5
- package/dist/{mcp-F9zkBHrU.mjs → mcp-BwYAu9DJ.mjs} +3 -3
- package/dist/mcp.mjs +16 -59
- package/dist/{reading-time-BrTd3DIh.mjs → reading-time-W_Id2ayC.mjs} +2 -2
- package/dist/{review-Dlb8dRRx.mjs → review-x3zV5jZp.mjs} +14 -6
- package/dist/{robots-4BUJxlvV.mjs → robots-BSPfXA3J.mjs} +2 -2
- package/dist/{robots-DAptQnkx.mjs → robots-DRpoiYAV.mjs} +1 -1
- package/dist/{search-BnQKgDbk.d.mts → search-9uEaC23e.d.mts} +28 -3
- package/dist/{search-CEg1omHv.mjs → search-OHp36znm.mjs} +49 -33
- package/dist/{search-B8cF77_i.mjs → search-vG59kGqo.mjs} +3 -3
- package/dist/server.d.mts +1 -1
- package/dist/server.mjs +3 -3
- package/dist/{sitemap-D9ivTLm8.mjs → sitemap-DqxsKlvI.mjs} +3 -3
- package/dist/{sitemap-server-wsNLyVkb.mjs → sitemap-server-zFYctvCa.mjs} +1 -1
- package/package.json +2 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { _ as hashGeneratedAgentContent, b as serializeGeneratedAgentDocument, g as GENERATED_AGENT_PROVENANCE_VERSION, y as parseGeneratedAgentDocument } from "./search-
|
|
1
|
+
import { $t as stripGeneratedPageAgentContractMarkdown, Xt as normalizePageAgentFrontmatter, it as renderDocsMarkdownDocument, z as findDocsMarkdownPage } from "./agent-CxDzPqtl.mjs";
|
|
2
|
+
import { _ as hashGeneratedAgentContent, b as serializeGeneratedAgentDocument, g as GENERATED_AGENT_PROVENANCE_VERSION, y as parseGeneratedAgentDocument } from "./search-OHp36znm.mjs";
|
|
3
3
|
import { createFilesystemDocsMcpSource } from "./mcp.mjs";
|
|
4
4
|
import { c as readEnvReferenceProperty, d as readStringProperty, h as resolveDocsContentDir, i as loadDocsConfigModule, l as readNavTitle, m as resolveDocsConfigPath, o as loadProjectEnv, p as readTopLevelStringProperty, s as readBooleanProperty, t as extractNestedObjectLiteral, u as readNumberProperty } from "./config-CydaZ5PB.mjs";
|
|
5
5
|
import { createRequire } from "node:module";
|
|
@@ -337,6 +337,7 @@ function buildPageOptions(defaults, pagePath) {
|
|
|
337
337
|
function buildResolvedPageSourceDocument(page) {
|
|
338
338
|
return stripGeneratedPageAgentContractMarkdown(renderDocsMarkdownDocument({
|
|
339
339
|
...page,
|
|
340
|
+
agentContent: void 0,
|
|
340
341
|
agentRawContent: void 0
|
|
341
342
|
}));
|
|
342
343
|
}
|