9

Any ideas what is the documentation generator used by lodash.com? I have been looking around into their documentation and using google and cannot find anything. I'd like to use a similar documentation style on a small project of mine

Moataz Elmasry
  • 2,509
  • 4
  • 27
  • 37
  • I'd like to know this, too. I couldn't find anything in their GitHub projects and there's nothing revealing in the page's source. Perhaps it's a custom job (shrug). – Seth Apr 16 '15 at 12:44

1 Answers1

12

Lodash is using docdown for docs generation. I ran into the same question and fortunately I found the answer in their github issues.

mati
  • 5,218
  • 3
  • 32
  • 49