Skip to content

Commit

Permalink
Add tutorial for building a full-stack application with Smithy (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker authored Aug 29, 2024
1 parent b4b989a commit bed4d59
Show file tree
Hide file tree
Showing 4 changed files with 921 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ SHELL := /bin/bash
install: requirements.txt
python3 -m venv build/venv
source build/venv/bin/activate && pip3 install -r requirements.txt . && pip3 install -e .
touch install

clean:
-rm -rf build/*
-rm -rf build/* install

html1:
@source build/venv/bin/activate && $(SPHINXBUILD) -M html "source-1.0" "build/1.0" $(SPHINXOPTS) -W --keep-going -n $(O)
Expand Down
1 change: 1 addition & 0 deletions docs/source-2.0/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Read more
spec/index
trait-index
guides/index
tutorials/index
Additional specs <additional-specs/index>
aws/index
ts-ssdk/index
Expand Down
Loading

0 comments on commit bed4d59

Please sign in to comment.