Skip to content

Commit

Permalink
Create Smithy-CLI installation guide (#1697)
Browse files Browse the repository at this point in the history
Add smithy-cli guide section and install guide

As part of the official Smithy-CLI release, we need a guide on how
to install it for each supported platform. A new guide section is also
added for CLI-specific guides (coming soon). A verification guide
is also written, so users can verify their installation.
  • Loading branch information
haydenbaker authored Apr 10, 2023
1 parent 37170e3 commit 75e4b4d
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# -- General configuration ------------------------------------------------

extensions = ['sphinx_copybutton', 'smithy']
extensions = ['sphinx_copybutton', 'sphinx_substitution_extensions', 'smithy']
templates_path = ['../_templates', '../root-redirects']

pygments_style = "default"
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ furo==2022.6.21

# Used by new docs.
sphinx-inline-tabs==2022.1.2b11
Sphinx-Substitution-Extensions==2022.2.16

# Use by old docs.
sphinx-tabs==3.2.0
Expand Down
2 changes: 2 additions & 0 deletions docs/source-2.0/guides/building-models/gradle-plugin.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _smithy-gradle-plugin:

====================
Smithy Gradle Plugin
====================
Expand Down
1 change: 1 addition & 0 deletions docs/source-2.0/guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Guides
.. toctree::
:maxdepth: 1

smithy-cli/index
building-models/index
using-code-generation/index
model-linters
Expand Down
Loading

0 comments on commit 75e4b4d

Please sign in to comment.