Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Pulp 3 plugins table to pulpproject.org #158

Merged
merged 1 commit into from
Nov 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _data/sidebars/home_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ entries:
- title: Documentation
url: /docs/
output: web
- title: Pulp 3 Plugins
url: /pulp-3-plugins/
output: web
- title: Demo
url: /demo/
output: web
Expand Down
2 changes: 2 additions & 0 deletions _data/topnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ topnav:
url: /
- title: Documentation
url: /docs/
- title: Pulp 3 Plugins
url: /pulp-3-plugins/
- title: Demo
url: /demo/
- title: Blog
Expand Down
15 changes: 15 additions & 0 deletions pulp-3-plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Pulp 3 Plugins
sidebar: home_sidebar
permalink: /pulp-3-plugins/
toc: false
---

| Pulp Plugin | Docs | Source | Tracker | Install with PyPI | Install with RPM |
|-------|--------|---------|--------|---------|-------- |--------- |
| File | <a href="https://github.com/pulp/pulp_file/blob/master/README.rst">File plugin docs</a> | <a href="https://github.com/pulp/pulp_file">File plugin source</a> | <a href="https://pulp.plan.io/projects/pulp_file?jump=welcome">File plugin tracker</a> | <a href="https://pypi.org/project/pulp-file/">Yes]<a/> | No |
| Ansible plugin | <a href="https://github.com/pulp/pulp_ansible/blob/master/README.rst">Ansible plugin docs</a> | <a href="https://github.com/pulp/pulp_ansible">Ansible plugin source</a> | <a href="https://pulp.plan.io/projects/ansible_plugin?jump=welcome">Ansible plugin tracker</a> | <a href="https://pypi.org/project/pulp-ansible/">Yes</a> | No |
| Python plugin | <a href="http://pulp-python.readthedocs.io/en/latest/">Python plugin docs</a> | <a href="https://github.com/pulp/pulp_python/tree/3.0-dev">Python plugin source</a> | <a href="https://pulp.plan.io/projects/pulp_python?jump=welcome">Python plugin tracker</a> | <a href="https://pypi.org/project/pulp-python/">Yes</a> | No |
| Chef cookbook plugin | <a href="https://github.com/gmbnomis/pulp_cookbook/blob/master/README.rst">Cookbook plugin docs</a> | <a href="https://github.com/gmbnomis/pulp_cookbook">Cookbook plugin source</a> | <a href="https://github.com/gmbnomis/pulp_cookbook/issues">Cookbook plugin tracker</a> | <a href="https://pypi.org/project/pulp-cookbook/">Yes</a> | No |

Are we missing a plugin? Let us know via the pulp-dev@redhat.com mailing list.