Skip to content

Commit

Permalink
Add length trait to trait index
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed Aug 25, 2023
1 parent aef7995 commit 5927fea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ merge-versions:
cp -R "build/2.0/html" "build/html/2.0"
cp -R "root/" "build/html"

openhtml:
open "build/html/index.html"

.PHONY: Makefile clean
1 change: 1 addition & 0 deletions docs/source-1.0/spec/core/constraint-traits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ Given the following model,
``smithy.example#MyShape``.


.. smithy-trait:: smithy.api#length
.. _length-trait:

----------------
Expand Down
1 change: 1 addition & 0 deletions docs/source-2.0/spec/constraint-traits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Given the following model,
``smithy.example#MyShape``.


.. smithy-trait:: smithy.api#length
.. _length-trait:

``length`` trait
Expand Down

0 comments on commit 5927fea

Please sign in to comment.