-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add quick setup guide with layout update
Signed-off-by: Praveen Yadav <pyadav9678@gmail.com>
- Loading branch information
Showing
28 changed files
with
704 additions
and
438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "Introduction" | ||
description: "OpenAPI specification for API Endpoints" | ||
--- | ||
|
||
<CardGroup cols={2}> | ||
<Card title="API Keys" icon="key" href="/introduction/quickstart"></Card> | ||
</CardGroup> | ||
|
||
## Authentication | ||
|
||
All API endpoints are authenticated using `X-Ms-Api-Key` Header. | ||
|
||
```json | ||
X-Ms-Api-Key: <api-key> | ||
``` | ||
|
||
<Info> | ||
Store the provided API key securely; it will be required to pass the generated | ||
and a valid API Key in Authorization header for subsequent API calls. | ||
</Info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Introduction" | ||
description: "Ingest data to your existing Observablity Platform" | ||
--- | ||
|
||
AI studio enhances observability by seamlessly exporting processed LLM data to your observability platform. This assists developers in bringing together all application-related data, including LLM usage metrics, on a unified platform, simplifying the visualization and assessment of the entire application ecosystem. | ||
|
||
--- | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Providers" href="/providers/introduction" icon="circle-nodes"> | ||
Integrate your LLM Provider | ||
</Card> | ||
<Card title="API Refernce" href="/api-reference/introduction" icon="code"> | ||
OpenAPI specification for API Endpoints | ||
</Card> | ||
</CardGroup> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.