website: Add the Null provider to the list of providers

This commit is contained in:
Chris Griggs 2017-12-04 09:29:41 -08:00 committed by Martin Atkins
parent 90e986348a
commit 9d863fee62
1 changed files with 5 additions and 1 deletions

View File

@ -359,7 +359,7 @@
<li<%= sidebar_current("docs-providers-mysql") %>>
<a href="/docs/providers/mysql/index.html">MySQL</a>
</li>
<li<%= sidebar_current("docs-providers-newrelic") %>>
<a href="/docs/providers/newrelic/index.html">New Relic</a>
</li>
@ -372,6 +372,10 @@
<a href="/docs/providers/ns1/index.html">NS1</a>
</li>
<li<%= sidebar_current("docs-providers-null") %>>
<a href="/docs/providers/null/index.html">Null</a>
</li>
<li<%= sidebar_current("docs-providers-oneandone") %>>
<a href="/docs/providers/oneandone/index.html">1&1</a>
</li>