Skip to content

Commit b96027a

Browse files
committed
Adds missing notebooks to user.clj
1 parent 53cba6c commit b96027a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dev/user.clj

+7
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@
1616

1717
;; or call `clerk/show!` explicitly
1818
(clerk/show! "notebooks/introduction.clj")
19+
(clerk/show! "notebooks/controls.clj")
1920
(clerk/show! "notebooks/data_science.clj")
2021
(clerk/show! "notebooks/sicmutils.clj")
22+
(clerk/show! "notebooks/dictionary.clj")
23+
(clerk/show! "notebooks/elements.clj")
24+
(clerk/show! "notebooks/git.clj")
25+
(clerk/show! "notebooks/introduction.clj")
26+
(clerk/show! "notebooks/logo.clj")
2127
(clerk/show! "notebooks/rule_30.clj")
2228
(clerk/show! "notebooks/semantic.clj")
2329
(clerk/show! "notebooks/images.clj")
30+
(clerk/show! "notebooks/zipper_with_scars.clj")
2431

2532
(clerk/show! "index.md")
2633

0 commit comments

Comments
 (0)