We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890eb64 commit bbf106aCopy full SHA for bbf106a
docs/bundled/monitoring-snippets.json
scripts/specs/format.ts
@@ -64,7 +64,7 @@ export async function transformBundle({
64
65
if (docs) {
66
const snippets = transformCodeSamplesToGuideMethods(JSON.parse(JSON.stringify(snippetSamples)));
67
- await fsp.writeFile(toAbsolutePath(`guides/${clientName}-snippets.json`), snippets);
+ await fsp.writeFile(toAbsolutePath(`docs/bundled/${clientName}-snippets.json`), snippets);
68
}
69
70
for (const [pathKey, pathMethods] of Object.entries(bundledSpec.paths)) {
0 commit comments