Skip to content

Commit f47dffb

Browse files
committed
use esdoc for documentation
1 parent 38b9cb2 commit f47dffb

67 files changed

Lines changed: 600194 additions & 18 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.esdoc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"source": "./src",
3+
"destination": "./docs",
4+
"includes": ["\\.m?js$"],
5+
"plugins": [{"name": "esdoc-standard-plugin"}]
6+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
examples/
12
node_modules/
23
package-lock.json
34
premaster.txt

0 commit comments

Comments
 (0)