From 70d571bd7cd6fcfda48888367bc6ff29f250b3fb Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Sat, 7 Feb 2026 11:02:04 +0100 Subject: [PATCH] docs: update homepage title and remove version display - Change title from "The Python WSGI Server" to "Serve Python Apps on the Web" - Remove "Version {{ version }}" text from hero section - Remove unused .hero__version CSS --- docs/content/index.md | 3 +-- docs/content/styles/overrides.css | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/content/index.md b/docs/content/index.md index 2e178963..fb25acc5 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -6,8 +6,7 @@ title: Gunicorn - Python WSGI HTTP Server
-

Version {{ version }}

-

The Python WSGI Server

+

Serve Python on the Web

Battle-tested. Production-ready. One command to serve your Python apps.

diff --git a/docs/content/styles/overrides.css b/docs/content/styles/overrides.css index 0cee31f6..b4041a53 100644 --- a/docs/content/styles/overrides.css +++ b/docs/content/styles/overrides.css @@ -253,12 +253,6 @@ box-shadow: none; } -.md-typeset .hero__version { - font-weight: 700; - font-size: 0.9rem; - opacity: 0.9; -} - .md-typeset .hero__logo { height: 72px; margin-bottom: 1.5rem;