Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/CoreModules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { Globe, Terminal, Bot, CircleCheck } from 'lucide-vue-next'
<Globe :size="20" />
</div>
<h3 class="font-headline-md text-headline-md font-semibold text-on-surface tracking-[-0.01em]">Asynchronous Core</h3>
<p class="text-body-sm font-body-sm text-on-surface-variant">Fully async stack built on FastAPI, Starlette, Pydantic, and Masonite ORM — providing the fastest possible execution path for Python web applications.</p>
<p class="text-body-sm font-body-sm text-on-surface-variant">Fully async stack built on FastAPI, Starlette, Pydantic, and Masonite ORM — a fully async execution path for Python web applications.</p>
</div>
<div class="mt-auto space-y-3">
<div class="flex items-center gap-3 py-2 border-t border-outline-variant/50">
Expand Down
4 changes: 2 additions & 2 deletions .vitepress/theme/components/HeroSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-brand-teal opacity-75"></span>
<span class="relative inline-flex rounded-full h-2 w-2 bg-brand-teal"></span>
</span>
<span class="text-label-sm font-label-sm text-brand-teal uppercase tracking-wider">Engineered for Performance</span>
<span class="text-label-sm font-label-sm text-brand-teal uppercase tracking-wider">Architected for production</span>
</div>
<!-- Heading -->
Expand All @@ -197,7 +197,7 @@
<!-- Description -->
<p class="font-body-lg text-body-lg text-on-surface-variant max-w-xl">
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.
</p>
<!-- CTAs -->
Expand Down
9 changes: 7 additions & 2 deletions .vitepress/theme/components/SiteFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Terminal } from 'lucide-vue-next'
Fastapi Starkit
</div>
<p class="text-body-sm font-body-sm text-on-surface-variant">
The high-performance architecture for modern software engineering. Engineered for reliability.
A batteries-included application framework for modern Python software engineering.
</p>
</div>
<div class="space-y-4">
Expand All @@ -25,6 +25,11 @@ import { Terminal } from 'lucide-vue-next'
Github
</a>
</li>
<li>
<a href="/docs/benchmarks" class="text-on-surface-variant hover:text-brand-teal hover:underline decoration-brand-teal transition-all text-body-sm font-body-sm">
Performance &amp; Benchmarks
</a>
</li>
</ul>
</div>
<!-- <li>-->
Expand Down Expand Up @@ -60,7 +65,7 @@ import { Terminal } from 'lucide-vue-next'
</div>
<div class="max-w-7xl mx-auto px-10 pb-12 border-t border-outline-variant/10 pt-8 flex justify-between items-center">
<div class="font-label-sm text-label-sm text-on-surface-variant">
© {{ copyrightYear }} FastAPI Startkit. Built for high-performance architects.
© {{ copyrightYear }} FastAPI Startkit. Built for Python application developers.
</div>
<!-- <div class="flex gap-8 text-[10px] text-on-surface-variant uppercase font-label-sm">-->
<!-- <a class="hover:text-brand-teal transition-colors" href="#">Privacy</a>-->
Expand Down