-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add built docs to repo to support gh-pages
- Loading branch information
Showing
175 changed files
with
49,455 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
|
||
# compiled output | ||
/dist | ||
/docs | ||
/tmp | ||
|
||
# dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
YUI.add("yuidoc-meta", function(Y) { | ||
Y.YUIDoc = { meta: { | ||
"classes": [ | ||
"CasAuthenticatedRouteMixin", | ||
"Collection", | ||
"Comment", | ||
"CommentReport", | ||
"CommentableMixin", | ||
"Contributor", | ||
"DraftRegistration", | ||
"FetchAllRouteMixin", | ||
"File", | ||
"FileCacheBypassMixin", | ||
"FileItemMixin", | ||
"FileProvider", | ||
"FileVersion", | ||
"GenericDataADapter", | ||
"InfinityCustomMixin", | ||
"Institution", | ||
"Log", | ||
"Metaschema", | ||
"Node", | ||
"NodeActionsMixin", | ||
"NodeLink", | ||
"OsfAdapter", | ||
"OsfAgnosticAuthController", | ||
"OsfAgnosticAuthRoute", | ||
"OsfCookieAuthenticator", | ||
"OsfCookieAuthorizer", | ||
"OsfCookieLoginController", | ||
"OsfCookieLoginRoute", | ||
"OsfModel", | ||
"OsfSerializer", | ||
"OsfTokenAuthenticator", | ||
"OsfTokenAuthorizer", | ||
"OsfTokenLoginControllerMixin", | ||
"OsfTokenLoginRouteMixin", | ||
"PaginatedControllerMixin", | ||
"PaginatedRouteMixin", | ||
"Preprint", | ||
"Registration", | ||
"RegistrationActionsMixin", | ||
"TaggableMixin", | ||
"Taxonomy", | ||
"User", | ||
"ajax-helpers", | ||
"auth", | ||
"comment-detail", | ||
"comment-form", | ||
"comment-pane", | ||
"current-user", | ||
"dropzone-widget", | ||
"elem-id", | ||
"eosf-project-nav", | ||
"file-browser", | ||
"file-browser-icon", | ||
"file-chooser component", | ||
"file-manager", | ||
"file-renderer", | ||
"file-version", | ||
"file-widget", | ||
"oauth-popup", | ||
"osf-copyright", | ||
"osf-footer", | ||
"osf-mode-footer", | ||
"osf-navbar", | ||
"osf-paginator", | ||
"pagination-control", | ||
"search-dropdown", | ||
"sign-up", | ||
"tags-widget" | ||
], | ||
"modules": [ | ||
"adapters", | ||
"authenticators", | ||
"authorizers", | ||
"components", | ||
"ember", | ||
"ember-osf", | ||
"ember-preprints", | ||
"helpers", | ||
"mixins", | ||
"models", | ||
"serializers", | ||
"services", | ||
"utils" | ||
], | ||
"allModules": [ | ||
{ | ||
"displayName": "adapters", | ||
"name": "adapters", | ||
"description": "Base adapter class for all OSF APIv2 endpoints" | ||
}, | ||
{ | ||
"displayName": "authenticators", | ||
"name": "authenticators", | ||
"description": "Ember-simple-auth compatible authenticator based on session cookie.\n\nIntended to be used with the authorizer of the same name." | ||
}, | ||
{ | ||
"displayName": "authorizers", | ||
"name": "authorizers", | ||
"description": "Ember-simple-auth compatible authorizer based on session cookie.\n\nIntended to be used with the authenticator of the same name." | ||
}, | ||
{ | ||
"displayName": "components", | ||
"name": "components", | ||
"description": "Display information about an individual comment, including controls to edit, delete, and report.\nThis component is typically used as part of the `comment-pane` component; see that component for further information.\n\nSample usage:\n```handlebars\n{{comment-detail\n comment=comment\n editComment=attrs.editComment\n deleteComment=attrs.deleteComment\n restoreComment=attrs.restoreComment\n reportComment=attrs.reportComment}}\n```" | ||
}, | ||
{ | ||
"displayName": "ember", | ||
"name": "ember" | ||
}, | ||
{ | ||
"displayName": "ember-osf", | ||
"name": "ember-osf", | ||
"description": "Helper functions for asynchronous behavior" | ||
}, | ||
{ | ||
"displayName": "ember-preprints", | ||
"name": "ember-preprints" | ||
}, | ||
{ | ||
"displayName": "helpers", | ||
"name": "helpers", | ||
"description": "Generate a unique HTML element ID for this element. Given \"someid\" for component instance 123, returns \"ember123-someid\"\n\nUseful to ensure unique IDs, eg for when component is reused in page." | ||
}, | ||
{ | ||
"displayName": "mixins", | ||
"name": "mixins", | ||
"description": "Replacement for Ember-simple-auth AuthenticatedRouteMixin. Instead of redirecting to an internal route,\n this mixin redirects to CAS login URL, and brings the user back to the last requested page afterwards\n\nFor OAuth this is done via the state parameter, and for cookies this is done via the service parameter. (TODO: Need a mixin that detects this!)" | ||
}, | ||
{ | ||
"displayName": "models", | ||
"name": "models", | ||
"description": "Model for OSF APIv2 collections\nFor field and usage information, see:\n* https://api.osf.io/v2/docs/#!/v2/Collection_List_GET" | ||
}, | ||
{ | ||
"displayName": "serializers", | ||
"name": "serializers", | ||
"description": "Base serializer class for all OSF APIv2 endpoints. Provides custom behaviors for embeds, relationships, and pagination." | ||
}, | ||
{ | ||
"displayName": "services", | ||
"name": "services", | ||
"description": "Access information about the currently logged in user" | ||
}, | ||
{ | ||
"displayName": "utils", | ||
"name": "utils", | ||
"description": "Helper functions for asynchronous behavior" | ||
} | ||
], | ||
"elements": [] | ||
} }; | ||
}); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.