Update brand images (#2960)

This commit is contained in:
Jeremiah Lowin 2026-01-20 10:52:30 -05:00 committed by GitHub
commit 1a61361764
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 5 deletions

View file

@ -3,9 +3,9 @@
<!-- omit in toc -->
<picture>
<source width="550" media="(prefers-color-scheme: dark)" srcset="docs/assets/brand/wordmark-watercolor-waves-dark.png">
<source width="550" media="(prefers-color-scheme: light)" srcset="docs/assets/brand/wordmark-watercolor-waves.png">
<img width="550" alt="FastMCP Logo" src="docs/assets/brand/wordmark-watercolor-waves.png">
<source width="550" media="(prefers-color-scheme: dark)" srcset="docs/assets/brand/f-watercolor-waves-dark-2.png">
<source width="550" media="(prefers-color-scheme: light)" srcset="docs/assets/brand/f-watercolor-waves-2.png">
<img width="550" alt="FastMCP Logo" src="docs/assets/brand/f-watercolor-waves-2.png">
</picture>
# FastMCP v2 🚀
@ -82,7 +82,7 @@ There are two ways to access the LLM-friendly documentation:
## Table of Contents
- [FastMCP v2 🚀](#fastmcp-v2-)
- [📚 Documentation](#-documentation)
- [📚 Documentation](#-documentation)
- [What is MCP?](#what-is-mcp)
- [Why FastMCP?](#why-fastmcp)
- [Installation](#installation)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 KiB

After

Width:  |  Height:  |  Size: 806 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 KiB

After

Width:  |  Height:  |  Size: 548 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

View file

@ -869,6 +869,6 @@
"theme": "almond",
"thumbnails": {
"appearance": "light",
"background": "/assets/brand/thumbnail-background.png"
"background": "/assets/brand/thumbnail-background-2.png"
}
}