1
votes

Perhaps I'm missing something simple here, but is there any place to download the GWT documentation for use offline?

2

2 Answers

4
votes

If you download the SDK here you will have it in

yourGWTFolder\doc\javadoc\index.html

Where 'yourGWTFolder' is the folder you unzipped the file you downloaded to.

0
votes

You can try someting like:

wget --no-check-certificate -k -r -np -p https://developers.google.com/web-toolkit/doc/latest/

I do not know if wget is available on Windows. If not you can use cygwin or a linux VM.