Skip to content

Commit 58f97ad

Browse files
committed
Replace implementation docs with awesome-smithy
Rather than maintain the existing implementations page, we will now instead redirect to the awesome-smithy Github repo which is basically the same thing just better maintained. The Smithy TypeScript service framework has been moved up into the docs/guides sectiona and out of "project" to facilitate this change.
1 parent 942948e commit 58f97ad

File tree

7 files changed

+9
-277
lines changed

7 files changed

+9
-277
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ any protocol.
88
* [Specifications][specs]
99
* [Java API documentation][javadocs]
1010
* [Smithy Gradle Plugin][Smithy Gradle Plugin]
11+
* [Awesome Smithy][awesome-smithy]
1112

1213

1314
# Smithy IDL
@@ -88,3 +89,4 @@ This library is licensed under the Apache 2.0 License.
8889
[Smithy Gradle Plugin]: https://github.com/awslabs/smithy-gradle-plugin/
8990
[`smithy-build.json`]: https://smithy.io/2.0/guides/building-models/build-config.html#using-smithy-build-json
9091
[building]: https://smithy.io/2.0/guides/building-models/index.html
92+
[awesome-smithy]: https://github.com/smithy-lang/awesome-smithy

docs/root/implementations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<html>
2-
<head><meta http-equiv="refresh" content="0; url=2.0/implementations.html"/></head>
2+
<head><meta http-equiv="refresh" content="0; url=https://github.com/smithy-lang/awesome-smithy"/></head>
33
</html>

docs/source-1.0/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
1.0/guides/evolving-models.rst guides/evolving-models.rst
5858
1.0/guides/migrating-idl-1-to-2.rst guides/migrating-idl-1-to-2.rst
5959
1.0/guides/style-guide.rst guides/style-guide.rst
60-
implementations.rst https://smithy.io/implementations.html
60+
implementations.rst https://github.com/smithy-lang/awesome-smithy

docs/source-2.0/guides/using-code-generation/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and more.
1212
In this guide, we will use the Smithy model we created in the
1313
:doc:`Quick start guide </quickstart>` to generate
1414
a TypeScript client that knows how to communicate with the weather service. For a
15-
list of code generators, see :ref:`Client code generators <client-code-generators>`.
15+
list of code generators, see `Awesome Smithy <https://github.com/smithy-lang/awesome-smithy#client-code-generators>`_.
1616

1717
.. toctree::
1818
:maxdepth: 1

docs/source-2.0/implementations.rst

Lines changed: 0 additions & 272 deletions
This file was deleted.

docs/source-2.0/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ metadata, and capabilities. Smithy can be used alongside OpenAPI by
127127

128128
.. rubric:: What can Smithy do today?
129129

130-
See :doc:`Smithy projects and implementations <implementations>`.
130+
See https://github.com/smithy-lang/awesome-smithy.
131131

132132

133133
Read more
@@ -142,11 +142,12 @@ Read more
142142
guides/index
143143
Additional specs <additional-specs/index>
144144
aws/index
145+
ts-ssdk/index
145146

146147
.. toctree::
147148
:caption: Project
148149
:maxdepth: 1
149150

150-
implementations
151151
Source code <https://github.com/awslabs/smithy>
152+
Awesome Smithy <https://github.com/smithy-lang/awesome-smithy>
152153
1.0 Documentation <https://smithy.io/1.0/>

docs/source-2.0/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
implementations.rst https://github.com/smithy-lang/awesome-smithy

0 commit comments

Comments
 (0)