Skip to content

Commit 938f863

Browse files
committed
fix: add docs-validate skip directive for Foundry Local code block
The TypeScript snippet contains bootstrap comments and a bare object literal that isn't standalone-valid TS, same pattern used elsewhere in the file (e.g. Azure endpoint type confusion examples).
1 parent a6758cd commit 938f863

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/auth/byok.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ provider: {
257257

258258
Use the [Foundry Local SDK](https://github.com/microsoft/Foundry-Local#-integrate-with-your-applications-using-the-sdk) to bootstrap the service and model, then point the Copilot SDK at the local endpoint:
259259

260+
<!-- docs-validate: skip -->
260261
```typescript
261262
// Bootstrap: npm install foundry-local-sdk
262263
// import { FoundryLocalManager } from "foundry-local-sdk";

0 commit comments

Comments
 (0)