Skip to content

Commit b43aeb2

Browse files
Merge pull request #3637 from telerik/feat/docs-demos-app
docs: add runnable documentation demos app
2 parents ee25df2 + f31edb6 commit b43aeb2

12,019 files changed

Lines changed: 1724144 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules/
2+
dist/
3+
.vite/
4+
*.local
5+
package-lock.json

docs/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# KendoReact Documentation Demos
2+
3+
Runnable demos extracted from the KendoReact documentation.
4+
5+
**Version:** 14.4.0
6+
7+
## Quick Start
8+
9+
```bash
10+
npm install
11+
npm run dev
12+
```
13+
14+
Then open [http://localhost:3030](http://localhost:3030) to browse all demos.
15+
16+
## Requirements
17+
18+
- Node.js 20+
19+
- A valid [KendoReact license](https://www.telerik.com/kendo-react-ui/pricing/)
20+
21+
## Structure
22+
23+
- `content/` — Documentation markdown, API docs, and demo source files
24+
- `main.tsx` — App entry point with auto-discovery of all demos
25+
- `vite.config.ts` — Vite configuration
Lines changed: 50 additions & 0 deletions
Loading
Lines changed: 50 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)