Deployed 4314ee6 with MkDocs version: 1.0.4

This commit is contained in:
winkidney
2020-05-08 12:59:32 +08:00
parent 24e2e7e2f3
commit aabefe5257
3 changed files with 3 additions and 3 deletions

View File

@@ -445,8 +445,8 @@ before they actually be saved (for example, add water-mark to them).</p>
<h1 id="list-of-available-plugins">List of Available Plugins<a class="headerlink" href="#list-of-available-plugins" title="Permanent link">&para;</a></h1>
<p>left blank to fill, coming soon...</p>
<h1 id="install-plugin-in-docker">Install Plugin in Docker<a class="headerlink" href="#install-plugin-in-docker" title="Permanent link">&para;</a></h1>
<p>If you have some plugin which named <code>hello.py</code> and a have a <code>Plugin</code> class inside.</p>
<p>You could just copy them to directory <code>pinry_plugins/batteries</code>.</p>
<p>If you have a plugin named <code>hello.py</code> and it have a <code>Plugin</code> class inside.</p>
<p>You could just copy it to directory <code>pinry_plugins/batteries</code>.</p>
<p>Now add config to local_settings.py</p>
<div class="codehilite"><pre><span></span><span class="err">ENABLED_PLUGINS = [</span>
<span class="err"> &#39;pinry_plugins.batteries.hello.Plugin&#39;,</span>

File diff suppressed because one or more lines are too long

Binary file not shown.