From a175c5862dbda0876fb51e5ff9ce82e32a94c222 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 16 Apr 2026 14:40:45 +0800 Subject: [PATCH] Update index --- docs/en/index.md | 19 +++++++++++-------- docs/index.md | 14 +++++++------- docs/zh/index.md | 17 ++++++++++------- 3 files changed, 28 insertions(+), 22 deletions(-) diff --git a/docs/en/index.md b/docs/en/index.md index 7d80bf2f..fb4937ce 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -3,23 +3,26 @@ layout: home hero: - name: "Static PHP" - tagline: "Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included." + name: "StaticPHP" + tagline: "StaticPHP is a powerful tool designed for building portable executables including PHP, extensions, and more." image: src: /images/static-php_nobg.png - alt: Static PHP CLI Logo + alt: StaticPHP Logo actions: - theme: brand text: Get Started - link: ./guide/ + link: /en/guide/ + - theme: alt + text: 中文文档 + link: /zh/ features: - - title: Static CLI Binary - details: You can easily compile a standalone php binary for general use. Including CLI, FPM sapi. + - title: Static PHP Binary + details: You can easily compile a standalone php binary for general use. Including cli, fpm, cgi, frankenphp SAPI. - title: Micro Self-Extracted Executable - details: You can compile a self-extracted executable and build with your php source code. + details: You can compile a self-extracted executable and build with your php source code using micro SAPI. - title: Dependency Management - details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions. + details: StaticPHP comes with dependency management and supports installation of different types of PHP extensions, packages and libraries. ---