From 6c8241ddca456caa2a619c259d72f7cbd7f62959 Mon Sep 17 00:00:00 2001 From: Chase Coalwell <782571+srchase@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:53:32 -0600 Subject: [PATCH] Fix code block syntax targets --- docs/source-1.0/spec/core/behavior-traits.rst | 2 +- docs/source-2.0/guides/migrating-idl-1-to-2.rst | 4 ++-- docs/source-2.0/spec/aggregate-types.rst | 4 ++-- docs/source-2.0/spec/behavior-traits.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source-1.0/spec/core/behavior-traits.rst b/docs/source-1.0/spec/core/behavior-traits.rst index 7c768a09a00..dee948f30ed 100644 --- a/docs/source-1.0/spec/core/behavior-traits.rst +++ b/docs/source-1.0/spec/core/behavior-traits.rst @@ -36,7 +36,7 @@ provided request token to identify and discard duplicate requests. Client implementations MAY automatically provide a value for a request token member if and only if the member is not explicitly provided. -.. code-block:: +.. code-block:: smithy operation AllocateWidget { input: AllocateWidgetInput diff --git a/docs/source-2.0/guides/migrating-idl-1-to-2.rst b/docs/source-2.0/guides/migrating-idl-1-to-2.rst index fea250cb2c8..c573936ced3 100644 --- a/docs/source-2.0/guides/migrating-idl-1-to-2.rst +++ b/docs/source-2.0/guides/migrating-idl-1-to-2.rst @@ -421,7 +421,7 @@ can be updated to: .. code-block:: smithy - $version: "2.0" + $version: "2" namespace smithy.example @@ -445,7 +445,7 @@ means they can be individually targeted by traits, without having to have special handling inside of Smithy itself. Their definitions in the IDL are now also much more concise and readable. For example, the following model: -.. code-block:: +.. code-block:: smithy $version: "1.0" diff --git a/docs/source-2.0/spec/aggregate-types.rst b/docs/source-2.0/spec/aggregate-types.rst index e6c685cac46..7c62982913c 100644 --- a/docs/source-2.0/spec/aggregate-types.rst +++ b/docs/source-2.0/spec/aggregate-types.rst @@ -322,7 +322,7 @@ trait does not need to be added in its place. The special ":=" syntax for the operation input property automatically applies the ``input`` trait: -.. code-block:: +.. code-block:: smithy operation PutTimeSpan { input := { @@ -334,7 +334,7 @@ the ``input`` trait: Because of the ``input`` trait, the operation can be updated to remove the ``required`` trait without breaking things like previously generated clients: -.. code-block:: +.. code-block:: smithy operation PutTimeSpan { input := { diff --git a/docs/source-2.0/spec/behavior-traits.rst b/docs/source-2.0/spec/behavior-traits.rst index dedb9e1f357..63bf420d7d9 100644 --- a/docs/source-2.0/spec/behavior-traits.rst +++ b/docs/source-2.0/spec/behavior-traits.rst @@ -47,7 +47,7 @@ provided request token to identify and discard duplicate requests. Client implementations MAY automatically provide a value for a request token member if and only if the member is not explicitly provided. -.. code-block:: +.. code-block:: smithy operation AllocateWidget { input: AllocateWidgetInput