Wind Farm Project
Project layout
docs/
| - mkdocs.yml # The configuration file.
| - docs/
| - index.md # The documentation homepage.
| - ... # Other markdown pages, images and other files.
examples/ # Folder with some examples that inspired us for
| # building the project
| - ticker # Tests if an ESP works
| - ...
resources/ # Folder with the resources used for
| # the process, mainly libraries and fritzings
| ...
src/ # Folder with all the code
| # for the components in the application
| ...
Publish to Github pages
mkdocs gh-deploy
will publish whatever the branch you are currently working on.
Github Repository
The link to the Github Repository can be found here.
Github Project
The link to the Github SCRUM Project can be found here.