@stainless-api/docs 0.1.0-beta.117 → 0.1.0-beta.118
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 +13 -0
- package/package.json +3 -3
- package/plugin/routes/Overview.astro +1 -1
- package/plugin/vendor/preview.worker.docs.js +7069 -6869
- package/stl-docs/index.ts +1 -1
package/stl-docs/index.ts
CHANGED
|
@@ -263,7 +263,7 @@ function sharedLoggerIntegration(): AstroIntegration {
|
|
|
263
263
|
};
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
export function stainlessDocs(config: StainlessDocsUserConfig):
|
|
266
|
+
export function stainlessDocs(config: StainlessDocsUserConfig): AstroIntegration[] {
|
|
267
267
|
const normalizedConfigResult = parseStlDocsConfig(config);
|
|
268
268
|
if (normalizedConfigResult.result === 'error') {
|
|
269
269
|
// TODO: would be good to use the astro logger somehow
|