jeromegn / DocumentUp

Pretty documentation generator for Github projects with proper Readme.
http://documentup.com
883 stars 90 forks source link

Twitter link doesn't show when hosten in gh-pages #25

Closed thedersen closed 12 years ago

thedersen commented 12 years ago

Hi,

Awesome service you've created!

I can't seem to get the Twitter link to show up on my documentation (http://thedersen.github.com/backbone.validation).

Here's my configuration:

DocumentUp.document({ repo: 'thedersen/backbone.validation', name: 'Backbone.Validation', twitter: ['thedersen'] });

What am I missing?

jeromegn commented 12 years ago

Ok so, try updating with the new version I just pushed. Sorry about that, the server wasn't doing anything with the config options sent to it that way.

I need to add a database to the stack so that it will recompile at better times. Now the only way to trigger it is a change to the readme or to the documentup.json config. Less than ideal.

thedersen commented 12 years ago

Hmm, sorry I haven't replied earlier, but it looks like it's still not working.

jeromegn commented 12 years ago

You're right, I'll look into this shortly.

jeromegn commented 12 years ago

I fixed this in the latest release :)