mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
capitalize actix on homepage
This commit is contained in:
parent
034a6f1890
commit
5ee42c0ac2
@ -44,7 +44,7 @@ const highlights = [
|
|||||||
icon: faBatteryFull,
|
icon: faBatteryFull,
|
||||||
title: 'Feature Rich',
|
title: 'Feature Rich',
|
||||||
description: (
|
description: (
|
||||||
<>Actix provides a lot of features out of box. HTTP/2, logging, etc.</>
|
<>s provides a lot of features out of box. HTTP/2, logging, etc.</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -137,7 +137,7 @@ const Examples = () => {
|
|||||||
<div className={styles.featureText}>
|
<div className={styles.featureText}>
|
||||||
<h3 className={styles.featureTitle}>Hello World!</h3>
|
<h3 className={styles.featureTitle}>Hello World!</h3>
|
||||||
<p>
|
<p>
|
||||||
Getting started with actix is easy. An actix app comes with a URL routing system that lets you match on
|
Getting started with Actix is easy. An Actix app comes with a URL routing system that lets you match on
|
||||||
URLs and invoke individual handlers.
|
URLs and invoke individual handlers.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -151,7 +151,7 @@ const Examples = () => {
|
|||||||
<div className={styles.featureText}>
|
<div className={styles.featureText}>
|
||||||
<h3 className={styles.featureTitle}>Flexible Responders</h3>
|
<h3 className={styles.featureTitle}>Flexible Responders</h3>
|
||||||
<p>
|
<p>
|
||||||
Handler functions in actix can return a wide range of objects that
|
Handler functions in Actix can return a wide range of objects that
|
||||||
implement the <code>Responder</code> trait. This makes it a breeze
|
implement the <code>Responder</code> trait. This makes it a breeze
|
||||||
to return consistent responses from your APIs.
|
to return consistent responses from your APIs.
|
||||||
</p>
|
</p>
|
||||||
@ -190,7 +190,7 @@ const Examples = () => {
|
|||||||
<h3 className={styles.featureTitle}>Easy Form Handling</h3>
|
<h3 className={styles.featureTitle}>Easy Form Handling</h3>
|
||||||
<p>
|
<p>
|
||||||
Handling multipart/urlencoded form data is easy. Just define a
|
Handling multipart/urlencoded form data is easy. Just define a
|
||||||
structure that can be deserialized and actix will handle the rest.
|
structure that can be deserialized and Actix will handle the rest.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.example__code}>
|
<div className={styles.example__code}>
|
||||||
|
Loading…
Reference in New Issue
Block a user