docs: drop description from view group example#10937
Conversation
Removes `description` from the view group example in the docs since it is not part of the documented parameter set. Keeps the example minimal with `name` and `title` only. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Claude finished @keydunov's task in 43s —— View job Code Review
Review:
|
Summary
Removes
descriptionfrom the view group example on theView groupsdata-modeling page.descriptionis not part of the documented view group parameter set, so showing it in the example was misleading. The example now uses onlynameandtitle, and the surrounding prose is updated to match.Test plan
mintlify dev --no-openboots without compile errors.docs/data-modeling/view-groupspage shows onlynameandtitlein the example for both YAML and JavaScript code groups.Made with Cursor