@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/seo.js CHANGED
@@ -35,7 +35,7 @@ var API_NAV_SECTIONS = [
35
35
  { id: "get-job", label: "Get Job" },
36
36
  { id: "cancel-job", label: "Cancel Job" }
37
37
  ] },
38
- { id: "sources", label: "Inputs", children: [
38
+ { id: "sources", label: "Sources", children: [
39
39
  { id: "list-sources", label: "List Inputs" },
40
40
  { id: "create-source", label: "Create Input" },
41
41
  { id: "manage-source", label: "Get / Update / Delete" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talonic/docs",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Talonic documentation components — API Reference & Platform Guide",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,