Skip to content

droso-hass/hass_doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HASS Docs Gen

Simple project to generate full API reference for the Home Assistant core repo using doxygen and doxygen-awesome-css.

Usage

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