From 79b850faad92052f77377b6caf9e0b6167bb0a3c Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 3 Aug 2012 11:13:36 +0530 Subject: [PATCH] Categories for AutoScale posted bug: http://bugs.cloudstack.org/browse/CS-15828 for improving upstream API doc --- setup/apidoc/gen_toc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/apidoc/gen_toc.py b/setup/apidoc/gen_toc.py index 3ad808b0f83..c5fec38bf90 100644 --- a/setup/apidoc/gen_toc.py +++ b/setup/apidoc/gen_toc.py @@ -120,6 +120,9 @@ known_categories = { 'VPC': 'VPC', 'PrivateGateway': 'VPC', 'StaticRoute': 'VPC', + 'AutoScale': 'AutoScale', + 'Counter': 'AutoScale', + 'Condition': 'AutoScale' }