Skip to content

Commit f5ce6d5

Browse files
Merge pull request #10 from seancorfield/main
replace notespace with clay
2 parents 1908195 + bc3e5ad commit f5ce6d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
;; Run Clay in watch mode with `clojure -J-Dclojure.main.report=stderr -M:clay`
2323
:clay {:main-opts ["-m" "scicloj.clay.v2.main"]}
2424
;; When debugging libraries
25-
:dev {:override-deps {org.scicloj/clay {:local/root "../clay"}}}
25+
:local {:override-deps {org.scicloj/clay {:local/root "../clay"}}}
2626
;; $ clojure -T:build test
2727
;; $ clojure -T:build ci
2828
:build {:deps {io.github.clojure/tools.build

site/db.edn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@
140140
:topics [:data :data/analysis]
141141
:level 1}
142142

143-
{:id "notespace"
144-
:title "Notespace Live Notebooks"
145-
:url "https://github.com/scicloj/notespace"
146-
:format :interactive-tool
147-
:topics [:data :data/viz]
143+
{:id "clay"
144+
:title "Clay Documentation"
145+
:url "https://scicloj.github.io/clay/"
146+
:format :publishing-tool
147+
:topics [:data]
148148
:level 2}
149149

150150
{:id "tech.ml"

0 commit comments

Comments
 (0)