2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +00:00
This commit is contained in:
matmair
2022-10-24 22:22:05 +00:00
parent c64676e8b7
commit 1639d9723e
7 changed files with 22 additions and 23 deletions

View File

@ -72,18 +72,17 @@ We expose some internal python APIs to speed up your development and keep the in
<h3 id="plugin-repo">Plugin repo</h3>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;div class="bg-teal-100 border-t-4 border-teal-500 rounded-b text-teal-900 px-4 py-3 shadow-md" role="alert"&gt;
&lt;div class="flex"&gt;
&lt;img class="fill-current h-6 w-6 text-teal-500 mr-4" src="/inventree-website/assets/info.svg" /&gt;
&lt;div&gt;
&lt;p class="font-bold"&gt;Coming soon&lt;/p&gt;
&lt;p class="text-sm"&gt;We are working on a full plugin repo - keep up to date on the blog or directly in your InvenTree dashboard with news.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</code></pre></div></div>
<p>&lt;/div&gt;</p>
<div class="bg-teal-100 border-t-4 border-teal-500 rounded-b text-teal-900 px-4 py-3 shadow-md" role="alert">
<div class="flex">
<img class="fill-current h-6 w-6 text-teal-500 mr-4" src="/inventree-website/assets/info.svg">
<div>
<p class="font-bold">Coming soon</p>
<p class="text-sm">We are working on a full plugin repo - keep up to date on the blog or directly in your InvenTree dashboard with news.</p>
</div>
</div>
</div>
</article>