Skip to content

Commit

Permalink
Add cheatsheet (#316)
Browse files Browse the repository at this point in the history
* Add cheatsheet

* Place cheatsheet in dedicated directory
  • Loading branch information
tinder-cfuller authored Jan 31, 2024
1 parent 6e3a810 commit f3fb489
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ site:
--output-path "$(prefix)/_site"
cp docs.html "$(prefix)/_site/index.html"
cp docs.html "$(prefix)/_site/documentation/index.html"
mkdir -p "$(prefix)/_site/cheatsheet"
cp cheatsheet.html "$(prefix)/_site/cheatsheet/index.html"

.PHONY: docs
docs: target ?= Layout
Expand Down
Loading

0 comments on commit f3fb489

Please sign in to comment.