@talonic/docs 0.8.1 → 0.8.2
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.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/seo.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -533,7 +533,7 @@ var NAV_SECTIONS = [
|
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
535
|
id: "sources",
|
|
536
|
-
label: "
|
|
536
|
+
label: "Sources",
|
|
537
537
|
children: [
|
|
538
538
|
{ id: "list-sources", label: "List Inputs" },
|
|
539
539
|
{ id: "create-source", label: "Create Input" },
|
|
@@ -3679,7 +3679,7 @@ function PlatformGuide({ LinkComponent }) {
|
|
|
3679
3679
|
/* @__PURE__ */ jsx6(MockNavItem, { label: "Dashboard" }),
|
|
3680
3680
|
/* @__PURE__ */ jsx6(MockNavItem, { label: "Sources", active: true }),
|
|
3681
3681
|
/* @__PURE__ */ jsx6(MockNavItem, { label: "Documents", indent: true }),
|
|
3682
|
-
/* @__PURE__ */ jsx6(MockNavItem, { label: "Field
|
|
3682
|
+
/* @__PURE__ */ jsx6(MockNavItem, { label: "Field Registry", indent: true }),
|
|
3683
3683
|
/* @__PURE__ */ jsx6(MockNavItem, { label: "Structuring" }),
|
|
3684
3684
|
/* @__PURE__ */ jsx6(MockNavItem, { label: "Schemas", indent: true }),
|
|
3685
3685
|
/* @__PURE__ */ jsx6(MockNavItem, { label: "Cases", indent: true }),
|
|
@@ -3828,10 +3828,10 @@ function PlatformGuide({ LinkComponent }) {
|
|
|
3828
3828
|
/* @__PURE__ */ jsx6(SubHeading, { id: "field-registry", children: "Field Registry" }),
|
|
3829
3829
|
/* @__PURE__ */ jsxs6(P, { children: [
|
|
3830
3830
|
"Navigate to ",
|
|
3831
|
-
/* @__PURE__ */ jsx6("strong", { children: "Sources
|
|
3831
|
+
/* @__PURE__ */ jsx6("strong", { children: "Sources \u2192 Field Registry" }),
|
|
3832
3832
|
" to explore the registry. Every canonical field is displayed with its tier, data type, occurrence count, and document types."
|
|
3833
3833
|
] }),
|
|
3834
|
-
/* @__PURE__ */ jsx6(UiExcerpt, { title: "Field
|
|
3834
|
+
/* @__PURE__ */ jsx6(UiExcerpt, { title: "Field Registry \u2014 Registry Table", caption: "Fields are organized by tier with occurrence counts, data types, and master instruction status.", children: /* @__PURE__ */ jsx6("div", { className: "border border-void-border rounded-lg overflow-hidden", children: /* @__PURE__ */ jsxs6("table", { className: "w-full text-[12px]", children: [
|
|
3835
3835
|
/* @__PURE__ */ jsx6("thead", { children: /* @__PURE__ */ jsxs6("tr", { className: "bg-void-surface-2/50 border-b border-void-border", children: [
|
|
3836
3836
|
/* @__PURE__ */ jsx6("th", { className: "text-left px-3 py-2 text-[10px] text-void-text-muted font-medium uppercase tracking-wider", children: "Field Name" }),
|
|
3837
3837
|
/* @__PURE__ */ jsx6("th", { className: "text-left px-3 py-2 text-[10px] text-void-text-muted font-medium uppercase tracking-wider", children: "Tier" }),
|
|
@@ -3886,7 +3886,7 @@ function PlatformGuide({ LinkComponent }) {
|
|
|
3886
3886
|
/* @__PURE__ */ jsxs6(Callout, { children: [
|
|
3887
3887
|
"Click ",
|
|
3888
3888
|
/* @__PURE__ */ jsx6("strong", { children: '"Synthesize All"' }),
|
|
3889
|
-
" in the Field
|
|
3889
|
+
" in the Field Registry to generate instructions for all qualifying fields. This runs the combined pipeline: embed \u2192 resolve \u2192 synthesize."
|
|
3890
3890
|
] }),
|
|
3891
3891
|
/* @__PURE__ */ jsx6(SectionHeading, { id: "schemas-templates", children: "Schemas & Templates" }),
|
|
3892
3892
|
/* @__PURE__ */ jsx6(P, { children: "Schemas define the structure of your output data. There are two types: AI-generated schemas created per document type, and user templates you define yourself." }),
|
|
@@ -4703,7 +4703,7 @@ var API_NAV_SECTIONS = [
|
|
|
4703
4703
|
{ id: "get-job", label: "Get Job" },
|
|
4704
4704
|
{ id: "cancel-job", label: "Cancel Job" }
|
|
4705
4705
|
] },
|
|
4706
|
-
{ id: "sources", label: "
|
|
4706
|
+
{ id: "sources", label: "Sources", children: [
|
|
4707
4707
|
{ id: "list-sources", label: "List Inputs" },
|
|
4708
4708
|
{ id: "create-source", label: "Create Input" },
|
|
4709
4709
|
{ id: "manage-source", label: "Get / Update / Delete" },
|