diff --git a/doc/examples.md b/doc/examples.md new file mode 100644 index 00000000..c0de221c --- /dev/null +++ b/doc/examples.md @@ -0,0 +1,13 @@ +# Example Projects + +- **[example-servant-minimal](https://github.com/haskell-servant/example-servant-minimal)**: + + A minimal example for a web server written using **servant-server**, + including a test-suite using [**hspec**](http://hspec.github.io/) and + **servant-client**. + + +- **[stack-templates](https://github.com/commercialhaskell/stack-templates)** + + Repository for templates for haskell projects, including some templates using + **servant**. These templates can be used with `stack new`. diff --git a/doc/index.rst b/doc/index.rst index eebba2dd..e14fded0 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -19,4 +19,5 @@ All in a type-safe manner. introduction.rst tutorial/index.rst + examples.md links.rst