Skip to content

Commit

Permalink
fix documentation for configuring the Gerrit module
Browse files Browse the repository at this point in the history
  • Loading branch information
anandsudhir committed Jul 18, 2018
1 parent 4a1caf6 commit b178582
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion _site/content/posts/modules/gerrit.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ gerrit:
height: 2
width: 2
refreshInterval: 300
domain: https://gerrit-review.googlesource.com
projects:
- org/test-project"
- dotfiles
username: "myname"
verifyServerCertificate: false
```
### Attributes
Expand All @@ -75,7 +77,7 @@ How often, in seconds, this module will update its data. <br />
Values: A positive integer, `0..n`.

`domain` <br />
_Optional_. Your Gerrit corporate domain. <br />
Your Gerrit corporate domain. <br />
Values: A valid URI.

`projects` <br />
Expand Down
6 changes: 4 additions & 2 deletions docs/posts/modules/gerrit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,12 @@ <h2 id="configuration">Configuration</h2>
</span><span class="w"> </span>height<span class="p">:</span><span class="w"> </span><span class="m">2</span><span class="w">
</span><span class="w"> </span>width<span class="p">:</span><span class="w"> </span><span class="m">2</span><span class="w">
</span><span class="w"> </span>refreshInterval<span class="p">:</span><span class="w"> </span><span class="m">300</span><span class="w">
</span><span class="w"> </span>domain<span class="p">:</span><span class="w"> </span>https<span class="p">:</span>//gerrit-review.googlesource.com<span class="w">
</span><span class="w"> </span>projects<span class="p">:</span><span class="w">
</span><span class="w"> </span>-<span class="w"> </span>org/test-project<span class="s2">&#34;
</span><span class="s2"> - dotfiles
</span><span class="s2"> username: &#34;</span>myname&#34;</code></pre></div>
</span><span class="s2"> username: &#34;</span>myname&#34;<span class="w">
</span><span class="w"> </span>verifyServerCertificate<span class="p">:</span><span class="w"> </span><span class="kc">false</span></code></pre></div>
<h3 id="attributes">Attributes</h3>

<p><code>enabled</code> <br />
Expand All @@ -198,7 +200,7 @@ <h3 id="attributes">Attributes</h3>
Values: A positive integer, <code>0..n</code>.</p>

<p><code>domain</code> <br />
<em>Optional</em>. Your Gerrit corporate domain. <br />
Your Gerrit corporate domain. <br />
Values: A valid URI.</p>

<p><code>projects</code> <br />
Expand Down

0 comments on commit b178582

Please sign in to comment.