use the new type:horizon-plugin tag

Show horizon plugins in their own section of series pages.

Change-Id: I145892f5e2e38fdac5f0fee40edbf0f037ff7a8e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-06-21 16:35:47 -04:00
parent b771c2e801
commit 1d09ac0a22

View File

@ -95,6 +95,7 @@ class DeliverableDirectiveBase(rst.Directive):
_TYPE_ORDER = [
'type:service',
'type:library',
'type:horizon-plugin',
'type:other',
'release:cycle-trailing',
]
@ -182,6 +183,7 @@ class DeliverableDirectiveBase(rst.Directive):
_TYPE_TITLE = {
'type:service': 'Service Projects',
'type:horizon-plugin': 'Horizon Plugins',
'type:library': 'Library Projects',
'type:other': 'Other Projects',
'release:cycle-trailing': 'Projects Trailing the Release Cycle',