Data Science Portal for Home Assistant.
Go to file
Fabian Affolter c9830e25da
PRs are merged and more about the DB schema is available
2018-12-27 22:46:34 +01:00
docs PRs are merged and more about the DB schema is available 2018-12-27 22:46:34 +01:00
script Add initial version of data website 2018-11-22 11:49:49 +01:00
website Minor fixes 2018-12-27 20:26:48 +01:00
.dockerignore Add initial version of data website 2018-11-22 11:49:49 +01:00
.gitignore Add initial version of data website 2018-11-22 11:49:49 +01:00
Dockerfile Add initial version of data website 2018-11-22 11:49:49 +01:00
LICENSE.md Add initial version of data website 2018-11-22 11:49:49 +01:00
README.md Add README 2018-11-22 12:31:11 +01:00
docker-compose.yml Add initial version of data website 2018-11-22 11:49:49 +01:00

README.md

License: CC BY-NC-SA 4.0

Home Assistant Data Science Portal

This is the source for the Home Assistant Data Science Portal.

Updating the docs

Documentation is build using Docusaurus.

Preparing environment

Running the documentation locally requires NodeJS and Yarn to be installed. Inside a cloned fork of this repository, run:

$ script/setup

This will install docusaurus amongst other things.

Running docs locally

$ script/server

It will start a server at localhost:3000. You will need to navigate to the next version of the docs to see your changes applied. To do so click on the version number in the header and select next -> Documentation.

Adding a page

  • Create new page in docs/
  • Add new doc to website/sidebars.json

You will need to restart the server when creating a new file or make changes to sidebars.json. If you're updating a document, you will only need to refresh your browser to get the latest changes.