Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droso-hass/hass_doc
https://github.com/droso-hass/hass_doc
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/droso-hass/hass_doc
- Owner: droso-hass
- Created: 2023-01-27T23:34:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T20:33:17.000Z (about 1 year ago)
- Last Synced: 2023-12-09T19:20:15.554Z (11 months ago)
- Language: HTML
- Homepage: https://droso-hass.github.io/hass_doc/
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HASS Docs Gen
Simple project to generate full API reference for the Home Assistant [core repo](https://github.com/home-assistant/core) using [doxygen](https://www.doxygen.nl/) and [doxygen-awesome-css](https://github.com/jothepro/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](https://droso-hass.github.io/hass_doc/)