The AngularJS Material Live Docs are generated from the source code. In fact, the AngularJS Material documentation itself uses the AngularJS Material layout, components and themes.
Our build process uses dgeni, the wonderful documentation generator built by Pete Bacon Darwin.
To view the Live Docs (locally):
- Install the dependencies using
npm install
- Build the docs and serve with 'live reload' using
npm run watch
- Open Browser for http://localhost:8080