From 2de8f89d17a8295c4f8a6b103c664c90753ca703 Mon Sep 17 00:00:00 2001 From: ImMin5 Date: Mon, 9 Dec 2024 21:40:32 +0900 Subject: [PATCH] feat: add description at global_conf for 'inventory-v2' Signed-off-by: ImMin5 --- src/cloudforet/console_api_v2/conf/global_conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cloudforet/console_api_v2/conf/global_conf.py b/src/cloudforet/console_api_v2/conf/global_conf.py index 816cf29..725c0cc 100644 --- a/src/cloudforet/console_api_v2/conf/global_conf.py +++ b/src/cloudforet/console_api_v2/conf/global_conf.py @@ -18,6 +18,7 @@ |---|---| | [Identity](/identity/docs) | Identity Service | | [Inventory](/inventory/docs) | Inventory Service | +| [Inventory v2] (/inventory-v2/docs) | Inventory v2 Service | | [Cost Analysis](/cost-analysis/docs) | Cost Analysis Service | | [Monitoring](/monitoring/docs) |Monitoring Service | | [Notification](/notification/docs) | Notification Service |