From c653b22d941f41207ca515841b6d8a83c5eba1b5 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Thu, 14 Jun 2012 15:26:27 -0700 Subject: [PATCH] Api docs: added category for resource tags commands --- setup/apidoc/gen_toc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/apidoc/gen_toc.py b/setup/apidoc/gen_toc.py index 1c2f48c4c09..3775f9fbaf8 100644 --- a/setup/apidoc/gen_toc.py +++ b/setup/apidoc/gen_toc.py @@ -115,6 +115,7 @@ known_categories = { 'Project': 'Project', 'Lun': 'Storage', 'Pool': 'Pool', + 'Tags': 'Resource tags', }