Much hacking on rule language, getting it to support initial behaviour.
This commit is contained in:
parent
c8ae1b3dc4
commit
28da9555ba
4 changed files with 106 additions and 83 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
(defn docs-page []
|
||||
(layout/render "docs.html" {:title "Documentation"
|
||||
:parser (util/md->html "/md/parser.md")
|
||||
:parser (util/md->html "/md/mw-parser.md")
|
||||
:states (list-states)
|
||||
:components ["mw-engine" "mw-parser" "mw-ui"]}))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue