Skip to content

Commit ef15611

Browse files
committed
doc: add a section about example projects
1 parent caf0209 commit ef15611

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

doc/examples.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Example Projects
2+
3+
- **[example-servant-minimal](https://github.com/haskell-servant/example-servant-minimal)**:
4+
5+
A minimal example for a web server written using **servant-server**,
6+
including a test-suite using [**hspec**](http://hspec.github.io/) and
7+
**servant-client**.
8+
9+
10+
- **[stack-templates](https://github.com/commercialhaskell/stack-templates)**
11+
12+
Repository for templates for haskell projects, including some templates using
13+
**servant**. These templates can be used with `stack new`.

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ All in a type-safe manner.
1919

2020
introduction.rst
2121
tutorial/index.rst
22+
examples.md
2223
links.rst

0 commit comments

Comments
 (0)