mirror of https://github.com/apache/cloudstack.git
fixing build error with message Need to add a category for createCacheStore.xml to <https://builds.apache.org/job/cloudstack-apidocs-master/ws/tools/apidoc/gen_toc.py>:known_categories
This commit is contained in:
parent
f1734ed71d
commit
320663df78
|
|
@ -156,7 +156,8 @@ known_categories = {
|
|||
'Baremetal' : 'Baremetal',
|
||||
'UCS' : 'UCS',
|
||||
'Ucs' : 'UCS',
|
||||
'CacheStores' : 'Cache Stores'
|
||||
'CacheStores' : 'Cache Stores',
|
||||
'CacheStore' : 'Cache Store'
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue