Closed sergiolepore closed 10 years ago
You can see the changelog here: https://github.com/tommy351/hexo/releases
BTW, what's the best way to build an API doc for a Node.js project? Or maybe write a Hexo plugin for this?
Releases: So cool! :) are you using SemVer standard? http://semver.org/ API: tomorrow I'll be meeting a Auth0 developer. 'll ask him what uses to write documentation.
I'll keep you updated!
Sorry for the delay! I've been with some personal issues. Whatever, this friend of mine (the Auth0 developer) told me that they wrote their API docs without any tools. If you agreed, I could study every public variable, test them on plugins or in a new hexo core functionality (like draft management that I wrote a time ago), and then write a doc proposal. I'm pretty sure that if Hexo have an API doc, it would be easier to write code for it :smile:
Ok, I'll write an API doc after refactory.
Hey! Thank you so much! :heart_eyes:
Hexo API doc has been released! http://zespia.tw/hexo/api/classes/Hexo.html
Awesome! Thank you very much.
Nice! Thank you so much! El ene 14, 2014 6:05 a.m., "SkyArrow" notifications@github.com escribió:
Hexo API doc has been released! http://zespia.tw/hexo/api/classes/Hexo.html
— Reply to this email directly or view it on GitHubhttps://github.com/tommy351/hexo/issues/341#issuecomment-32248459 .
It would be great if you create a
changelog.md
file and make a historical record of all releases :smile: Also, anAPI
doc to describe every variable and function exposed byhexo
module could be very helpful to plugin developers and core developers.