Skip to content

Commit

Permalink
chore: regenerate tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokku Bot committed Dec 2, 2023
1 parent d79ebc7 commit cdc7e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/plugins/creating-a-datastore-plugin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,8 +1329,8 @@ <h3 id="initializing-the-plugin">Initializing the plugin<a class="headerlink" hr
</code></pre></div>
<p>Once this is done, we can modify the <code>plugin.toml</code> to have the following contents:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="k">[plugin]</span>
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="n">description</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;dokku meillisearch service plugin&quot;</span>
<a id="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;0.0.1&quot;</span>
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="n">description</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">&quot;dokku meillisearch service plugin&quot;</span>
<a id="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a><span class="n">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">&quot;0.0.1&quot;</span>
<a id="__codelineno-1-4" name="__codelineno-1-4" href="#__codelineno-1-4"></a><span class="k">[plugin.config]</span>
</code></pre></div>
<h3 id="reconfiguring-the-plugin">Reconfiguring the plugin<a class="headerlink" href="#reconfiguring-the-plugin" title="Permanent link">&para;</a></h3>
Expand Down
Binary file modified tutorials/sitemap.xml.gz
Binary file not shown.

0 comments on commit cdc7e68

Please sign in to comment.