mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-29 05:56:45 +00:00
deploy: 4a56fa16330b2f3a45eb1d90f64c1984926968ce
This commit is contained in:
parent
c64676e8b7
commit
1639d9723e
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/inventree-website/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="/inventree-website/" rel="alternate" type="text/html" /><updated>2022-10-24T22:05:14+00:00</updated><id>/inventree-website/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Release highlights 0.8.0</title><link href="/inventree-website/blog/2022/08/02/release-highlights" rel="alternate" type="text/html" title="Release highlights 0.8.0" /><published>2022-08-02T00:00:00+00:00</published><updated>2022-08-02T00:00:00+00:00</updated><id>/inventree-website/blog/2022/08/02/release-highlights</id><author><name>matmair</name></author><summary type="html"><![CDATA[InvenTree 0.8.0 is here!]]></summary></entry><entry><title type="html">Starting with templates</title><link href="/inventree-website/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>/inventree-website/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/inventree-website/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="/inventree-website/" rel="alternate" type="text/html" /><updated>2022-10-24T22:21:55+00:00</updated><id>/inventree-website/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Release highlights 0.8.0</title><link href="/inventree-website/blog/2022/08/02/release-highlights" rel="alternate" type="text/html" title="Release highlights 0.8.0" /><published>2022-08-02T00:00:00+00:00</published><updated>2022-08-02T00:00:00+00:00</updated><id>/inventree-website/blog/2022/08/02/release-highlights</id><author><name>matmair</name></author><summary type="html"><![CDATA[InvenTree 0.8.0 is here!]]></summary></entry><entry><title type="html">Starting with templates</title><link href="/inventree-website/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>/inventree-website/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
|
@ -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><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>
|
||||
</code></pre></div></div>
|
||||
<p></div></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>
|
||||
|
||||
|
@ -27,11 +27,11 @@
|
||||
<meta property="og:url" content="/inventree-website/matmair" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2022-10-24T22:05:14+00:00" />
|
||||
<meta property="article:published_time" content="2022-10-24T22:21:55+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Matmair" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-10-24T22:05:14+00:00","datePublished":"2022-10-24T22:05:14+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/matmair"},"url":"/inventree-website/matmair"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-10-24T22:21:55+00:00","datePublished":"2022-10-24T22:21:55+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/matmair"},"url":"/inventree-website/matmair"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<script defer data-domain="matmair.github.io" src="https://plausible.io/js/script.outbound-links.js"></script>
|
||||
|
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/inventree-website/news/feed.atom" rel="self" type="application/atom+xml" /><link href="/inventree-website/" rel="alternate" type="text/html" /><updated>2022-10-24T22:05:14+00:00</updated><id>/inventree-website/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Release highlight 0.8.0</title><link href="/inventree-website/news/2022/08/02/new-features-in-0.8.0" rel="alternate" type="text/html" title="Release highlight 0.8.0" /><published>2022-08-02T00:00:00+00:00</published><updated>2022-08-02T00:00:00+00:00</updated><id>/inventree-website/news/2022/08/02/new-features-in-0.8.0</id><author><name>matmair</name></author><summary type="html"><![CDATA[We recently released 0.8.0!]]></summary></entry><entry><title type="html">We have news now!</title><link href="/inventree-website/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>/inventree-website/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[Hi there, here is something new: News!]]></summary></entry></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/inventree-website/news/feed.atom" rel="self" type="application/atom+xml" /><link href="/inventree-website/" rel="alternate" type="text/html" /><updated>2022-10-24T22:21:55+00:00</updated><id>/inventree-website/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Release highlight 0.8.0</title><link href="/inventree-website/news/2022/08/02/new-features-in-0.8.0" rel="alternate" type="text/html" title="Release highlight 0.8.0" /><published>2022-08-02T00:00:00+00:00</published><updated>2022-08-02T00:00:00+00:00</updated><id>/inventree-website/news/2022/08/02/new-features-in-0.8.0</id><author><name>matmair</name></author><summary type="html"><![CDATA[We recently released 0.8.0!]]></summary></entry><entry><title type="html">We have news now!</title><link href="/inventree-website/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>/inventree-website/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[Hi there, here is something new: News!]]></summary></entry></feed>
|
@ -27,11 +27,11 @@
|
||||
<meta property="og:url" content="/inventree-website/repo/shopify.html" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2022-10-24T22:05:14+00:00" />
|
||||
<meta property="article:published_time" content="2022-10-24T22:21:55+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Shopify" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-10-24T22:05:14+00:00","datePublished":"2022-10-24T22:05:14+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/repo/shopify.html"},"url":"/inventree-website/repo/shopify.html"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-10-24T22:21:55+00:00","datePublished":"2022-10-24T22:21:55+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/repo/shopify.html"},"url":"/inventree-website/repo/shopify.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<script defer data-domain="matmair.github.io" src="https://plausible.io/js/script.outbound-links.js"></script>
|
||||
|
@ -27,11 +27,11 @@
|
||||
<meta property="og:url" content="/inventree-website/schrodingersgat" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2022-10-24T22:05:14+00:00" />
|
||||
<meta property="article:published_time" content="2022-10-24T22:21:55+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Schrodingersgat" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-10-24T22:05:14+00:00","datePublished":"2022-10-24T22:05:14+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/schrodingersgat"},"url":"/inventree-website/schrodingersgat"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-10-24T22:21:55+00:00","datePublished":"2022-10-24T22:21:55+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/schrodingersgat"},"url":"/inventree-website/schrodingersgat"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<script defer data-domain="matmair.github.io" src="https://plausible.io/js/script.outbound-links.js"></script>
|
||||
|
@ -18,15 +18,15 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>/inventree-website/matmair</loc>
|
||||
<lastmod>2022-10-24T22:05:14+00:00</lastmod>
|
||||
<lastmod>2022-10-24T22:21:55+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/inventree-website/schrodingersgat</loc>
|
||||
<lastmod>2022-10-24T22:05:14+00:00</lastmod>
|
||||
<lastmod>2022-10-24T22:21:55+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/inventree-website/repo/shopify.html</loc>
|
||||
<lastmod>2022-10-24T22:05:14+00:00</lastmod>
|
||||
<lastmod>2022-10-24T22:21:55+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>/inventree-website/404</loc>
|
||||
|
Loading…
x
Reference in New Issue
Block a user