esdoc / esdoc-hosting

ESDoc Hosting Service
https://doc.esdoc.org/
11 stars 6 forks source link

Automatic builds? #6

Closed n1k0 closed 7 years ago

n1k0 commented 8 years ago

It would be great if docs could be generated and updated automatically each time a repo's master branch is updated, a little like how readthedocs works.

h13i32maru commented 8 years ago

@n1k0 Hi! Thanks for this issue. And sorry late reply. I do not support to automatically update. Because a repo's master and released package in npm may be different.

However if I provide update API, is your request solved by it?

n1k0 commented 8 years ago

However if I provide update API, is your request solved by it?

Yes, so that would become scriptable, and we could trigger publication from a successful travis master build for instance.

PS: forgot to thank you for this awesome project, love from Mozilla folks sent your way.

h13i32maru commented 8 years ago

OK, I will support it in future version.

n1k0 commented 8 years ago

Awesome!

h13i32maru commented 7 years ago

@n1k0 Sorry for late reply. I can not automatic build because I have no time for implementation it. However the below API may help you. Please check it.

curl 'https://doc.esdoc.org/api/create' -X POST --data 'gitUrl=git%40github.com%3Aesdoc%2Fesdoc.git'

If is problem, I re-open this issue.

h13i32maru commented 7 years ago

PS: forgot to thank you for this awesome project, love from Mozilla folks sent your way.

Wow! That's great thanks!