Merge "use the new type:horizon-plugin tag"
This commit is contained in:
commit
0015d9868e
@ -95,6 +95,7 @@ class DeliverableDirectiveBase(rst.Directive):
|
|||||||
_TYPE_ORDER = [
|
_TYPE_ORDER = [
|
||||||
'type:service',
|
'type:service',
|
||||||
'type:library',
|
'type:library',
|
||||||
|
'type:horizon-plugin',
|
||||||
'type:other',
|
'type:other',
|
||||||
'release:cycle-trailing',
|
'release:cycle-trailing',
|
||||||
]
|
]
|
||||||
@ -182,6 +183,7 @@ class DeliverableDirectiveBase(rst.Directive):
|
|||||||
|
|
||||||
_TYPE_TITLE = {
|
_TYPE_TITLE = {
|
||||||
'type:service': 'Service Projects',
|
'type:service': 'Service Projects',
|
||||||
|
'type:horizon-plugin': 'Horizon Plugins',
|
||||||
'type:library': 'Library Projects',
|
'type:library': 'Library Projects',
|
||||||
'type:other': 'Other Projects',
|
'type:other': 'Other Projects',
|
||||||
'release:cycle-trailing': 'Projects Trailing the Release Cycle',
|
'release:cycle-trailing': 'Projects Trailing the Release Cycle',
|
||||||
|
Loading…
Reference in New Issue
Block a user