Jeremiah Lowin commited on
Commit
554446f
·
unverified ·
2 Parent(s): 4778540375f8c0

Merge pull request #676 from jlowin/anthropic

Browse files
docs/assets/favicon.ico ADDED
docs/assets/icons/openai.svg DELETED
docs/assets/logo.png ADDED

Git LFS Details

  • SHA256: d7b6e80d0dd43f22c7a02cd8eea277d959a3b1fe493709181414791795e9bc24
  • Pointer size: 131 Bytes
  • Size of remote file: 498 kB
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
  }