servant/doc
2016-03-19 17:40:00 +08:00
..
tutorial more consistent line breaks 2016-03-19 17:40:00 +08:00
building-the-docs docs: add documentation on how to build the docs locally 2016-03-19 17:39:59 +08:00
conf.py sundry tutorial improvements 2016-03-19 17:40:00 +08:00
CONTRIBUTING.md Add basic configuration for Read The Docs (based on Stack's) 2016-03-19 17:39:59 +08:00
index.rst Moved tutorial to servant-examples/tutorial and include it in doc/index.rst 2016-03-19 17:39:59 +08:00
Makefile Moved tutorial to servant-examples/tutorial and include it in doc/index.rst 2016-03-19 17:39:59 +08:00
README.md Add basic configuration for Read The Docs (based on Stack's) 2016-03-19 17:39:59 +08:00
requirements.txt sundry tutorial improvements 2016-03-19 17:40:00 +08:00

servant - A Type-Level Web DSL

servant

Getting Started

We have a tutorial that introduces the core features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.

Other blog posts, videos and slides can be found on the website.

If you need help, drop by the IRC channel (#servant on freenode) or mailing list.

Contributing

See CONTRIBUTING.md