├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | tmp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Here're some supportive materials for ClojureBridge workshop. 2 | 3 | All contents are in gh-pages branch. 4 | 5 | 6 | Web site is http://clojurebridge.github.io/community-docs/index.html 7 | 8 | 9 | Check it out! --------------------------------------------------------------------------------