Revert "apidoc: Remove api discovery from toc" This reverts commit 66514c00efad5c93a2b0996f1e79222cbff9bd48.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/73740564 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/73740564 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/73740564 Branch: refs/heads/cloud-agent-with-openvswitch Commit: 7374056493ab5beccd514d115185f73feeead223 Parents: d8b0450 Author: Rohit Yadav <[email protected]> Authored: Mon Jan 14 20:55:13 2013 -0800 Committer: Rohit Yadav <[email protected]> Committed: Mon Jan 14 20:55:13 2013 -0800 ---------------------------------------------------------------------- tools/apidoc/gen_toc.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/73740564/tools/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 0b281a2..7739aea 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -129,6 +129,7 @@ known_categories = { 'AutoScale': 'AutoScale', 'Counter': 'AutoScale', 'Condition': 'AutoScale', + 'Api': 'API Discovery', }
