Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
f5e7ac2
1
Parent(s): 060359c
Use local logo
Browse files- docs/docs.json +1 -1
- docs/integrations/openai.mdx +1 -1
docs/docs.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
| 68 |
"servers/composition",
|
| 69 |
{
|
| 70 |
"group": "Deployment",
|
| 71 |
-
"icon": "
|
| 72 |
"pages": [
|
| 73 |
"deployment/running-server",
|
| 74 |
"deployment/asgi",
|
|
|
|
| 68 |
"servers/composition",
|
| 69 |
{
|
| 70 |
"group": "Deployment",
|
| 71 |
+
"icon": "upload",
|
| 72 |
"pages": [
|
| 73 |
"deployment/running-server",
|
| 74 |
"deployment/asgi",
|
docs/integrations/openai.mdx
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
title: OpenAI
|
| 3 |
sidebarTitle: OpenAI
|
| 4 |
description: Integrate FastMCP servers with the OpenAI API
|
| 5 |
-
icon: "); -webkit-mask-image: url('
|
| 6 |
---
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|
|
|
|
| 2 |
title: OpenAI
|
| 3 |
sidebarTitle: OpenAI
|
| 4 |
description: Integrate FastMCP servers with the OpenAI API
|
| 5 |
+
icon: "); -webkit-mask-image: url('/assets/icons/openai.svg');/*"
|
| 6 |
---
|
| 7 |
|
| 8 |
import { VersionBadge } from "/snippets/version-badge.mdx"
|