Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
PR-URL: #400
  • Loading branch information
SemenchenkoVitaliy authored and nechaido committed May 10, 2019
1 parent d619834 commit 73d4933
Show file tree
Hide file tree
Showing 19 changed files with 1,342 additions and 294 deletions.
31 changes: 31 additions & 0 deletions .metadocrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"headerFile": "doc/header.md",
"footerFile": "doc/footer.md",
"minHeaderLevel": 2,
"removeInterface": true,
"files": [
"lib/adapters.js",
"lib/array.js",
"lib/async-iterator.js",
"lib/chain.js",
"lib/collector.js",
"lib/composition.js",
"lib/control.js",
"lib/do.js",
"lib/fp.js",
"lib/memoize.js",
"lib/poolify.js",
"lib/queue.js",
"lib/throttle.js"
],
"customLinks": {
"AsyncIterable": "https://tc39.github.io/ecma262/#sec-asynciterable-interface",
"AsyncIterator": "#class-asynciterator",
"ArrayChain": "#class-arraychain",
"Collector": "#class-collector",
"Composition": "#class-composition",
"Memoized": "#class-memoized",
"Queue": "#class-queue"
},
"outputFile": "README.md"
}
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
README.md
dist
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"trailingComma": "es5",
"overrides": [
{
"files": [".babelrc", ".prettierrc"],
"files": [".babelrc", ".prettierrc", ".metadocrc"],
"options": { "parser": "json" }
}
]
Expand Down
Loading

0 comments on commit 73d4933

Please sign in to comment.