Skip to content

Commit faa30de

Browse files
authored
Merge pull request #676 from jlowin/anthropic
Minor docs design updates
2 parents b1a173c + 0b3590d commit faa30de

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

docs/assets/favicon.ico

15 KB
Binary file not shown.

docs/assets/icons/openai.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/assets/logo.png

486 KB
Loading

docs/docs.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
3+
"appearance": {
4+
"default": "system",
5+
"strict": false
6+
},
37
"background": {
48
"color": {
59
"dark": "#222831",
@@ -13,6 +17,10 @@
1317
"primary": "#2d00f7"
1418
},
1519
"description": "The fast, Pythonic way to build MCP servers and clients.",
20+
"favicon": {
21+
"dark": "/assets/favicon.ico",
22+
"light": "/assets/favicon.ico"
23+
},
1624
"footer": {
1725
"socials": {
1826
"bluesky": "https://bsky.app/profile/jlowin.dev",
@@ -122,5 +130,8 @@
122130
"source": "/patterns/composition"
123131
}
124132
],
133+
"search": {
134+
"prompt": "Search the docs..."
135+
},
125136
"theme": "mint"
126137
}

0 commit comments

Comments
 (0)