Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/agents/component-metadata.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You maintain `components` metadata in Markdown frontmatter. Work directly with t
For each requested component:

1. Confirm one component folder and derive its value from the folder name. For `controls/grid`, use `grid`.
2. Search recursively for `.md` files under that folder only.
2. Search recursively for `.md` files under that folder only. Include Markdown articles in directories named `templates`; do not exclude a file based only on its directory name. Exclude only clearly identified non-documentation assets, such as image directories.
3. Read every candidate's frontmatter before editing.
4. Present a dry-run summary: eligible, already correct, conflicts, malformed/missing frontmatter, and excluded files.
5. Do not edit if any conflict, malformed frontmatter, missing frontmatter, or ambiguous ownership is found. Report the exact files needing review.
Expand Down
2 changes: 1 addition & 1 deletion .github/skills/assign-component-metadata/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use this skill to add the repository's `components` frontmatter field to article
## Workflow

1. Identify exactly one component folder, such as `controls/grid`. The component value is the folder name, `grid` in this example.
2. Recursively list Markdown files below that folder. Exclude image/template directories and do not process files outside the requested folder.
2. Recursively list Markdown files below that folder. Include Markdown articles in directories named `templates`; do not exclude a file based only on its directory name. Exclude only clearly identified non-documentation assets, such as image directories, and do not process files outside the requested folder.
3. Read the frontmatter of every candidate file before editing anything.
4. Build a dry-run report with these groups: eligible files, files already containing the requested component, files with another `components` value, malformed or missing frontmatter, and excluded files.
5. Stop and ask for guidance if any file has another component, a non-array `components` value, malformed/missing frontmatter, or unclear ownership.
Expand Down
1 change: 1 addition & 0 deletions controls/aiprompt/templates/FooterTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Footer Template
page_title: AIPrompt Footer Template
description: "Learn about how to use the Prompt Footer Template with the WebForms AIPrompt"
slug: templates/footertemplate
components: ["aiprompt"]
position: 4
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Prompt Suggestion Template
page_title: AIPrompt Suggestion Template
description: "Learn about how to use the Prompt Suggestion Template with the WebForms AIPrompt"
slug: templates/promptsuggestionitemtemplate
components: ["aiprompt"]
position: 2
---

Expand Down
1 change: 1 addition & 0 deletions controls/aiprompt/templates/ViewTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: View Template
page_title: AIPrompt View Template
description: "Learn about how to use the Prompt View Template with the WebForms AIPrompt"
slug: templates/viewtemplate
components: ["aiprompt"]
position: 3
---

Expand Down
1 change: 1 addition & 0 deletions controls/aiprompt/templates/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: AIPrompt Templates
description: "Learn about how to use the Templates of the WebForms AIPrompt"
slug: aiprompt/templates/overview
components: ["aiprompt"]
position: 1
---

