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

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,11 @@
1
1
  # @stainless-api/docs
2
2
 
3
+ ## 0.1.0-beta.43
4
+
5
+ ### Patch Changes
6
+
7
+ - a44a012: Remove debug code
8
+
3
9
  ## 0.1.0-beta.42
4
10
 
5
11
  ### 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.43",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -51,8 +51,8 @@
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",
55
- "@stainless-api/ui-primitives": "0.1.0-beta.25"
54
+ "@stainless-api/ui-primitives": "0.1.0-beta.25",
55
+ "@stainless-api/docs-ui": "0.1.0-beta.35"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@astrojs/check": "^0.9.5",
@@ -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: {