----- Original Message ----- > From: "Juan Hernández" <[email protected]> > To: "Jakub Niedermertl" <[email protected]> > Cc: "devel" <[email protected]>, "Michal Skrivanek" <[email protected]> > Sent: Monday, January 2, 2017 10:48:53 PM > Subject: Re: [ovirt-devel] Publicly available REST documentation > > On 01/02/2017 10:13 PM, Jakub Niedermertl wrote: > > Hi Juan, > > > > from time to time I'd like the REST doc to be available on some public > > site. It would allow us to > > * check the documentation without searching for running engine > > * be able to easily link documentations in irc/mails > > * link rest doc from ovirt.org site doc > > Recently I've also heard similar request from other guys (cc-ed). > > Would it be possible to for example publish generated doc of merged > > patches of ovirt-engine-api-model project? Maybe github project pages > > [1] of project mirror [2] could be used for hosting. > > > > Regards > > Jakub > > > > [1] > > https://help.github.com/articles/user-organization-and-project-pages/#project-pages > > [2] https://github.com/oVirt/ovirt-engine-api-model > > > > Yes, we can publish the documentation using gh-pages. I just created and > populated the 'gh-branch' with some initial content, and requested the > activation of the feature in Github. I will inform you when it is ready.
Alternatively, you could use readthedocs.org which supports webhooks: a push to GitHub (mirror) project [syncing Gerrit with GitHub] would regenerate the project's documentation available at <your-project>.readthedocs.io which would allow to separate the GitHub project from its docs, given the source comes from Gerrit. > _______________________________________________ > Devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/devel > _______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
