Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ is an identity provider and global console for Kanvas and Meshery deployments wi
{{< /ecosystem-box >}}

{{< ecosystem-box link="kanvas/_index.md" icon="images/logos/kanvas-icon-color.svg" image="true" class="hidden-highlight-box" title="Kanvas" >}}
delivers a collaborative experience similar to how Google Workplace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.
delivers a collaborative experience similar to how Google Workspace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.
{{< /ecosystem-box >}}

{{% /pageinfo %}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/kanvas/designer/tagsets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Designs support two different types of tags: Labels and Annotations. Labels are
{{< alert title="Performance Consideration" type="warning">}}
Tags are indexed and searchable. However, the performance of design operations may degrade as the number of tags increases. To ensure an optimal user experience, we recommend using tags judiciously and limiting the number of tags used in a design.

Upon loading a design exceeds that exceeds 10 tags within a single design, Kanvas will automatically disable grouping by tags. You can manually enable grouping by tags by clicking the "Group Components" button in the Designer dock.
Upon loading a design that exceeds 10 tags within a single design, Kanvas will automatically disable grouping by tags. You can manually enable grouping by tags by clicking the "Group Components" button in the Designer dock.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Remove the repeated design phrase.

The sentence still repeats the scope in “a design that exceeds 10 tags within a single design.” Use a direct condition instead.

Proposed wording
- Upon loading a design that exceeds 10 tags within a single design, Kanvas will automatically disable grouping by tags.
+ When Kanvas loads a design with more than 10 tags, it automatically disables grouping by tags.

As per coding guidelines, content/en/**/*.md must use a professional, clear, concise tone and accurate content.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Upon loading a design that exceeds 10 tags within a single design, Kanvas will automatically disable grouping by tags. You can manually enable grouping by tags by clicking the "Group Components" button in the Designer dock.
When Kanvas loads a design with more than 10 tags, it automatically disables grouping by tags.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@content/en/kanvas/designer/tagsets/index.md` at line 33, Revise the sentence
describing automatic tag-grouping behavior to remove the repeated “design”
phrasing, using a direct condition for designs exceeding 10 tags. Preserve the
existing behavior and the instruction about manually enabling grouping via the
“Group Components” button.

Source: Coding guidelines

{{< /alert >}}

{{< alert title="Related Concept">}}
Expand Down
Loading