From bbe98079cf925aa8af58f95937dc99645ddfee30 Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sat, 22 Oct 2022 22:45:59 +0200 Subject: [PATCH] add README.md to the docs subdirectory Signed-off-by: Martin Dummer --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..eac94f9 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,6 @@ +# Documents - Table of content + +More detailed descriptions for some topics can be found here. + +## [MQTT Topic Documentation](MQTT_Topics.md) +## [Web API Documentation](Web-API.md)