Show HN: Ditto – Markdown documentation system
21–27 of 27 posts
Re: Show HN: Ditto – Markdown documentation system
#22I've used both Multi-Markdown and Pandoc in past projects so I was intrigued by the associated live demo. Was it generated using 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
#23Re: Show HN: Ditto – Markdown documentation system
#24Does 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?
Re: Show HN: Ditto – Markdown documentation system
#25Does 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
#26Earlier 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.
Re: Show HN: Ditto – Markdown documentation system
#27Does 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.