From aec70e9589064fa75030f0af2e385c773b650f63 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Thu, 9 Apr 2020 16:38:01 -0700 Subject: [PATCH] Make minor tweaks to the landing page --- docs/themes/smithy/landing.html | 34 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/themes/smithy/landing.html b/docs/themes/smithy/landing.html index 80ce1c60651..f0add6af3a6 100644 --- a/docs/themes/smithy/landing.html +++ b/docs/themes/smithy/landing.html @@ -7,8 +7,8 @@

Smithy, an extensible API definition language

Smithy defines and - generates services, - clients, and documentation for any protocol. + generates clients, + services, and documentation for any protocol.
Get started Specifications @@ -42,30 +42,30 @@

Smithy, an extensible API definition language

-

Protocol-agnostic

+

🤖  Protocol-agnostic

Smithy is designed to work with any programming language, describe - services running in any environment, and work with any kind of transport or - serialization format.

+ services running in any environment, and work with any kind of + transport or serialization format.

-

Designed to evolve

-

Smithy can be extended through traits. Smithy's extensible - meta-model can capture more information about services and allows it to - evolve without breaking changes.

+

🧬  Designed to evolve

+

Smithy is extended through traits. Smithy's extensible + meta-model can evolve and capture more information about services + without breaking changes.

-

Codify and enforce API governance

-

Customizable standards and validation constraints ensure that APIs - adhere to any kind of standard or convention. Rules can be - shared and applied to all APIs in an organization.

+

⚖  Codify and enforce API governance

+

Customizable API standards help to automatically ensure that APIs + meet customer expectations. Validation rules can be shared and + applied to all APIs in an organization.

-

Resource based

-

Smithy is defined in terms of resources and operations you can enact on - them. Explicitly defining resources provides rich metadata about an API - that can be used in model transformations.

+

🖇️  Resource based

+

Smithy models are defined by resources and operations. Defining + services with resources helps lead to better APIs and provides + rich information for model transformations.