diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 9e390252e0b..9c53a48ec52 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -156,7 +156,8 @@ known_categories = { 'Baremetal' : 'Baremetal', 'UCS' : 'UCS', 'Ucs' : 'UCS', - 'CacheStores' : 'Cache Stores' + 'CacheStores' : 'Cache Stores', + 'CacheStore' : 'Cache Store' }