Skip to content

Commit fbd45f4

Browse files
committed
fix incorrect reference for docs variable; tag 0.0.2
1 parent 6b019b6 commit fbd45f4

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

calcit.cirru

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{} (:package |docs-workflow)
33
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!)
44
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
5-
:version |0.0.1
5+
:version |0.0.2
66
:entries $ {}
77
:files $ {}
88
|docs-workflow.comp.container $ {}
@@ -14,7 +14,6 @@
1414
reel.comp.reel :refer $ comp-reel
1515
respo-md.comp.md :refer $ comp-md
1616
docs-workflow.config :refer $ dev?
17-
docs-workflow.schema :refer $ docs
1817
"\"remarkable" :refer $ Remarkable
1918
"\"highlight.js" :default hljs
2019
"\"cirru-color" :as color
@@ -97,7 +96,7 @@
9796
{} $ :style
9897
{} $ :margin-top 20
9998
<> "\"Histories" $ {} (:font-family ui/font-fancy)
100-
comp-history-menu history $ fn (path d!)
99+
comp-history-menu history docs $ fn (path d!)
101100
d! cursor $ next-path state path
102101
let
103102
target $ find-target docs (:selected state)
@@ -191,7 +190,7 @@
191190
{} (:font-family ui/font-fancy) (:font-style :italic)
192191
:color $ hsl 0 0 80
193192
|comp-history-menu $ quote
194-
defcomp comp-history-menu (history on-select)
193+
defcomp comp-history-menu (history docs on-select)
195194
list-> ({})
196195
-> history $ map-indexed
197196
fn (idx path)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"version": "0.0.2",
23
"dependencies": {
34
"@calcit/procs": "^0.5.28"
45
},
@@ -9,6 +10,5 @@
910
"highlight.js": "^11.5.0",
1011
"remarkable": "^2.0.1",
1112
"vite": "^2.8.6"
12-
},
13-
"version": "0.0.1"
13+
}
1414
}

0 commit comments

Comments
 (0)