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 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.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.
+Smithy is extended through traits. Smithy's extensible + meta-model can evolve and capture more information about services + without breaking changes.
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.
+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.
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.
+Smithy models are defined by resources and operations. Defining + services with resources helps lead to better APIs and provides + rich information for model transformations.