Skip to content

Commit

Permalink
bring the docs into the distro
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Mar 9, 2015
1 parent c376420 commit 35a5e72
Show file tree
Hide file tree
Showing 25 changed files with 4,755 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
bump.sh
node_modules/
bower_components/
doc/
npm-debug.log
25 changes: 25 additions & 0 deletions doc/api.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
YUI.add("yuidoc-meta", function(Y) {
Y.YUIDoc = { meta: {
"classes": [
"flocks",
"gulpfile",
"plumbing"
],
"modules": [
"flocks",
"gulpfile"
],
"allModules": [
{
"displayName": "flocks",
"name": "flocks",
"description": "The Flocks library module. Load this module and use either the\nflocks <tt>flocks.createClass</tt> wrapper or the <tt>flocks plumbing</tt>\nmixin to create <tt>flocks controls</tt>. Place them into your document\nusing <tt>flocks.mount</tt>, and use the returned function or the data and\nmethod that the mixin provides, <tt>this.fctx</tt> and <tt>this.fset()</tt>\nrespectively, to read and write to the <tt>flocks state</tt>.\n\nAnd suddenly you're done.\n\nPlease see the <a href=\"http://flocks.rocks/what_is_flocks.html\" target=\"_blank\">tutorials</a>\nfor more information."
},
{
"displayName": "gulpfile",
"name": "gulpfile",
"description": "Flocks gulpfile."
}
]
} };
});
Binary file added doc/assets/css/external-small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/assets/css/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35a5e72

Please sign in to comment.