Add categories to specs that didn't have them,

add Formats category
This commit is contained in:
zzz
2022-01-28 10:57:52 -05:00
parent bd06167ee3
commit 1a2580b5f8
10 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,7 @@ SPEC_CATEGORY_SORT = defaultdict(lambda: 999, {
'Design': 1,
'Transports': 2,
'Protocols': 3,
'Formats': 4,
})
PROPOSAL_METATAGS = {