Commit Graph

161 Commits

Author SHA1 Message Date
Shaun Mahood d4f51f933b Docs navigation
Add navigation to bottom of docs that don’t have it, update existing to
match current doc structure
2016-08-28 09:40:00 -06:00
Mike Thompson 89706f8655 Add some more explanation to Interceptor wrappers. 2016-08-28 10:08:09 +10:00
Mike Thompson 209f36a0c2 Better highlighting in docs 2016-08-28 10:07:46 +10:00
Mike Thompson 2d15246b4d typo correction 2016-08-28 10:07:24 +10:00
Dmitri Sotnikov b7cd31575b fixed typo in reg-event-fx 2016-08-27 12:48:44 -04:00
Mike Thompson 657a6935be Miscellaneous doc tweaks 2016-08-27 12:41:41 +10:00
Mike Thompson b4b8b75ae2 A quick pass over Talking-To-Servers 2016-08-26 12:58:17 +10:00
Mike Thompson 097f05029c First pass over Subscribing-To-External_Data 2016-08-26 12:51:26 +10:00
Shaun Mahood 2c0177a8a4 Typo fix 2016-08-25 14:44:34 -06:00
Shaun Mahood 6bd664404f Merge remote-tracking branch 'refs/remotes/Day8/master' 2016-08-25 14:40:48 -06:00
Shaun Mahood ebf0d874d0 First attempt at updating Subscribing To A Database documentation 2016-08-25 14:40:40 -06:00
Mike Thompson b6bf672734 Dashes on docs 2016-08-25 23:35:48 +10:00
Mike Thompson 55a0dfe2d0 Docs Tinkering 2016-08-25 21:52:39 +10:00
Mike Thompson 5628ea3f14 Another pass over Loading-Initial-Date doc 2016-08-25 21:52:22 +10:00
Mike Thompson 6d11a0116d One pass over loading-initial-data docs 2016-08-25 19:24:00 +10:00
Mike Thompson 06ddd2e852 Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2016-08-25 18:40:21 +10:00
Mike Thompson 86e6189525 A couple of tiny docs tweaks 2016-08-25 18:40:07 +10:00
Shaun Mahood bbbab3d5b6 Update and rename "Bootstrap-An-Application" docs
Bootstrap An Application (originally from wiki)
- renamed to "Loading Initial Data"
- Updated to work with 0.8.0 and some tweaks to wording
- Added a bit more context to dispatch-sync section
- Removed section on loading data and put link to "Talking to Servers"
doc instead
docs/README.md
- Reorganized under a new section
- Added a couple entries for future documentation
2016-08-24 22:27:48 -06:00
Mike Thompson 9722fdbade Better ascii hierarchy 2016-08-25 00:53:37 +10:00
Tomas Drencak cbfd1ccdeb typo fix 2016-08-25 00:42:31 +10:00
Mike Thompson 2049731bbd More docs massaging. 2016-08-25 00:41:56 +10:00
Mike Thompson b391c03a3e Add first cut of talking to servers docs 2016-08-25 00:30:38 +10:00
Mike Thompson 3d3c7a1ccd Add navigation to docs pages 2016-08-25 00:30:37 +10:00
hipitihop 733ad218a2 Update fx-test fixtures to use re-frame.core/make-restore-fn & update docs 2016-08-24 10:44:21 +10:00
Shaun Mahood 344cd6036a Minor formatting change 2016-08-23 15:32:18 -06:00
Shaun Mahood d0614a52a2 Change format a bit 2016-08-23 15:31:11 -06:00
Shaun Mahood 8efe6dff04 Rename A-Larger-App.md 2016-08-23 15:20:54 -06:00
Shaun Mahood f168a7f821 Fix minor error in README 2016-08-23 15:18:42 -06:00
Shaun Mahood e1d69fc7b5 Break apart A-Larger-App docs and restructure README 2016-08-23 15:17:59 -06:00
Shaun Mahood f63ae9364c Update for 0.8.0 and minor edits 2016-08-23 15:07:14 -06:00
Paulus Esterhazy cc2354b988 Correct typo
I think this corrects the text to the intended meaning.
2016-08-22 22:56:47 +02:00
Andrew Dolby 3ab43d52b4 Cleanup docs 2016-08-19 14:47:37 -04:00
Mike Thompson 48faedb082 More docs work 2016-08-19 15:32:51 +10:00
Mike Thompson ad66b89abc Fix up wording. 2016-08-18 11:58:39 +10:00
Mike Thompson c1b9859941 Coeffect docs improved 2016-08-18 11:58:32 +10:00
hipitihop 2f6fbc1c6b comment typo 2016-08-18 11:39:30 +10:00
Mike Thompson 4c5d28fc18 Docs gardening 2016-08-17 08:44:07 +10:00
Mike Thompson fead1b04b3 More docs review 2016-08-17 00:08:30 +10:00
Mike Thompson 3f0679f396 More work on Coeffects docs - probably only 10 more passes to go :-) 2016-08-16 19:00:56 +10:00
Mike Thompson 0c8d4c14e3 Another gardening pass over Interceptors docs 2016-08-16 19:00:10 +10:00
Mike Thompson baa61a3749 Complete rename from `do-effects` to `do-fx` 2016-08-16 13:00:52 +10:00
Mike Thompson 4f2f772afd The function `coeffect` is renamed to `inject-cofx`.
When writing the docs I found that sentences had too many mentions of `coeffects` with different meanings, which was confusing.  With this change, I remove one possible meaning of `coeffect` and, in the process I end up with a clearer name anyway.
2016-08-16 12:30:01 +10:00
Mike Thompson 0ec80051c6 Add a TOC 2016-08-15 23:13:53 +10:00
Mike Thompson 3f36450be8 Readme in docs now correctly links to other pages. 2016-08-15 23:05:10 +10:00
Mike Thompson 821208fabf WIP Coeffects doc 2016-08-15 22:54:23 +10:00
Mike Thompson 7ca8d4fecc Shuffle Effects docs 2016-08-15 18:11:28 +10:00
Mike Thompson e336403a75 Coeffects docs are almost finished 2016-08-15 18:11:06 +10:00
Mike Thompson af5a1898c8 Add description of effects with no data 2016-08-15 12:28:18 +10:00
Mike Thompson dc9ff36057 WIP on coeffects docs (50% done, but very, very rough) 2016-08-15 11:56:39 +10:00
Mike Thompson 2793955276 Minor gardening on docs 2016-08-15 11:56:03 +10:00
Mike Thompson 108ee61220 Gardening passes over docs 2016-08-14 14:42:32 +10:00
Mike Thompson 3bcba7b796 Table Of Contents for Interceptors 2016-08-13 16:34:25 +10:00
Mike Thompson 7597a6e34d More effects love, including a TOC 2016-08-13 16:11:11 +10:00
Mike Thompson 401d1baa76 More on Effects doc - including adding TOC. Want to see it work on Github. 2016-08-13 13:18:17 +10:00
Mike Thompson 069aa0475c Add quote to docs 2016-08-12 23:49:15 +10:00
Mike Thompson d08f1c910d Add a quote to Effectful Handlers 2016-08-12 23:47:56 +10:00
Mike Thompson 7b70b79590 Add the next document on Effects 2016-08-12 23:47:20 +10:00
Mike Thompson de25e28997 More docs WIP 2016-08-11 23:24:39 +10:00
Mike Thompson e3812b455d Rework interceptor docs 2016-08-11 16:09:43 +10:00
Mike Thompson 8bffbcdc18 First cut on interceptors doc 2016-08-11 14:33:28 +10:00
Mike Thompson a14ae8a925 Beginning The Re-Doc-ing of re-frame 2016-08-11 09:01:39 +10:00