Skip to content

Commit

Permalink
Add built docs to repo to support gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Nov 3, 2016
1 parent a3b972d commit d88fd1f
Show file tree
Hide file tree
Showing 175 changed files with 49,455 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# compiled output
/dist
/docs
/tmp

# dependencies
Expand Down
155 changes: 155 additions & 0 deletions docs/api.js
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": []
} };
});
Binary file added docs/assets/css/external-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/css/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d88fd1f

Please sign in to comment.