Skip to content

Commit 6dec65b

Browse files
fix esdoc
1 parent ad2b644 commit 6dec65b

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

doc/manual/example.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Example
2+
13
```js
24
import {
35
identity ,

doc/manual/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Installation
2+
13
Can be managed using
24
[jspm](http://jspm.io)
35
or [npm](https://github.com/npm/npm).

doc/manual/overview.md

Whitespace-only changes.

doc/manual/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Usage
2+
13
The code needs a ES2015+ polyfill to work, for example
24
[babel-polyfill](https://babeljs.io/docs/usage/polyfill).
35
```js

esdoc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"source": "./test/src"
1616
},
1717
"manual": {
18-
"overview": [
19-
"./doc/manual/overview.md"
20-
],
2118
"installation": [
2219
"./doc/manual/installation.md"
2320
],

0 commit comments

Comments
 (0)