-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Description
The previously added documentation for the disabledSummaries property in the Overview section and the Grid Custom Summaries section needs to be restructured. The information and code snippets related to disabledSummaries should be removed from these sections and consolidated into a new dedicated section titled Disable Summaries.
Requirements
-
New Section: "Disable Summaries"
- Create a new section titled Disable Summaries in the documentation.
- Add an explanatory paragraph describing the purpose and functionality of the
disabledSummariesproperty. - Include relevant code snippets demonstrating how to use the
disabledSummariesproperty effectively.
-
Remove Existing Documentation
- Remove references, paragraphs, and code snippets related to
disabledSummariesfrom the Overview section. - Remove references, paragraphs, and code snippets related to
disabledSummariesfrom the Grid Custom Summaries section.
- Remove references, paragraphs, and code snippets related to
-
Maintain Consistency
- Ensure the new Disable Summaries section is written in a consistent style with the rest of the documentation.
- Cross-link the Disable Summaries section in other relevant parts of the documentation (e.g., Overview, Grid Custom Summaries) to guide readers to the newly created section.
Expected Outcome
- A new Disable Summaries section is added, providing clear and concise documentation for the
disabledSummariesproperty. - The Overview and Grid Custom Summaries sections no longer contain duplicate information about
disabledSummaries. - Readers can easily locate and understand the usage of the
disabledSummariesproperty through the dedicated section.