Updating documentation website

This commit is contained in:
Pixelastic 2018-04-15 20:25:02 -05:00
parent 04f9bcb246
commit 6a7b688273

View File

@ -222,7 +222,7 @@ here</a>. Once signed in, you can get your credentials from
<h2 id="usage">Usage <a class="anchor" href="getting-started.html#usage" aria-hidden="true"></a></h2>
<p>Once your credentials are setup, you can run the indexing by running the
following command:</p>
<pre class="code-sample cm-s-mdn-like codeMirror shell" data-code-type="Command"><div class="code-wrap"><code><span class="cm-def">ALGOLIA_API_KEY</span><span class="cm-operator">=</span><span class="cm-string">&#39;{your_admin_api_key}&#39;</span> bundle exec jekyll algolia
<pre class="code-sample cm-s-mdn-like codeMirror shell" data-code-type="Command"><div class="code-wrap"><code><span class="cm-def">ALGOLIA_API_KEY</span><span class="cm-operator">=</span><span class="cm-string">&#39;your_admin_api_key&#39;</span> bundle exec jekyll algolia
</code></div></pre>
<p>Note that <code>ALGOLIA_API_KEY</code> should be set to your admin API key. This key has
write access to your index so will be able to push new data. This is also why