From 6af0976cdbbb718a787c90a2819f571741082b3c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 28 Mar 2020 18:00:37 +0200 Subject: Change: make examples more prominent --- index.mdwn | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/index.mdwn b/index.mdwn index da67cf2..ee3917e 100644 --- a/index.mdwn +++ b/index.mdwn @@ -42,9 +42,24 @@ to abide by its terms. ## Examples -See the [examples][] site for examples. -These are generated automatically from the Subplot source repository -by CI, so they're always up to date. +See actual, working, tested examples: + +* The Unix echo command + ([html](https://examples.subplot.liw.fi/echo.html), + [PDF](https://examples.subplot.liw.fi/echo.pdf)). + +* A hypothetical JSON store with access control and a web API + ([html](https://examples.subplot.liw.fi/muck.html), + [PDF](https://examples.subplot.liw.fi/muck.pdf)). + +* Subplot's own acceptance criteria, a non-trivial example + ([html](https://examples.subplot.liw.fi/subplot.html) + [PDF](https://examples.subplot.liw.fi/subplot.pdf)) . + +The [examples][] site may have more examples, if we forget to list +them here. These are generated automatically from the Subplot source +repository by CI, so they're always up to date, and tested as part of +Subplot's CI build, so they always work. [examples]: https://examples.subplot.liw.fi/ -- cgit v1.2.1