2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

replace repository with list

This commit is contained in:
Matthias Mair 2023-01-28 14:52:02 +01:00
parent 5a55bae68f
commit 0a8732474b
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
4 changed files with 9 additions and 9 deletions

View File

@ -4,9 +4,9 @@ It is built on Jekyll and GitHub pages for backend / hosting, tailtwindcss for d
[![Netlify Status](https://api.netlify.com/api/v1/badges/f84340d0-bc2f-4f7f-ad4c-877c50b33a27/deploy-status)](https://app.netlify.com/sites/inventree-org-preview/deploys)
## Adding a plugin to the repository
## Adding a plugin to the list
Any maintainer of a plugin can add their plugin to the repository. The plugin will be listed on the website, we might provide a mechanism to discover plugins from within InvenTree in the future.
Any maintainer of a plugin can add their plugin to the list. The plugin will be listed on the website, we might provide a mechanism to discover plugins from within InvenTree in the future.
To add a plugin the following steps are required:
- Fork the repository
@ -14,16 +14,16 @@ To add a plugin the following steps are required:
- Create a new file in `_repo`. We recommend using the package name as the file name.
- Copy the content from `_repo/template.md` into the new file.
- Fill out the details. Please make sure to use the correct format for the fields.
- If this is your first contribution to the repository, please add yourself to the `_publishers` folder.
- If this is your first contribution to the list, please add yourself to the `_publishers` folder.
- Use your GitHub username as the file name.
- Copy the content from `_publishers/_template.md` into the new file.
- Fill out the details. Please make sure to use the correct format for the fields.
- Commit your changes and create a pull request. We recommend using the title `[REPO] Add plugin <plugin-name>`.
Please note that the plugin repository is moderated as we see fit and we reserve the right to reject plugins that do not meet basic quality standards. We will try to provide feedback in the pull request if that is the case.
Please note that the plugin list is moderated as we see fit and we reserve the right to reject plugins that do not meet basic quality standards. We will try to provide feedback in the pull request if that is the case.
As a maintainer of a plugin we count on you to keep the information up to date. If you want to update the information, please create a pull request.
The plugin repository is just getting started as a static collection, we might enhance the features in the future. If we need more information or make significant changes to the repository, we will ping the maintainers via their GitHub handle - so please keep your main GitHub handle up to date in your publisher file.
The plugin list is just getting started as a static collection, we might enhance the features in the future. If we need more information or make significant changes to the list, we will ping the maintainers via their GitHub handle - so please keep your main GitHub handle up to date in your publisher file.
## Architecture and development

View File

@ -8,7 +8,7 @@
site: doc-link
- name: News
internal: news.html
- name: Plugin Repo
- name: Plugin List
internal: plugins.html
- title: Ecosystem

View File

@ -1,7 +1,7 @@
<section class="cm-gray-2 body-font">
<div class="section-container">
<div class="flex flex-col text-center w-full mb-5">
<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 List</h1>
<p>
Explore plugins provided by the community.
<a class="text-secondary inline-flex items-center" href="{% link 'plugins.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>

View File

@ -1,11 +1,11 @@
---
layout: default
title: Plugin Repository
title: Plugin List
permalink: /plugins
---
<div class="pt-3 pb-1 section-container">
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin Repository</h1>
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin List</h1>
<p class="lead">
InvenTree is a modular application and can be extended with plugins. This list is a collection of plugins that have been developed by the community.
Beeing on this list does not mean that the plugin is officially supported by the InvenTree core team. We also do not check for security, privacy or performance issues or compatibility with the latest InvenTree version.