Skip to content

Commit b2f7cfc

Browse files
committed
feat(documentation): add docs to github
1 parent 429ff1e commit b2f7cfc

71 files changed

Lines changed: 142604 additions & 5 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
documentation/
21
node_modules/
32
tests/builds/

configs/jsdoc.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function CreateJsdocConfiguration () {
2020
'dictionaries': [ 'jsdoc', 'closure' ]
2121
},
2222
'source': {
23-
'include': [ 'README.md' ],
23+
'include': [],
2424
'includePattern': '.+\\.js(doc|x)?$',
2525
'excludePattern': '(node_modules|documentation|builds|tests)'
2626
},
@@ -29,7 +29,7 @@ function CreateJsdocConfiguration () {
2929
'recurseDepth': 2,
3030
'opts': {
3131
'encoding': 'utf8',
32-
'destination': './documentation/API/',
32+
'destination': './docs/',
3333
'recurse': true,
3434
'verbose': true,
3535
'private': true
19.7 KB
Binary file not shown.

docs/fonts/glyphicons-halflings-regular.svg

Lines changed: 288 additions & 0 deletions
Loading
44.3 KB
Binary file not shown.
22.9 KB
Binary file not shown.
17.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)