Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test.ipynb
.DS_Store

# Visual Studio and Visual Studio Code
bin/
Expand Down Expand Up @@ -31,4 +32,4 @@ Cargo.lock
bin/
obj/
/src/cs/samples/ConsoleClient/test.http
logs/
logs/
15 changes: 6 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Foundry Local Documentation
# 🎓 Foundry Local Documentation

The Foundry Local documentation is provided on [Microsoft Learn](https://learn.microsoft.com/azure/ai-foundry/foundry-local/) where you can find comprehensive guides and tutorials to help you get started and make the most of the Foundry Local.
Documentation for Foundry Local can be found in the following resources:

## API Reference

- [Foundry Local SDK Reference](https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/reference/reference-sdk?view=foundry-classic&tabs=windows&pivots=programming-language-javascript)

## Integration Guides

- [Using GitHub Copilot SDK with Foundry Local](./copilot-sdk-integration.md)
- [Microsoft Learn](https://learn.microsoft.com/azure/foundry-local/): This is the official documentation for Foundry Local, providing comprehensive guides, tutorials, and reference materials to help you get started and make the most of Foundry Local.
- SDK Reference:
- [C# SDK Reference](../sdk_v2/cs/README.md): This documentation provides detailed information about the C# SDK for Foundry Local, including API references, usage examples, and best practices for integrating Foundry Local into your applications.
- [JavaScript SDK Reference](../sdk_v2/js/README.md): This documentation offers detailed information about the JavaScript SDK for Foundry Local, including API references, usage examples, and best practices for integrating Foundry Local into your web applications.
270 changes: 0 additions & 270 deletions docs/copilot-sdk-integration.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/cs-api/Microsoft.AI.Foundry.Local.Configuration.WebService.md

This file was deleted.

Loading
Loading