@stainless-api/docs 0.1.0-beta.121 → 0.1.0-beta.123
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 +16 -0
- package/package.json +1 -1
- package/plugin/vendor/preview.worker.docs.js +5672 -5616
- package/stl-docs/aiChatExamples.ts +95 -0
- package/stl-docs/index.ts +14 -5
- package/stl-docs/loadStlDocsConfig.ts +5 -1
- package/virtual-module.d.ts +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @stainless-api/docs
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.123
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 813b223: Fix base path appending to header links like mailto:
|
|
8
|
+
|
|
9
|
+
## 0.1.0-beta.122
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- f22893c: Add interactive examples to ai chat
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 3fbf5d8: Updates preview worker
|
|
18
|
+
|
|
3
19
|
## 0.1.0-beta.121
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|