Skip to content

Latest commit

 

History

History
139 lines (98 loc) · 5.18 KB

README.md

File metadata and controls

139 lines (98 loc) · 5.18 KB

Contributors Forks Stargazers Issues MIT License


Logo

Documentation

This repository contains all the code for our online product documentation at docs.FutureProofHomes.net.
Explore the docs »

View Main Website · Watch Our YouTube

Table of Contents
  1. About The Documentation
  2. Contributing
  3. License
  4. Contact

About Documentation

FutureProofHomes focuses on building hardware and software for the Home Assistant platform. We specifically focus on AI-powered voice assistance so that you can control your home with intuitive voice conversations instead of interacting with a user interface.

Built With

  • Material for MkDocs

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/DocumentationModification)
  3. Commit your Changes (git commit -m 'Add some DocumentationModification')
  4. Push to the Branch (git push origin feature/DocumentationModification)
  5. Open a Pull Request

Local Development Environment

  1. If you do not have /venv Python Virtual Environment in your local repo then you must set it up (python -m venv venv)
  2. Start the Python Environment (source venv/bin/activate)
  3. Serve MkDocs Locally (mkdocs serve)

(back to top)

License

Distributed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.txt for more information.

(back to top)

Contact

FutureProofHomes - Website - [email protected]

(back to top)

Acknowledgments

  • @qulbnsl for getting our firmware CI/CD pipelines operational and dynamically updating ESP Web Tools documentation.
  • Your name here soon. :)

(back to top)