1521 Commits

Author SHA1 Message Date
Mike Thompson
69fe8c4657 New FAQ entry is done. 2017-10-21 12:06:51 +11:00
Mike Thompson
f515030045 Still going 2017-10-21 12:02:12 +11:00
Mike Thompson
beb0cb1e2b And again. 2017-10-21 11:49:18 +11:00
Mike Thompson
fe62cc08a4 Again with the FAQ tweaks 2017-10-21 11:31:59 +11:00
Mike Thompson
5526902010 Add alternatives 2017-10-21 11:28:04 +11:00
Mike Thompson
7d2f4bc57d FAQ word tweak 2017-10-21 10:49:23 +11:00
Mike Thompson
41448fd6b8 Fix whitespace 2017-10-21 10:35:03 +11:00
Mike Thompson
f40b32cf6d Final step of adding FAQ 2017-10-21 10:31:44 +11:00
Mike Thompson
889267bb63 Draft FAQ - "Why Do i need Re-frame Over Reagent" 2017-10-21 10:24:00 +11:00
Mike Thompson
02c809621c README tweak 2017-10-21 10:23:59 +11:00
Mike Thompson
fac8c8af91 Merge pull request #422 from iGEL/patch-1
Broken link fixed in docs
2017-10-14 01:23:11 +11:00
Johannes Barre
9d586640a1 Link fixed 2017-10-13 12:07:32 +02:00
Mike Thompson
3575776542 README tweak 2017-10-13 16:04:34 +11:00
Mike Thompson
dc00d25066 Tweak wording in README. Better code fragment. 2017-10-13 12:18:29 +11:00
Mike Thompson
13d2acaee9 Tweaks to docs README 2017-10-13 11:15:17 +11:00
Mike Thompson
286f342e1e Add parent links to various FAQ entries 2017-10-13 10:57:42 +11:00
Mike Thompson
be7bb9f47e Remove unnecessarily large heading 2017-10-13 10:52:48 +11:00
Mike Thompson
cd1c947e20 Minor tweaks to way docs are presented to reader. 2017-10-13 10:51:19 +11:00
Mike Thompson
00ee8e8084 Tweak working on commercial introductions 2017-10-13 10:36:09 +11:00
Mike Thompson
dbd4a23f2f Reduce the noise in the main docs README 2017-10-13 10:34:36 +11:00
Mike Thompson
c94907d12f Improve FAQ entry. 2017-10-13 00:58:04 +11:00
Mike Thompson
7b08942936 Improve wording in FAQ entry 2017-10-10 23:58:45 +11:00
Mike Thompson
42b5cb9229 Fix bug in docs 2017-10-10 23:20:08 +11:00
Daniel Compton
c251ad3ece Update changelog 2017-10-07 19:35:04 +13:00
Daniel Compton
9139a8625a Version 0.10.3-SNAPSHOT 2017-10-07 19:34:31 +13:00
Daniel Compton
cc7b4a924b Version 0.10.2 v0.10.2 2017-10-07 19:34:19 +13:00
Daniel Compton
61b4eab87f Update changelog 2017-10-07 19:34:05 +13:00
Sameer Rahmani
b9b02e6edd solarized highlighting theme added to the docs build 2017-09-28 13:26:38 +01:00
Daniel Compton
5fe1735ea8 Back to SNAPSHOT 2017-09-28 11:34:03 +13:00
Daniel Compton
df1b4d6666 0.10.2-beta1 2017-09-28 11:33:45 +13:00
Daniel Compton
676b42a706 Merge pull request #418 from saskali/traces-add-sub-values
Add subscription values to traces
2017-09-28 11:32:25 +13:00
Saskia Lindner
d1bc6edc57 Remove subscription values for sub-create traces 2017-09-27 22:41:35 +02:00
Sameer Rahmani
f3cf221987 Several broken indentation on TOC of docs fixed 2017-09-27 10:09:31 +01:00
Sameer Rahmani
73ed5901cd docs/ structure changed to match the old schema. (README as TOC) 2017-09-27 10:06:36 +01:00
Sameer Rahmani
631a403dab TOC of Coeffects article moved to summary page 2017-09-27 01:01:05 +01:00
Sameer Rahmani
083dc5bc61 TOC of Effects article moved to summary page 2017-09-27 00:51:14 +01:00
Sameer Rahmani
95f32a9877 TOC of Interceptors article moved to summary page 2017-09-27 00:32:57 +01:00
Sameer Rahmani
fe62b3a542 TOC of EffectfulHandlers article moved to Summary page 2017-09-27 00:25:37 +01:00
Sameer Rahmani
18e61a5c30 links of PDF/MOBI/EPUB builds of docs added to the index page of docs 2017-09-26 23:38:14 +01:00
Sameer Rahmani
98596bf904 SUMMARY.md added as the TOC of docs 2017-09-26 23:27:07 +01:00
Mike Thompson
ba1370565d Improve wording on new FAQ 2017-09-27 05:16:08 +10:00
Mike Thompson
346a52d607 Add new FAQ: "How do I do full-stack re-frame?" 2017-09-27 05:10:58 +10:00
Mike Thompson
283d50bb2c TodoMVC Readme change 2017-09-27 04:28:28 +10:00
Sameer Rahmani
9cae261762 A symbolic link to images directory created in docs in order to fix the assets problem in docs 2017-09-26 15:21:35 +01:00
Sameer Rahmani
2dcdafe725 package.json file removed and replaced by bunch of lein aliases
Instead of using package.json which caused `lein deps` to fail. I
replaced it with several lein aliases which serve the same purpose.
For example `docs-build` builds the HTML version of docs in `./build/`
and `docs-serve` run a development server for docs on port `4000`.
For more information take a look at `project.clj`. NOTE: in order
to use the docs build system you need to install gitbook-cli utility.
2017-09-26 14:52:13 +01:00
Mike Thompson
668cfe845e Merge pull request #414 from lxsameer/feature/gitbook
Support for building docs using gitbook added.
2017-09-26 21:25:23 +10:00
Saskia Lindner
d0f93ad626 Refactor code
- calculate subscription value within with-trace
- rename sub-value to value
2017-09-26 08:24:26 +02:00
Saskia Lindner
7249b7b5c2 Add subscription values to traces 2017-09-25 15:03:08 +02:00
Sameer Rahmani
6b3b70d99e book.json moved to the root directory to have access to README as well 2017-09-21 12:37:34 +01:00
Sameer Rahmani
98ea4f5fa9 docs build process improved to support different build directory 2017-09-20 22:43:08 +01:00