Simple project to generate full API reference for the Home Assistant core repo using doxygen and doxygen-awesome-css.
You can manually generate the docs by cloning this repo, building the docker image and running it with
docker build . -t hass_docs_builder && docker run -it --rm -v /path/to/your/output:/docs hass_docs_builder
An online version is also available at droso-hass.github.io/hass_doc