Skip to content

Commit

Permalink
docs(wrappers): test wrappers docs index
Browse files Browse the repository at this point in the history
  • Loading branch information
PekoPPT committed Jan 23, 2025
1 parent d180ecb commit 8fe918b
Show file tree
Hide file tree
Showing 38 changed files with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions vue-wrappers-documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
# Kendo Validator Vue Wrapper Documentation
# Kendo Vue Wrappers Documentation

### Kendo Validator Vue Wrapper

## Root Directory
- [Overview](kendo-validator-vue-wrapper/index.md)
- [Custom Validation](kendo-validator-vue-wrapper/custom-validation.md)
- [Examples](kendo-validator-vue-wrapper/examples)
- [API](kendo-validator-vue-wrapper/api)

<details>
<summary>## API Directory</summary>
<summary>### Examples Directory</summary>
<ul>
<li><a href="kendo-validator-vue-wrapper/api/index.md">index.md</a></li>
<li><a href="kendo-validator-vue-wrapper/api/Validator.md">Validator.md</a></li>
<li><a href="kendo-validator-vue-wrapper/examples/custom-validation">custom-validation</a></li>
<li><a href="kendo-validator-vue-wrapper/examples/overview">overview</a></li>
</ul>
</details>

### Kendo Window Vue Wrapper

# Kendo Window Vue Wrapper Documentation

## Root Directory
- [Actions](kendo-window-vue-wrapper/actions.md)
- [RTL Support](kendo-window-vue-wrapper/rtl-support.md)
- [Overview](kendo-window-vue-wrapper/index.md)
- [Constrain Movement](kendo-window-vue-wrapper/constrain-movement.md)
- [Keyboard Navigation](kendo-window-vue-wrapper/keyboard-navigation.md)
- [Animation Effects](kendo-window-vue-wrapper/animation-effects.md)
- [Dimensions](kendo-window-vue-wrapper/dimensions.md)
- [Loading Content with AJAX](kendo-window-vue-wrapper/loading-content-with-ajax.md)
- [Position](kendo-window-vue-wrapper/position.md)

- [Loading Content with AJAX](kendo-window-vue-wrapper/loading-content-with-ajax.md)
- [Actions](kendo-window-vue-wrapper/actions.md)
- [Animation Effects](kendo-window-vue-wrapper/animation-effects.md)
- [Constrain Movement](kendo-window-vue-wrapper/constrain-movement.md)
- [Keyboard Navigation](kendo-window-vue-wrapper/keyboard-navigation.md)
- [RTL Support](kendo-window-vue-wrapper/rtl-support.md)
- [API](kendo-window-vue-wrapper/api)
<details>
<summary>## Examples Directory</summary>
<summary>### Examples Directory</summary>
<ul>
<li><a href="kendo-window-vue-wrapper/examples/actions">actions</a></li>
<li><a href="kendo-window-vue-wrapper/examples/animation">animation</a></li>
Expand Down

0 comments on commit 8fe918b

Please sign in to comment.