summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* update docs for v3.2.3Alexander Early2022-01-0985-288/+340
|
* update docsAlexander Early2021-10-2785-88/+91
|
* regen docsAlexander Early2021-08-0585-253/+1440
|
* Enhance examples for Collections methods. (#1726)Roman Lorenzo Balayan2021-08-0522-488/+3951
| | | | | | | | | * Enhance examples for Collections methods. * Update collection example code, avoiding usage of IIFE on async/await examples * Convert examples on async.auto, async.series, and async.parallel to samples using Promises and async/await Co-authored-by: Roman Balayan <roman.balayan@paymaya.com>
* fixing the grammar in documentation (#1756)Saurav Azad2021-08-051-2/+2
|
* Fix typo: `unshift` instead `unshirt` (#1740)yeya2020-12-294-4/+4
| | | Co-authored-by: Yehuda Y <yehuda@zyx.bz>
* docs: Fix simple typo, whoses -> whose (#1717)Tim Gates2020-05-182-6/+6
| | | | | There is a small typo in dist/async.js, docs/v2/scripts/async.js, docs/v3/scripts/async.js, lib/groupBySeries.js. Should read `whose` rather than `whoses`.
* fix typo (#1707)Michael Collier2020-03-034-4/+4
|
* regen docsAlexander Early2020-02-2385-100/+97
|
* regen docsAlexander Early2020-02-233-5/+5
|
* regen docsAlexander Early2020-02-233-6/+12
|
* fix error in docsAlexander Early2020-02-233-3/+3
|
* regenerate docsAlexander Early2020-02-2393-403/+886
|
* fix(docs): applyEach docs. Closes #1658Alexander Early2019-06-224-35/+38
|
* fix(doc): until example. Closes #1664Alexander Early2019-06-223-9/+9
|
* docs: use `docs/` folder, include links for every major version (#1648)Alex Early2019-05-26249-0/+142262
* publish docs to docs folder * disable jekyll * dont clean docs folder * add v2 docs * move docs to v3 * fix nav links, remove pointless footer text * fix scripts/footer * make doc generation idempotent * css tweak * fix path between v2 and v3 * fix logo link