jerqi commented on code in PR #4308: URL: https://github.com/apache/gravitino/pull/4308#discussion_r1699521188
########## docs/manage-tags-in-gravitino.md: ########## @@ -0,0 +1,343 @@ +--- +title: "Manage tags in Gravitino" +slug: /manage-tags-in-gravitino +date: 2024-07-24 +keyword: tag management, tag, tags, Gravitino +license: This software is licensed under the Apache License version 2. +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Introduction + +Starting from 0.6.0, Gravitino introduces a new tag system that allows you to manage tags for +metadata objects. Tags are a way to categorize and organize metadata objects in Gravitino. Review Comment: ``` Tagging is a way to categorize and organize metadata objects in Gravitino. ``` How about? Tagging is an action. It may be better. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
