diff --git a/docs/Home.md b/docs/Home.md index 2d0a94d51..19274efc5 100644 --- a/docs/Home.md +++ b/docs/Home.md @@ -1,6 +1,3 @@ - -# EMS-ESP - EMS-ESP Logo [![version](https://img.shields.io/github/release/proddy/EMS-ESP.svg?label=Latest%20Release)](https://github.com/proddy/EMS-ESP/blob/master/CHANGELOG.md) @@ -45,15 +42,12 @@ The next major version is in the works. Here are some of the changes: -### Community +### Community Support Go to [Gitter](https://gitter.im/EMS-ESP/community) for quick feedback, questions and troubleshooting. -### Contributing -You too can [contribute](Contributing) to the project. - ### Acknowledgments -Acknowledgments and kudos to the following people who have open-sourced their work and helped me build this project: +Kudos out to the following people who have open-sourced their work and helped me build this project: **susisstrolch** - One of the first working versions of the EMS bridge circuit I found designed for specifically for the ESP8266. I borrowed Juergen's [schematic](https://github.com/susisstrolch/EMS-ESP12) and parts of his code ideas for reading telegrams. diff --git a/docs/_sidebar.md b/docs/_sidebar.md index bf73db318..c42647d95 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,27 +1,27 @@ * **Installation** * [Getting Started](getting_started) -* [Building the firmware](Building-firmware) -* [Uploading the firmware](Uploading-firmware) -* [Configuring your system](Configure-firmware) -* [Monitoring the output](Running-and-Monitoring) +* [Building the Firmware](Building-firmware) +* [Uploading the Firmware](Uploading-firmware) +* [Configuring your System](Configure-firmware) +* [Monitoring the EMS bus](Running-and-Monitoring) * **Home Automation Integration** * [MQTT](MQTT) * [Home Assistant](Home-Assistant) * [Domoticz](Domoticz) * **EMS Protocol** -* [How the EMS bus works](How-the-EMS-bus-works) +* [How the EMS Bus works](How-the-EMS-bus-works) * [EMS 1.0 Telegram Types](EMS-Telegram-Types) * [EMS+ / EMS 2.0](Deciphering-EMS-Plus) * [Thermostat modes](Thermostat-Modes-RC35-vs-RC300) * [EMS+ Thermostats](RC3xx-Thermostats) -* [SM100/200 Solar Module](SM100) +* [SM100/200 Solar Modules](SM100) * [MC110 Contoller](MC110-controller) * **For Developers** -* [Building your own board](Building-your-own-test-circuit) -* [Extending the functionality](How-the-Code-Works) -* [Testing the web interface](Web-test) +* [Building your own Board](Building-your-own-test-circuit) +* [Extending the Functionality](How-the-Code-Works) +* [Testing the Web Interface](Web-test) * [Feature Wish List](wish-list) * **Getting Help** * [FAQ](FAQ) * [Troubleshooting](Troubleshooting) -* [How to contribute?](Contributing) +* [How to Contribute](Contributing)