Skip to content

Commit f3fb489

Browse files
Add cheatsheet (#316)
* Add cheatsheet * Place cheatsheet in dedicated directory
1 parent 6e3a810 commit f3fb489

File tree

2 files changed

+449
-0
lines changed

2 files changed

+449
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ site:
6767
--output-path "$(prefix)/_site"
6868
cp docs.html "$(prefix)/_site/index.html"
6969
cp docs.html "$(prefix)/_site/documentation/index.html"
70+
mkdir -p "$(prefix)/_site/cheatsheet"
71+
cp cheatsheet.html "$(prefix)/_site/cheatsheet/index.html"
7072

7173
.PHONY: docs
7274
docs: target ?= Layout

0 commit comments

Comments
 (0)