@talonic/docs 0.20.4 → 0.20.5

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/content.js CHANGED
@@ -1590,7 +1590,7 @@ var sections5 = [
1590
1590
  },
1591
1591
  {
1592
1592
  type: "callout",
1593
- text: "For the complete JSON Schema specification with all features, see the [Full Schema Reference](/docs#schema-reference) in the API docs."
1593
+ text: "For the complete JSON Schema specification with all features, see the [Full Schema Reference](/docs/platform/schema-features) in the Platform Guide."
1594
1594
  }
1595
1595
  ],
1596
1596
  related: [
package/dist/index.js CHANGED
@@ -5615,8 +5615,8 @@ function PlatformGuide({ LinkComponent }) {
5615
5615
  /* @__PURE__ */ jsxs6(Callout, { children: [
5616
5616
  "For the complete JSON Schema specification with all features, see the",
5617
5617
  " ",
5618
- /* @__PURE__ */ jsx6(LinkComp, { href: "/docs#schema-reference", children: "Full Schema Reference" }),
5619
- " in the API docs. A downloadable template is available in the",
5618
+ /* @__PURE__ */ jsx6(LinkComp, { href: "/docs/platform/schema-features", children: "Full Schema Reference" }),
5619
+ " in the Platform Guide. A downloadable template is available in the",
5620
5620
  " ",
5621
5621
  /* @__PURE__ */ jsx6(LinkComp, { href: "https://github.com/talonicdev/platform/blob/main/packages/docs/src/schema-template.json", children: "repository" }),
5622
5622
  "."