-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
static doc site generation #1202
Conversation
jsdocs: style fix in outputted html jsdoc: added documentation to support script
/cc @hargasinki
I'm also not a big fan of the table format for listing parameters. Seems kinda ugly =/ |
I'd say this is good for now. I was going to create a makefile task that handles generating the docs and pushing to the gh-pages branch. We can make the parameter tables to look more like text through CSS - that was going to be one of my first tweaks. 😛 |
I think I may have pulled the logo changes from |
I'm also not quite satisfied with how our typedefs are currently showign ( |
Alex, do we want to keep the github readme as is or have it point to the
|
Let me get a publishing script in place. Once published we'll want the readme to mainly point to the docs site. |
!! That was fast @aearly! I'm really glad it's live 😄 |
Hey guys! Witch branch should I make changes to the website? I want to help with a few colors in it.. =) |
I believe the main one is async-readme.jpg |
We're working on master now. |
functional and useful docs examples using jsdocs: http://barbajs.org/docs/ |
Docs are available here: http://caolan.github.io/async/ |
@caolan have you seen the new docs?! Also can you update the repos header to include a link to the site? |
@megawac I've updated the github header - the docs look great :) |
I think the site is finally in a position to be published. The site is generated in the
docs
folder (not included in the PR) throughnpm run jsdoc
.For generating the gh-pages (if you host it through that), I could make a PR for a
gh-pages
branch, which would just include apackage.json
similar to this one./cc @aearly @megawac
Sample site: http://hargasinski.github.io/async/index.html
Fixes #1083, Resolves #1135, Closes #1191