stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.91k stars 249 forks source link

Which site is official docs: nibstyl.us or tj.github.io/nib? #308

Open cspotcode opened 9 years ago

cspotcode commented 9 years ago

Which site holds the official documentation: http://nibstyl.us/ or http://tj.github.io/nib ? I'm just not sure where I should be looking when I need help.

Thanks for maintaining nib; it fills such a useful role, so I'm glad to have it.

notslang commented 9 years ago

http://tj.github.io/nib/ is the official docs, http://nibstyl.us/ was made by @incompl in #186, thought the most up-to-date docs are probably https://github.com/tj/nib/tree/master/docs.

incompl commented 9 years ago

@slang800 http://nibstyl.us was a site redesign and documentation update that I contributed but if I recall correctly the reason it wasn't merged was because it didn't have automatic docs generation. I don't remember the details. I don't know if the other docs have been updated since then.

cspotcode commented 9 years ago

Ok, cool, thanks for the quick replies. What if I helped write a PR that uses Travis CI to automatically build the docs and push to a gh-pages branch? Would that be useful?

cspotcode commented 8 years ago

@incompl Can you label http://nibstyl.us as unofficial or link to the official docs? I came back to nib after a long time away, Googling took me to that site, even though it's not maintained and isn't the official documentation. Just like some sort of header saying "official documentation here" would be great. Thanks!