@stainless-api/docs 0.1.0-beta.42 → 0.1.0-beta.44

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @stainless-api/docs
2
2
 
3
+ ## 0.1.0-beta.44
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [38b7030]
8
+ - @stainless-api/docs-ui@0.1.0-beta.36
9
+
10
+ ## 0.1.0-beta.43
11
+
12
+ ### Patch Changes
13
+
14
+ - a44a012: Remove debug code
15
+
3
16
  ## 0.1.0-beta.42
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stainless-api/docs",
3
- "version": "0.1.0-beta.42",
3
+ "version": "0.1.0-beta.44",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -51,7 +51,7 @@
51
51
  "unified": "^11.0.5",
52
52
  "web-worker": "^1.5.0",
53
53
  "yaml": "^2.8.1",
54
- "@stainless-api/docs-ui": "0.1.0-beta.35",
54
+ "@stainless-api/docs-ui": "0.1.0-beta.36",
55
55
  "@stainless-api/ui-primitives": "0.1.0-beta.25"
56
56
  },
57
57
  "devDependencies": {
@@ -356,7 +356,7 @@ export function toStarlightSidebar({
356
356
  starlightEntries.push({
357
357
  type: 'link',
358
358
  href: route,
359
- label: `${entry.label} - ${currentStainlessPath} - ${resourceOrMethod.data.stainlessPath} - ${isCurrent === true ? 'true' : 'false'}`,
359
+ label: entry.label,
360
360
  isCurrent,
361
361
  badge: entry.badge,
362
362
  attrs: {