Skip to content

Commit

Permalink
fix incorrect reference for docs variable; tag 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 31, 2022
1 parent 6b019b6 commit fbd45f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
11 changes: 3 additions & 8 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{} (:package |docs-workflow)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!)
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
:version |0.0.1
:version |0.0.2
:entries $ {}
:files $ {}
|docs-workflow.comp.container $ {}
Expand All @@ -14,7 +14,6 @@
reel.comp.reel :refer $ comp-reel
respo-md.comp.md :refer $ comp-md
docs-workflow.config :refer $ dev?
docs-workflow.schema :refer $ docs
"\"remarkable" :refer $ Remarkable
"\"highlight.js" :default hljs
"\"cirru-color" :as color
Expand Down Expand Up @@ -97,7 +96,7 @@
{} $ :style
{} $ :margin-top 20
<> "\"Histories" $ {} (:font-family ui/font-fancy)
comp-history-menu history $ fn (path d!)
comp-history-menu history docs $ fn (path d!)
d! cursor $ next-path state path
let
target $ find-target docs (:selected state)
Expand Down Expand Up @@ -191,7 +190,7 @@
{} (:font-family ui/font-fancy) (:font-style :italic)
:color $ hsl 0 0 80
|comp-history-menu $ quote
defcomp comp-history-menu (history on-select)
defcomp comp-history-menu (history docs on-select)
list-> ({})
-> history $ map-indexed
fn (idx path)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "0.0.2",
"dependencies": {
"@calcit/procs": "^0.5.28"
},
Expand All @@ -9,6 +10,5 @@
"highlight.js": "^11.5.0",
"remarkable": "^2.0.1",
"vite": "^2.8.6"
},
"version": "0.0.1"
}
}

0 comments on commit fbd45f4

Please sign in to comment.