Site updated at 2017-10-18 06:47:50 UTC

This commit is contained in:
Travis CI 2017-10-18 06:47:50 +00:00
parent e415d863ce
commit 9c890ac310
26 changed files with 65 additions and 65 deletions

View file

@ -131,7 +131,7 @@ The other properties (like name) are specified using mappings. Note that the sec
</code></pre>
</div>
<h3><a class="title-link" name="including-separate-files" href="#including-separate-files"></a> Including Separate Files</h3>
<p>To improve readability, you can source out certain domains from you main configuration file with the <code class="highlighter-rouge">!include</code>-Syntax.</p>
<p>To improve readability, you can source out certain domains from your main configuration file with the <code class="highlighter-rouge">!include</code>-syntax.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">lights</span><span class="pi">:</span> <span class="kt">!include</span> <span class="s">lights.yaml</span>
</code></pre>
</div>