-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Topic Sections
The sections of the Kendo UI Core API documentation should be implemented under the H2
heading (##
in Markdown). Omit the sections without members.
The Kendo UI Core API documentation contains the following sections which have to appear in the following order.
Every ##
section contains ###
subsections which list the configuration options, methods, or events. Those subsections may have subsections of their own—method parameters, examples, or event arguments.
List all subsections in alphabetical order by using the ruby api_sort.rb api/javascript/dataviz/ui/chart
Ruby script.
As multiple widgets often share the same events or methods, provide the following conventions when you link methods, events, or configuration options.
[filterable](#configuration-filterable)
[addRow](#methods-addRow)
[cancel](#events-cancel)
Markdown Fundamentals
- Markdown Basics (Official GitHub Documentation)
- GitHub Flavored Markdown (Official GitHub Documentation)
Kendo UI Core API Documentation