Much hacking on rule language, getting it to support initial behaviour.

This commit is contained in:
Simon Brooke 2014-07-13 20:27:52 +01:00
parent c8ae1b3dc4
commit 28da9555ba
4 changed files with 106 additions and 83 deletions

View file

@ -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"]}))