1
1
mirror of https://github.com/srid/rib.git synced 2024-12-02 10:23:46 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Sridhar Ratnakumar
4d80c2835c Fix doc build 2019-08-07 22:22:31 -04:00
Sridhar Ratnakumar
4d5dee29e7 doc: add sections to getting-started 2019-08-06 21:17:14 -04:00
Sridhar Ratnakumar
479996ce2e Add screenshot to sample's Main.hs
To give an overview to the user
2019-08-06 20:55:09 -04:00
Sridhar Ratnakumar
1c5edc48bc doc: describe higher level stuff first 2019-08-06 19:55:00 -04:00
Sridhar Ratnakumar
3b4515fcff Improve narrative nature of docs 2019-08-06 19:15:33 -04:00
Sridhar Ratnakumar
0d353317ec doc: default.nix to match rib-sample 2019-08-06 18:21:35 -04:00
Sridhar Ratnakumar
5230e0ae44 Update doc guides 2019-08-06 18:18:20 -04:00
Sridhar Ratnakumar
df137255a7 Complete haddock docs 2019-08-05 08:49:12 -04:00
Sridhar Ratnakumar
1bf3cab9b2 Edit README 2019-08-03 13:33:48 -04:00
Sridhar Ratnakumar
4a681d0b50 Migrate examples to other repo 2019-08-03 13:26:45 -04:00
Sridhar Ratnakumar
acac41ee15 Move the two examples to ./examples
More examples will be added.
2019-07-19 17:40:00 -04:00
Sridhar Ratnakumar
bf65d8918e doc: Include example's Main.hs dynamically 2019-07-19 16:42:18 -04:00
Sridhar Ratnakumar
1362d08ab9
Add IsMetaValue type class for simpler pandoc metadata management (#25)
* Add `IsMetaValue` type class, and `getMeta`

Simpler than previous suite of functions in Rib.Pandoc

* remove fromMeta

* Rib.Pandoc: rename toplevels

* Update geting-started

* cleanup
2019-07-19 16:19:13 -04:00
Sridhar Ratnakumar
ad8576b198
Break down Rib.Simple into reusable functions (#24)
* Shake combinators in `Rib.Shake` (which `Rib.Simple` uses)
* doc: Add next/ prev navigation to guide pages using a custom action
* doc: `guide.json` specifies the navigation list
2019-07-18 09:42:38 -04:00
Sridhar Ratnakumar
48251c6818 Add a minimal example
Main.hs is based on getting started guide, with some fixes to make it work.
2019-07-16 20:10:20 -04:00
Sridhar Ratnakumar
49859d577c Move current example directory to doc/ 2019-07-16 19:54:29 -04:00