Expand Down
1 change: 1 addition & 0 deletions controls/signature/client-side-programming/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Events
page_title: RadSignature Client-side Events
description: Check our Web Forms article about the API of RadSignature object.
slug: signature/client-side-programming/events
components: ["signature"]
tags: overview
published: True
position: 1
Expand Down
1 change: 1 addition & 0 deletions controls/signature/client-side-programming/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: RadSignature object
description: Check our Web Forms article about the API of RadSignature object.
slug: signature/client-side-programming/overview
components: ["signature"]
tags: overview
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/signature/functionality/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Appearance
page_title: Appearance - RadSignature
description: Check our Web Forms article about RadSignature Appearance.
slug: signature/functionality/appearance
components: ["signature"]
published: True
position: 2
---
Expand Down
1 change: 1 addition & 0 deletions controls/signature/functionality/image-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Image Export
page_title: Image Export - RadSignature
description: Check our Web Forms article about exporting of RadSignature as PNG image.
slug: signature/functionality/image-export
components: ["signature"]
published: True
position: 1
---
Expand Down
1 change: 1 addition & 0 deletions controls/signature/functionality/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Validation
page_title: Validation - RadSignature
description: Check our Web Forms article about how to validate a RadSignature.
slug: signature/functionality/validation
components: ["signature"]
published: True
position: 3
---
Expand Down
1 change: 1 addition & 0 deletions controls/signature/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Getting Started
page_title: Getting Started - RadSignature
description: Getting Started with the Telerik RadSignature.
slug: signature/getting-started
components: ["signature"]
tags: getting-started, signature
published: True
position: 1
Expand Down
1 change: 1 addition & 0 deletions controls/signature/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: Overview - RadSignature
description: The Telerik RadSignature is a component, which enables the user to create handwritten signatures.
slug: signature/overview
components: ["signature"]
tags: overview, signature
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/signature/server-side-programming/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: Server-side Programming Overview - RadSignature
description: Check our Web Forms article about the Server API of RadSignature.
slug: signature/server-side-programming/overview
components: ["signature"]
tags: overview
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/appearance-and-styling/skins.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Skins
page_title: Skins - RadSiteMap
description: Check our Web Forms article about Skins.
slug: sitemap/appearance-and-styling/skins
components: ["sitemap"]
tags: skins
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/changes-and-backwards-compatibility-.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Changes and Backwards Compatibility
page_title: Changes and Backwards Compatibility - RadSiteMap
description: Check our Web Forms article about Changes and Backwards Compatibility.
slug: sitemap/changes-and-backwards-compatibility-
components: ["sitemap"]
tags: changes,and,backwards,compatibility,
published: True
position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to SiteMapDataSource
page_title: Binding to SiteMapDataSource - RadSiteMap
description: Check our Web Forms article about Binding to SiteMapDataSource.
slug: sitemap/data-binding/binding-to-sitemapdatasource
components: ["sitemap"]
tags: binding,to,sitemapdatasource
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Binding to Table-Based DataSource Components
page_title: Binding to Table-Based DataSource Components - RadSiteMap
description: Check our Web Forms article about Binding to Table-Based DataSource Components.
slug: sitemap/data-binding/binding-to-table-based-datasource-components
components: ["sitemap"]
tags: binding,to,table-based,datasource,components
published: True
position: 2
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/data-binding/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: Data Binding Overview - RadSiteMap
description: Check our Web Forms article about Overview.
slug: sitemap/data-binding/overview
components: ["sitemap"]
tags: overview
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: NavigationItemBinding Collection Editor
page_title: NavigationItemBinding Collection Editor - RadSiteMap
description: Check our Web Forms article about NavigationItemBinding Collection Editor.
slug: sitemap/design-time/radsitemap/navigationitembinding-collection-editor-
components: ["sitemap"]
tags: navigationitembinding,collection,editor,
published: True
position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: RadSiteMap Item Builder
page_title: RadSiteMap Item Builder - RadSiteMap
description: Check our Web Forms article about RadSiteMap Item Builder.
slug: sitemap/design-time/radsitemap/radsitemap-item-builder
components: ["sitemap"]
tags: radsitemap,item,builder
published: True
position: 1
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/design-time/radsitemap/smart-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Smart Tag
page_title: Smart Tag - RadSiteMap
description: Check our Web Forms article about Smart Tag.
slug: sitemap/design-time/radsitemap/smart-tag
components: ["sitemap"]
tags: smart,tag
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Template Design Surface
page_title: Template Design Surface - RadSiteMap
description: Check our Web Forms article about Template Design Surface.
slug: sitemap/design-time/radsitemap/template-design-surface
components: ["sitemap"]
tags: template,design,surface
published: True
position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Smart Tag
page_title: Smart Tag - RadSiteMap
description: Check our Web Forms article about Smart Tag.
slug: sitemap/design-time/radsitemapdatasource/smart-tag
components: ["sitemap"]
tags: smart,tag
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/functionality/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Layout
page_title: Layout - RadSiteMap
description: Check our Web Forms article about Layout.
slug: sitemap/functionality/layout
components: ["sitemap"]
tags: layout
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/functionality/level-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Level Settings
page_title: Level Settings - RadSiteMap
description: Check our Web Forms article about Level Settings.
slug: sitemap/functionality/level-settings
components: ["sitemap"]
tags: level,settings
published: True
position: 1
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/functionality/node-lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Node Lines
page_title: Node Lines - RadSiteMap
description: Check our Web Forms article about Node Lines.
slug: sitemap/functionality/node-lines
components: ["sitemap"]
tags: node,lines
published: True
position: 2
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: RadSiteMap Overview
description: Check our Web Forms article about Overview.
slug: sitemap/overview
components: ["sitemap"]
tags: overview
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/radsitemap-nodes/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: RadSiteMap Nodes Overview - RadSiteMap
description: Check our Web Forms article about Overview.
slug: sitemap/radsitemap-nodes/overview
components: ["sitemap"]
tags: overview
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/server-side-programming/nodedatabound.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: NodeDataBound
page_title: NodeDataBound - RadSiteMap
description: Check our Web Forms article about NodeDataBound.
slug: sitemap/server-side-programming/nodedatabound
components: ["sitemap"]
tags: nodedatabound
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/templates/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: Templates Overview - RadSiteMap
description: Check our Web Forms article about Overview.
slug: sitemap/templates/overview
components: ["sitemap"]
tags: overview
published: True
position: 0
Expand Down
1 change: 1 addition & 0 deletions controls/sitemap/what-is-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: What Is New
page_title: What Is New - RadSiteMap
description: Check our Web Forms article about What Is New.
slug: sitemap/what-is-new
components: ["sitemap"]
tags: what,is,new
published: False
position: 1
Expand Down
1 change: 1 addition & 0 deletions controls/skinmanager/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Overview
page_title: RadSkinManager
description: Check our Web Forms article about RadSkinManager.
slug: skinmanager/overview
components: ["skinmanager"]
previous_url: controls/radskinmanager
tags: radskinmanager
published: True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Keyboard Support
page_title: Keyboard Support - RadSlider
description: Check our Web Forms article about Keyboard Support.
slug: slider/accessibility-and-internationalization/keyboard-support
components: ["slider"]
tags: keyboard,support
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Localization
page_title: Localization - RadSlider
description: Check our Web Forms article about Localization.
slug: slider/accessibility-and-internationalization/localization
components: ["slider"]
tags: localization
published: True
position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Right-to-left Support
page_title: Right-to-left Support - RadSlider
description: Check our Web Forms article about Right-to-left Support.
slug: slider/accessibility-and-internationalization/right-to-left-support
components: ["slider"]
tags: right-to-left,support
published: True
position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: WCAG 2.0 and Section 508 Accessibility Compliance
page_title: WCAG 2.0 and Section 508 Accessibility Compliance - RadSlider
description: Check our Web Forms article about WCAG 2.0 and Section 508 Accessibility Compliance.
slug: slider/accessibility-and-internationalization/wcag-2.0-and-section-508-accessibility-compliance
components: ["slider"]
tags: wcag,2.0,and,section,508,accessibility,compliance
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Controlling Appearance
page_title: Controlling Appearance - RadSlider
description: Check our Web Forms article about Controlling Appearance.
slug: slider/appearance-and-styling/controlling-appearance
components: ["slider"]
tags: controlling,appearance
published: True
position: 1
Expand Down
1 change: 1 addition & 0 deletions controls/slider/appearance-and-styling/css-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: CSS Classes
page_title: CSS Classes - RadSlider
description: Check our Web Forms article about CSS Classes.
slug: slider/appearance-and-styling/css-classes
components: ["slider"]
tags: css,classes
published: True
position: 4
Expand Down
1 change: 1 addition & 0 deletions controls/slider/appearance-and-styling/skins.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Skins
page_title: Skins - RadSlider
description: Check our Web Forms article about Skins.
slug: slider/appearance-and-styling/skins
components: ["slider"]
tags: skins
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Tutorial - Creating a Custom Skin
page_title: Tutorial - Creating a Custom Skin - RadSlider
description: Check our Web Forms article about Tutorial - Creating a Custom Skin.
slug: slider/appearance-and-styling/tutorial-creating-custom-skin
components: ["slider"]
tags: tutorial, creating,custom,skin,custom skin
published: True
position: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Understanding the Skin CSS File
page_title: Understanding the Skin CSS File - RadSlider
description: Check our Web Forms article about Understanding the Skin CSS File.
slug: slider/appearance-and-styling/understanding-the-skin-css-file
components: ["slider"]
tags: understanding,the,skin,css,file
published: True
position: 3
Expand Down
1 change: 1 addition & 0 deletions controls/slider/changes-and-backward-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Changes And Backward Compatibility
page_title: Changes And Backward Compatibility - RadSlider
description: Check our Web Forms article about Changes And Backward Compatibility.
slug: slider/changes-and-backward-compatibility
components: ["slider"]
tags: changes,and,backward,compatibility
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientDataBound
page_title: OnClientDataBound - RadSlider
description: Check our Web Forms article about OnClientDataBound.
slug: slider/client-side-programming/events/data-binding/onclientdatabound
components: ["slider"]
tags: onclientdatabound
published: True
position: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientItemDataBinding
page_title: OnClientItemDataBinding - RadSlider
description: Check our Web Forms article about OnClientItemDataBinding.
slug: slider/client-side-programming/events/data-binding/onclientitemdatabinding
components: ["slider"]
tags: onclientitemdatabinding
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientItemDataBound
page_title: OnClientItemDataBound - RadSlider
description: Check our Web Forms article about OnClientItemDataBound.
slug: slider/client-side-programming/events/data-binding/onclientitemdatabound
components: ["slider"]
tags: onclientitemdatabound
published: True
position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientItemsCreated
page_title: OnClientItemsCreated - RadSlider
description: Check our Web Forms article about OnClientItemsCreated.
slug: slider/client-side-programming/events/onclientitemscreated
components: ["slider"]
tags: onclientitemscreated
published: True
position: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientLoad
page_title: OnClientLoad - RadSlider
description: Check our Web Forms article about OnClientLoad.
slug: slider/client-side-programming/events/onclientload
components: ["slider"]
tags: onclientload
published: True
position: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: OnClientSlide
page_title: OnClientSlide - RadSlider
description: Check our Web Forms article about OnClientSlide.
slug: slider/client-side-programming/events/onclientslide
components: ["slider"]
tags: onclientslide
published: True
position: 3
Expand Down
Loading