Jeremiah Lowin commited on
Commit
1c50cb8
·
unverified ·
1 Parent(s): 125f50b

Update banner (#1472)

Browse files
Files changed (1) hide show
  1. docs/docs.json +6 -20
docs/docs.json CHANGED
@@ -12,7 +12,7 @@
12
  "decoration": "windows"
13
  },
14
  "banner": {
15
- "content": "FastMCP Cloud is here! [Join the beta](https://fastmcp.link/x0Kyhy2)."
16
  },
17
  "colors": {
18
  "dark": "#f72585",
@@ -65,10 +65,7 @@
65
  {
66
  "group": "Essentials",
67
  "icon": "cube",
68
- "pages": [
69
- "servers/server",
70
- "deployment/running-server"
71
- ]
72
  },
73
  {
74
  "group": "Core Components",
@@ -111,10 +108,7 @@
111
  {
112
  "group": "Essentials",
113
  "icon": "cube",
114
- "pages": [
115
- "clients/client",
116
- "clients/transports"
117
- ]
118
  },
119
  {
120
  "group": "Core Operations",
@@ -140,10 +134,7 @@
140
  {
141
  "group": "Authentication",
142
  "icon": "user-shield",
143
- "pages": [
144
- "clients/auth/oauth",
145
- "clients/auth/bearer"
146
- ]
147
  }
148
  ]
149
  },
@@ -189,17 +180,12 @@
189
  },
190
  {
191
  "anchor": "What's New",
192
- "pages": [
193
- "updates",
194
- "changelog"
195
- ]
196
  },
197
  {
198
  "anchor": "Community",
199
  "icon": "users",
200
- "pages": [
201
- "community/showcase"
202
- ]
203
  }
204
  ]
205
  },
 
12
  "decoration": "windows"
13
  },
14
  "banner": {
15
+ "content": "Remote MCP that just works.   [Try FastMCP Cloud ->](https://fastmcp.link/IhmBxWn)"
16
  },
17
  "colors": {
18
  "dark": "#f72585",
 
65
  {
66
  "group": "Essentials",
67
  "icon": "cube",
68
+ "pages": ["servers/server", "deployment/running-server"]
 
 
 
69
  },
70
  {
71
  "group": "Core Components",
 
108
  {
109
  "group": "Essentials",
110
  "icon": "cube",
111
+ "pages": ["clients/client", "clients/transports"]
 
 
 
112
  },
113
  {
114
  "group": "Core Operations",
 
134
  {
135
  "group": "Authentication",
136
  "icon": "user-shield",
137
+ "pages": ["clients/auth/oauth", "clients/auth/bearer"]
 
 
 
138
  }
139
  ]
140
  },
 
180
  },
181
  {
182
  "anchor": "What's New",
183
+ "pages": ["updates", "changelog"]
 
 
 
184
  },
185
  {
186
  "anchor": "Community",
187
  "icon": "users",
188
+ "pages": ["community/showcase"]
 
 
189
  }
190
  ]
191
  },