Live data from Hacker News

Show HN: Ditto – Markdown documentation system

github.com

21–27 of 27 posts

Re: Show HN: Ditto – Markdown documentation system

#22

I've used both Multi-Markdown and Pandoc in past projects so I was intrigued by the associated live demo. Was it generated using Ditto?

Yep, essentially ditto. :)

I would like to add that nothing is technically generated* they. The markdown files are rendered on the fly using a Javascript Markdown parser. The layout is simply HTML5 and CSS, with a dash of jQuery to make the buttons work.

Re: Show HN: Ditto – Markdown documentation system

#24
post #23

Does Google crawl this documentation? I know they have some JS support in their crawler, but is it enough that it would actually index a docsite built with this tool?

Not sure Google would be able to index the docs, since they are in markdown format. But I'm not an expert in how Google index the pages.

Re: Show HN: Ditto – Markdown documentation system

#25
post #24
post #23

Does Google crawl this documentation? I know they have some JS support in their crawler, but is it enough that it would actually index a docsite built with this tool?

Not sure Google would be able to index the docs, since they are in markdown format. But I'm not an expert in how Google index the pages.

No, google doesn't. I've built a similar solution for the Cocos2D documentation that is going to be released soon. I've added a php server component to deliver HTML snapshots to google crawlers for that purpose.

Re: Show HN: Ditto – Markdown documentation system

#26
post #25
post #24

Earlier quoted context omitted.

Not sure Google would be able to index the docs, since they are in markdown format. But I'm not an expert in how Google index the pages.

No, google doesn't. I've built a similar solution for the Cocos2D documentation that is going to be released soon. I've added a php server component to deliver HTML snapshots to google crawlers for that purpose.

[deleted]

Re: Show HN: Ditto – Markdown documentation system

#27
post #24
post #23

Does Google crawl this documentation? I know they have some JS support in their crawler, but is it enough that it would actually index a docsite built with this tool?

Not sure Google would be able to index the docs, since they are in markdown format. But I'm not an expert in how Google index the pages.

I have now released my similar documentation system that supports SEO: https://github.com/Ben-G/Lightdoc
Post reply on HN