diff --git a/.vitepress/config.mts b/.vitepress/config.mts index de8f585..7591648 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -199,7 +199,6 @@ export default defineConfig({ { text: 'Process', link: '/docs/process' }, { text: 'Broadcasting', link: '/docs/broadcasting' }, { text: 'JSON:API Resources', link: '/docs/jsonapi' }, - { text: 'Performance & Benchmarks', link: '/docs/benchmarks' }, ] }, { diff --git a/.vitepress/theme/components/CoreModules.vue b/.vitepress/theme/components/CoreModules.vue index 7410490..601b03c 100644 --- a/.vitepress/theme/components/CoreModules.vue +++ b/.vitepress/theme/components/CoreModules.vue @@ -18,7 +18,7 @@ import { Globe, Terminal, Bot, CircleCheck } from 'lucide-vue-next'

Asynchronous Core

-

Fully async stack built on FastAPI, Starlette, Pydantic, and Masonite ORM — providing the fastest possible execution path for Python web applications.

+

Fully async stack built on FastAPI, Starlette, Pydantic, and Masonite ORM — a fully async execution path for Python web applications.

diff --git a/.vitepress/theme/components/HeroSection.vue b/.vitepress/theme/components/HeroSection.vue index e471cfb..adcdc2d 100644 --- a/.vitepress/theme/components/HeroSection.vue +++ b/.vitepress/theme/components/HeroSection.vue @@ -182,7 +182,7 @@ - Engineered for Performance + Architected for production
@@ -197,7 +197,7 @@

- FastAPI Startkit is a high-performance boilerplate engineered for speed. Batteries-included components designed to scale with your production requirements. + FastAPI Startkit is a batteries-included boilerplate for building production FastAPI applications. Modular components designed to scale with your requirements.

diff --git a/.vitepress/theme/components/SiteFooter.vue b/.vitepress/theme/components/SiteFooter.vue index 698bea6..d1bf138 100644 --- a/.vitepress/theme/components/SiteFooter.vue +++ b/.vitepress/theme/components/SiteFooter.vue @@ -14,7 +14,7 @@ import { Terminal } from 'lucide-vue-next' Fastapi Starkit

- The high-performance architecture for modern software engineering. Engineered for reliability. + A batteries-included application framework for modern Python software engineering.

@@ -25,6 +25,11 @@ import { Terminal } from 'lucide-vue-next' Github +
  • + + Performance & Benchmarks + +
  • @@ -60,7 +65,7 @@ import { Terminal } from 'lucide-vue-next'
    - © {{ copyrightYear }} FastAPI Startkit. Built for high-performance architects. + © {{ copyrightYear }} FastAPI Startkit. Built for Python application developers.