mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
change reference to plugins
This commit is contained in:
parent
ddeed15ed5
commit
86a5ea97cb
@ -14,7 +14,7 @@ deploy-link:
|
|||||||
blog-link:
|
blog-link:
|
||||||
internal: blog.html
|
internal: blog.html
|
||||||
plugin-link:
|
plugin-link:
|
||||||
internal: repo.html
|
internal: plugins.html
|
||||||
contribute-link:
|
contribute-link:
|
||||||
internal: contribute.md
|
internal: contribute.md
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
- name: News
|
- name: News
|
||||||
internal: news.html
|
internal: news.html
|
||||||
- name: Plugin Repo
|
- name: Plugin Repo
|
||||||
internal: repo.html
|
site: plugin-link
|
||||||
|
|
||||||
- title: Ecosystem
|
- title: Ecosystem
|
||||||
link:
|
link:
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">Plugin Repository</h1>
|
<h1 class="text-2xl font-medium title-font mb-4 cm-gray-1 tracking-widest">Plugin Repository</h1>
|
||||||
<p>
|
<p>
|
||||||
Explore plugins provided by the community.
|
Explore plugins provided by the community.
|
||||||
<a class="text-secondary inline-flex items-center" href="{% link repo.html %}" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
<a class="text-secondary inline-flex items-center" href="{% include fnc/link.html item=site.plugin-link %}" alt="learn more">Learn More <img class="w-4 h-4 ml-2" alt="Arrow pointing right" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-wrap -m-4">
|
<div class="flex flex-wrap -m-4">
|
||||||
|
@ -16,4 +16,4 @@ Add *native printing capabilities* for your network connected printers to the we
|
|||||||
|
|
||||||
You can find all tagged plugins on [PyPi](https://pypi.org/search/?q=inventree-plugin) and [GitHub](https://github.com/topics/inventreeplugins).
|
You can find all tagged plugins on [PyPi](https://pypi.org/search/?q=inventree-plugin) and [GitHub](https://github.com/topics/inventreeplugins).
|
||||||
|
|
||||||
We also offer a [plugin repo](../../repo.html) with a community driven list of plugins. We encourage you to add your own plugins.
|
We also offer a [plugin repo](../../plugins.html) with a community driven list of plugins. We encourage you to add your own plugins.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Plugin Repository
|
title: Plugin Repository
|
||||||
permalink: /repo
|
permalink: /plugins
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="pt-3 pb-1 section-container">
|
<div class="pt-3 pb-1 section-container">
|
@ -12,5 +12,5 @@ buttons:
|
|||||||
link: http://example.com
|
link: http://example.com
|
||||||
- text: lorem ipsum
|
- text: lorem ipsum
|
||||||
link:
|
link:
|
||||||
internal: repo.html
|
site: plugn-link
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user