[windup-dev] Script to copy HTML docs to online docs
Lincoln Baxter, III
lincolnbaxter at gmail.com
Mon Dec 15 16:26:26 EST 2014
Hey Ondra,
This is good. Could you please post this on a dev page on the Wiki so that
it doesn't get lost?
Thanks!
~Lincoln
On Thu, Dec 11, 2014 at 6:28 PM, Ondrej Zizka <ozizka at redhat.com> wrote:
> git clone https://github.com/windup/windup-documentation.git
> git clone https://github.com/windup/windup.git Vindup
> cd Vindup
> git checkout gh-pages
> mkdir -p docs/2.0.0.Beta6/html
> cd ../windup-documentation
> cp *.html *.css images/* ../Vindup/docs/2.0.0.Beta6/html
> cd -
> git add docs
> git commit -m "HTML docs"
> git push upstream gh-pages
> firefox
> http://windup.github.io/windup/docs/2.0.0.Beta6/html/WindupUserGuide.html
>
> HTH,
> Ondra
> _______________________________________________
> windup-dev mailing list
> windup-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/windup-dev
>
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/windup-dev/attachments/20141215/cde920c6/attachment.html
More information about the windup-dev
mailing list