Spaces:
Running
Running
Merge pull request #676 from jlowin/anthropic
Browse files- docs/assets/favicon.ico +0 -0
- docs/assets/icons/openai.svg +0 -5
- docs/assets/logo.png +3 -0
- docs/docs.json +11 -0
docs/assets/favicon.ico
ADDED
|
|
docs/assets/icons/openai.svg
DELETED
docs/assets/logo.png
ADDED
|
Git LFS Details
|
docs/docs.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"$schema": "https://mintlify.com/docs.json",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"background": {
|
| 4 |
"color": {
|
| 5 |
"dark": "#222831",
|
|
@@ -13,6 +17,10 @@
|
|
| 13 |
"primary": "#2d00f7"
|
| 14 |
},
|
| 15 |
"description": "The fast, Pythonic way to build MCP servers and clients.",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
"footer": {
|
| 17 |
"socials": {
|
| 18 |
"bluesky": "https://bsky.app/profile/jlowin.dev",
|
|
@@ -122,5 +130,8 @@
|
|
| 122 |
"source": "/patterns/composition"
|
| 123 |
}
|
| 124 |
],
|
|
|
|
|
|
|
|
|
|
| 125 |
"theme": "mint"
|
| 126 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"$schema": "https://mintlify.com/docs.json",
|
| 3 |
+
"appearance": {
|
| 4 |
+
"default": "system",
|
| 5 |
+
"strict": false
|
| 6 |
+
},
|
| 7 |
"background": {
|
| 8 |
"color": {
|
| 9 |
"dark": "#222831",
|
|
|
|
| 17 |
"primary": "#2d00f7"
|
| 18 |
},
|
| 19 |
"description": "The fast, Pythonic way to build MCP servers and clients.",
|
| 20 |
+
"favicon": {
|
| 21 |
+
"dark": "/assets/favicon.ico",
|
| 22 |
+
"light": "/assets/favicon.ico"
|
| 23 |
+
},
|
| 24 |
"footer": {
|
| 25 |
"socials": {
|
| 26 |
"bluesky": "https://bsky.app/profile/jlowin.dev",
|
|
|
|
| 130 |
"source": "/patterns/composition"
|
| 131 |
}
|
| 132 |
],
|
| 133 |
+
"search": {
|
| 134 |
+
"prompt": "Search the docs..."
|
| 135 |
+
},
|
| 136 |
"theme": "mint"
|
| 137 |
}
|