diff --git a/docs/creating-nodes/help-style-guide.md b/docs/creating-nodes/help-style-guide.md
index d59c6056..009dd9a6 100644
--- a/docs/creating-nodes/help-style-guide.md
+++ b/docs/creating-nodes/help-style-guide.md
@@ -24,6 +24,24 @@ a consistent appearance between nodes.
Connects to a MQTT broker and publishes messages.
+
+
+ If the node has any configuration properties, this section describes those properties
+ and how they affect the operation of the node. The description should be brief - if further
+ descrption is needed, it should be in the Details section.
+
+
+
Properties
+
+ - server
+ config node
+
+ - the config node specifying the MQTT server to connect to.
+ - topic string
+ - the MQTT topic to publish to.
+
+
+
If the node has an input, this section describes the properties of the
@@ -111,6 +129,15 @@ The above example was created with the following HTML.