Downloading ionic docs

Are the docs available for download somewhere? Like in a zip or through git to browse offline?

Ok i think this should do: https://github.com/driftyco/ionic-site

The css docs are in the ionic-site, but the js docs are actually generated from the ionic source code.

Is it possible to have them be generated into say a PDF via doxygen? My computer is not always online, I tether via my mobile sometimes or use TOR to connect. If downloadable, I’ll keep them offline and connect to the internet when I want to test something (logins/db etc.) Thanks!

You could essentially clone the ionic-site and read the markdown generated from our source code. We don’t have anything like PDFs or Doxygen set up ATM