Skip to content

Commit

Permalink
Add generated docs.
Browse files Browse the repository at this point in the history
Move to CircleCI
  • Loading branch information
hzalaz committed Jun 19, 2017
1 parent 9aba719 commit 2a01717
Show file tree
Hide file tree
Showing 62 changed files with 54,312 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ node_modules
# InelliJ IDEA
.idea

# Documentation
docs/*

build
**/.env
**/.env
out/
test-results.xml
32 changes: 32 additions & 0 deletions .jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"src",
"package.json",
"README.md"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs|test)"
},
"plugins": [
"./node_modules/jsdoc/plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false
},
"opts": {
"destination": "./out/",
"encoding": "utf8",
"private": false,
"recurse": true,
"template": "./node_modules/minami"
}
}
15 changes: 15 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
machine:
node:
version: v6.10.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test:ci
post:
- yarn test:coverage
18 changes: 18 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
coverage:
precision: 2
round: down
range: "70...100"
status:
patch:
default:
if_no_uploads: error
changes: true
project:
default:
target: auto
if_no_uploads: error
ignore:
- test/
- docs/
- examples/
comment: false
369 changes: 369 additions & 0 deletions docs/auth_DatabaseAuthenticator.js.html

Large diffs are not rendered by default.

240 changes: 240 additions & 0 deletions docs/auth_OAuthAuthenticator.js.html

Large diffs are not rendered by default.

301 changes: 301 additions & 0 deletions docs/auth_PasswordlessAuthenticator.js.html

Large diffs are not rendered by default.

246 changes: 246 additions & 0 deletions docs/auth_TokensManager.js.html

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions docs/auth_UsersManager.js.html

Large diffs are not rendered by default.

567 changes: 567 additions & 0 deletions docs/auth_index.js.html

Large diffs are not rendered by default.

747 changes: 747 additions & 0 deletions docs/external-RestClient.html

Large diffs are not rendered by default.

Binary file added docs/fonts/Lato-Regular.ttf
Binary file not shown.
92 changes: 92 additions & 0 deletions docs/fonts/OFL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
Copyright (c) 2010-2014 by tyPoland Lukasz Dziedzic (team@latofonts.com) with Reserved Font Name "Lato"
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file added docs/fonts/SourceCodePro-Regular.ttf
Binary file not shown.
123 changes: 123 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

158 changes: 158 additions & 0 deletions docs/management_BlacklistedTokensManager.js.html

Large diffs are not rendered by default.

209 changes: 209 additions & 0 deletions docs/management_ClientGrantsManager.js.html

Large diffs are not rendered by default.

232 changes: 232 additions & 0 deletions docs/management_ClientsManager.js.html

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions docs/management_ConnectionsManager.js.html

Large diffs are not rendered by default.

184 changes: 184 additions & 0 deletions docs/management_DeviceCredentialsManager.js.html

Large diffs are not rendered by default.

202 changes: 202 additions & 0 deletions docs/management_EmailProviderManager.js.html

Large diffs are not rendered by default.

279 changes: 279 additions & 0 deletions docs/management_JobsManager.js.html

Large diffs are not rendered by default.

149 changes: 149 additions & 0 deletions docs/management_LogsManager.js.html

Large diffs are not rendered by default.

225 changes: 225 additions & 0 deletions docs/management_ResourceServersManager.js.html

Large diffs are not rendered by default.

243 changes: 243 additions & 0 deletions docs/management_RulesManager.js.html

Large diffs are not rendered by default.

180 changes: 180 additions & 0 deletions docs/management_StatsManager.js.html

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions docs/management_TenantManager.js.html

Large diffs are not rendered by default.

168 changes: 168 additions & 0 deletions docs/management_TicketsManager.js.html

Large diffs are not rendered by default.

585 changes: 585 additions & 0 deletions docs/management_UsersManager.js.html

Large diffs are not rendered by default.

1,661 changes: 1,661 additions & 0 deletions docs/management_index.js.html

Large diffs are not rendered by default.

3,052 changes: 3,052 additions & 0 deletions docs/module-auth.AuthenticationClient.html

Large diffs are not rendered by default.

1,655 changes: 1,655 additions & 0 deletions docs/module-auth.DatabaseAuthenticator.html

Large diffs are not rendered by default.

928 changes: 928 additions & 0 deletions docs/module-auth.OAuthAuthenticator.html

Large diffs are not rendered by default.

1,376 changes: 1,376 additions & 0 deletions docs/module-auth.PasswordlessAuthenticator.html

Large diffs are not rendered by default.

348 changes: 348 additions & 0 deletions docs/module-auth.TokensManager.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/module-auth.UsersManager.html

Large diffs are not rendered by default.

113 changes: 113 additions & 0 deletions docs/module-auth.html

Large diffs are not rendered by default.

924 changes: 924 additions & 0 deletions docs/module-management.BlacklistedTokensManager.html

Large diffs are not rendered by default.

2,321 changes: 2,321 additions & 0 deletions docs/module-management.ClientGrantsManager.html

Large diffs are not rendered by default.

1,651 changes: 1,651 additions & 0 deletions docs/module-management.ClientsManager.html

Large diffs are not rendered by default.

1,645 changes: 1,645 additions & 0 deletions docs/module-management.ConnectionsManager.html

Large diffs are not rendered by default.

1,103 changes: 1,103 additions & 0 deletions docs/module-management.DeviceCredentialsManager.html

Large diffs are not rendered by default.

1,228 changes: 1,228 additions & 0 deletions docs/module-management.EmailProviderManager.html

Large diffs are not rendered by default.

1,195 changes: 1,195 additions & 0 deletions docs/module-management.JobsManager.html

Large diffs are not rendered by default.

895 changes: 895 additions & 0 deletions docs/module-management.LogsManager.html

Large diffs are not rendered by default.

14,055 changes: 14,055 additions & 0 deletions docs/module-management.ManagementClient.html

Large diffs are not rendered by default.

1,651 changes: 1,651 additions & 0 deletions docs/module-management.ResourceServersManager.html

Large diffs are not rendered by default.

1,656 changes: 1,656 additions & 0 deletions docs/module-management.RulesManager.html

Large diffs are not rendered by default.

854 changes: 854 additions & 0 deletions docs/module-management.StatsManager.html

Large diffs are not rendered by default.

775 changes: 775 additions & 0 deletions docs/module-management.TenantManager.html

Large diffs are not rendered by default.

607 changes: 607 additions & 0 deletions docs/module-management.TicketsManager.html

Large diffs are not rendered by default.

4,179 changes: 4,179 additions & 0 deletions docs/module-management.UsersManager.html

Large diffs are not rendered by default.

140 changes: 140 additions & 0 deletions docs/module-management.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions docs/scripts/linenumber.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*global document */
(function() {
var source = document.getElementsByClassName('prettyprint source linenums');
var i = 0;
var lineNumber = 0;
var lineId;
var lines;
var totalLines;
var anchorHash;

if (source && source[0]) {
anchorHash = document.location.hash.substring(1);
lines = source[0].getElementsByTagName('li');
totalLines = lines.length;

for (; i < totalLines; i++) {
lineNumber++;
lineId = 'line' + lineNumber;
lines[i].id = lineId;
if (lineId === anchorHash) {
lines[i].className += ' selected';
}
}
}
})();
Loading

0 comments on commit 2a01717

Please sign in to comment.