Commit Graph

318 Commits

Author SHA1 Message Date
Prof Gra 9c99cc217e Typo in docs/Effects.md: key2 -> :key2 2017-07-16 08:43:31 +02:00
Prof Gra dd2dfb945a Effects.md: it's -> its
Not sure since I'm not native.
2017-07-16 08:27:59 +02:00
Mike Thompson f9ccc2bd83 Omnibus 2017-07-16 10:47:08 +10:00
Mike Thompson a7f6b22e02 omnibus 2017-07-16 10:30:57 +10:00
Mike Thompson a5ec26b55a Surprise! More docs tweaks 2017-07-16 10:08:03 +10:00
Prof Gra ee7c83e6da Interceptors doc: add "event" to qualify handler
This change is only valid if I understood this correctly.
A handler in this page is an event handler, right?

BTW thanks for this fun and informative work on the docs.
2017-07-15 11:15:01 +02:00
Mike Thompson b6c301b31c Dos updates 2017-07-15 14:35:28 +10:00
Mike Thompson 131e0ba30c Update Changes doc 2017-07-14 17:53:34 +10:00
Mike Thompson a0ca8cf2c4 Another docs tweak. 2017-07-14 15:58:56 +10:00
Mike Thompson b2ad2cf7c2 Final Omnibus tweak (docs) 2017-07-14 15:56:22 +10:00
Mike Thompson b5558d9eb7 More docs tweaks 2017-07-14 15:53:23 +10:00
Mike Thompson 4b05fdfa0f Add new idea to MentalModelOmnibus 2017-07-14 15:43:58 +10:00
Mike Thompson 20872fdef8 Add other sources of information to docs 2017-07-14 14:58:12 +10:00
Mike Thompson 136596de09 More Testing docs tweaks 2017-07-14 14:43:51 +10:00
Mike Thompson d5678d8504 Rework Testing Docs 2017-07-14 14:24:11 +10:00
Mike Thompson db1496bfe3 Tweak subscription documentation 2017-07-14 13:56:39 +10:00
Prof Gra dac37543d7 Code Walkthrough: localhost URL now clickable 2017-07-13 15:08:30 +02:00
David Goldfarb c87bbac6b4 Add external link: re-frame-storage-fx 2017-06-14 15:17:59 +03:00
Akiroz e21699a4e3 Add re-frame-storage (co)fx 2017-06-02 17:07:06 +08:00
Mike Thompson c5cca6497b Improve External Resources doc 2017-06-02 15:30:06 +10:00
Mike Thompson 7a3a695563 WIP on testing document 2017-06-02 15:25:14 +10:00
Mike Thompson c0034bad50 Improve External resources docs 2017-06-02 15:24:23 +10:00
Mike Thompson 960a5409f3 Add initial testing docs 2017-05-30 00:54:18 +10:00
Mike Thompson 06bcb69466 More doc tweaks 2017-05-29 23:07:33 +10:00
Mike Thompson 37fd824d04 Tidy up Debugging docs 2017-05-29 22:13:13 +10:00
Dexter Gramfors b6e431d220 Add Braid to example applications. 2017-05-13 22:10:44 +02:00
Mike Thompson 5d110086da Fix quote in docs 2017-04-15 13:39:27 +10:00
Mike Thompson e59168e441 Docs massaging 2017-04-15 12:19:24 +10:00
Mike Thompson c2492494a8 Merge branch 'develop' 2017-04-14 15:38:49 +10:00
Mike Thompson 65ed3a2aa3 Improve the Table of Contents in some docs 2017-04-14 15:38:18 +10:00
Christian Egli 533df5374e Fix rendering of quote 2017-03-29 14:50:47 +02:00
Joscha 873f7206fc Fix for example: Request format is mandatory
Like documented in the example: https://github.com/Day8/re-frame-http-fx#step-2-registration-and-use
2017-03-25 14:27:16 +01:00
hipitihop 41ec2a3798 Fix testing cofx refers to random when explaining `now` 2017-03-08 17:42:05 +10:00
Daniel Compton e1ebc69f93 Add code of conduct 2017-02-28 09:45:27 +13:00
Tim Gilbert 2195dd62b5 Typo fix in reg-sub-raw sample code 2017-02-17 16:44:18 -05:00
Daniel Compton 9a93a8eec4 Merge branch 'develop' 2017-02-09 22:25:07 +13:00
Daniel Compton 21882a7845 Switch back to Real English 2017-02-03 08:58:58 +13:00
Daniel Compton 8d09b019af Merge pull request #315 from Kiwka/patch-1
Documentation: Removing unneeded line breaks that affects UI
2017-02-03 08:29:41 +13:00
Daniel Compton eb97a15616 Merge pull request #311 from richardharrington/edits-to-examples-doc
Edits to examples doc
2017-02-03 08:28:25 +13:00
Daniel Compton 5780f4ca9b Merge pull request #316 from boechat107/patch-1
[docs] Add missing right bracket in the handling example
2017-02-02 18:34:08 +13:00
Mike Thompson 8160ce6bf7 Tweak introduction to Interceptors tutorial. 2017-02-02 08:46:40 +11:00
Mike Thompson 28cdd86a3d Fix a TOC in docs 2017-02-02 07:38:37 +11:00
Arne Brasseur f544cfa185 Update doc table of contents with latest doctoc (1.2.0)
It seems the version of doctoc that was used didn't correctly handle backticks
and trailing special characters in title names, e.g. it would generate

    [What Are They?](#what-are-they-)
    [`inject-cofx`](#-inject-cofx-)

Instead of what Github expects:

    [What Are They?](#what-are-they)
    [`inject-cofx`](#inject-cofx)
2017-02-01 13:43:42 +01:00
Arne Brasseur c55e3fd910 Docs: tiny typo fix in EffectHandlers.md 2017-01-30 12:43:40 +01:00
Andre Boechat 1f3feeab5d Add missing right bracket in the handling example
A simple `]` was missing in the declaration of the anonymous function
to handle `:set-flag` event.
2017-01-19 15:49:18 -02:00
Olena Sovyn 3bbba25ab3 Removing unneeded line breaks that affects UI 2017-01-19 15:27:58 +00:00
Ted Hogan 68c4f37b34 Link text to cljs-devtools matchs link 2017-01-16 13:22:48 -07:00
Richard Harrington bcfd3570a8 somewhat widespread corrections and clarifications in doc
-- All changes from British to American spelling (-ise -> -ize)
   are not because of any particular preference, but to match
   keywords in the code.
2017-01-15 23:07:16 -05:00
Richard Harrington 088686e36c trailing spaces in doc 2017-01-15 22:50:06 -05:00
Mike Thompson b171fce961 Add routing resource to docs 2017-01-15 22:04:57 +11:00