jeromegn / DocumentUp

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

Problem with documentation of svg.js #95

Closed wout closed 9 years ago

wout commented 9 years ago

Hi, We've been using documentup since the beginning and we love it! But lately it seems our documentation page is no longer working as expected:

http://documentup.com/wout/svg.js

All links in submenu's are gone. How can we fix this?

jeromegn commented 9 years ago

Hey there, thanks for being an early adopter!

I've had some troubles recently with a bug, I had to re-acquaint myself with the code and I broke a lot of things. I upgraded node.js, changed markdown library and some other things.

In the process we lost this feature. I've known this and decided not to fix it for I don't have that much time to spend here.

However, I've been working on a rewrite in parallel. I'm not usually for rewrites, but the current codebase is pretty toxic. I haven't used node.js in a long while, let alone CoffeeScript! Truth is I've become a Ruby lover and I'm rewriting this in a much more maintainable Rails app. It's probably 60% of the way there. I have markdown rendering correctly and everything, I need to add web hooks support back and then I think it'll be good enough. It will render pages much more closely to Github's readme parsing too!

I was thinking of working on it more tomorrow. Hopefully be able to finish it and everything ;)

jeromegn commented 9 years ago

I believe the rewrite fixed it.

Currently running production on a different branch (rewrite).

wout commented 9 years ago

Thanks for your reply and work on documentup!