Skip to content

Commit

Permalink
split 5inf in 5Ainf and 5Binf
Browse files Browse the repository at this point in the history
  • Loading branch information
wbigger committed Apr 8, 2019
1 parent 2a064a2 commit 2a3047a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book.sh
Expand Up @@ -17,7 +17,7 @@ if [ $# -eq 1 ] && [ $1 == "test" ]; then
fi

CLASS="null"
CLASSES="5inf"
CLASSES="5Ainf 5Binf"

if [ $# -eq 1 ] && [ $1 == "-l" ]; then
echo "Available classes: $CLASSES";
Expand Down
1 change: 1 addition & 0 deletions src/SUMMARY-5inf.md → src/SUMMARY-5Ainf.md
Expand Up @@ -4,6 +4,7 @@
- [HTML5 Walkthrough](./html5/README.md)
- [HTML](./html5/01-html.md)
- [CSS](./html5/02-css.md)
- [JS](./html5/03-js.md)
- [Deploy](./deploy/README.md)
- [Local](./deploy/local.md)
- [On-Premises](./deploy/onprem.md)
Expand Down
1 change: 1 addition & 0 deletions src/SUMMARY-5Binf.md
2 changes: 1 addition & 1 deletion src/SUMMARY.md

0 comments on commit 2a3047a

Please sign in to comment.