Site updated at 2015-11-28 04:11:01 UTC

This commit is contained in:
Paulus Schoutsen 2015-11-27 20:11:01 -08:00
parent f372cd0b12
commit 4d3fac69df
43 changed files with 650 additions and 35 deletions

View file

@ -102,7 +102,7 @@
<p>The <code>notify</code> component makes it possible to send notifications to a wide variety of platforms. Please check the sidebar for a full list of platforms that are supported.</p>
<h3>Configuration</h3>
<h2><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h2>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
@ -118,7 +118,7 @@
<p>The <strong>name</strong> parameter is optional but needed if you want to use multiple platforms. The platform will be exposed as service <code>notify/&lt;name&gt;</code>. The name will default to <code>notify</code> if not supplied.</p>
<h3>Service</h3>
<h3><a class="title-link" name="service" href="#service"></a> Service</h3>
<p>Once loaded, the <code>notify</code> platform will expose a service that can be called to send notifications.</p>
@ -149,7 +149,7 @@
</tbody>
</table>
<h3>Test if it works</h3>
<h3><a class="title-link" name="test-if-it-works" href="#test-if-it-works"></a> Test if it works</h3>
<p>A simple way to test if you have set up your notify platform correctly is to use <strong>Call Service</strong> from the <strong>Developer Tools</strong> to call your notify service. Choose your service (<em>notify/xyz</em>) from the list of <strong>Available services:</strong> and enter something like the sample below into the <strong>Service Data</strong> field and hit <strong>CALL SERVICE</strong>.</p>