Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 07ea7d2

Browse files
authored
Merge pull request #90 from agile-ts/develop
Updated some docs
2 parents d824cec + c8779ac commit 07ea7d2

File tree

93 files changed

+5437
-5862
lines changed

Some content is hidden

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

93 files changed

+5437
-5862
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ labels: 'Type: Enhancement' assignees: ''
1616

1717
### 📃 Describe alternatives you've considered
1818

19-
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
19+
<!-- A clear and concise description of any alternative solutions or api you've considered. -->
2020

2121
### ➕ Additional Notes
2222

docs/Interfaces.md

Lines changed: 96 additions & 85 deletions
Large diffs are not rendered by default.

docs/main/Frameworks.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ slug: /frameworks
77

88
:::info
99

10-
A quick overview of all frameworks that AgileTs supports or has planned to support.
10+
A quick overview of all frameworks that AgileTs supports
11+
or has planned to support in near future.
1112

1213
:::
1314

@@ -17,9 +18,9 @@ A quick overview of all frameworks that AgileTs supports or has planned to suppo
1718
|------------------------------------------|-----------|---------|
1819
| [React](https://reactjs.org) || - |
1920
| [React-Native](https://reactnative.dev/) || - |
20-
| [Angular](https://angular.io/) || |
21-
| [Vue](https://vuejs.org/) | 🟨 | |
22-
| [Svelte](https://svelte.dev/) || - |
21+
| [Angular](https://angular.io/) || 🟨 |
22+
| [Vue](https://vuejs.org/) | 🟨 | - |
23+
| [Svelte](https://svelte.dev/) || |
2324

2425
### 🤖 SSR-Frameworks
2526

docs/main/Installation.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,32 @@ sidebar_label: Installation
55
slug: /installation
66
---
77

8-
`AgileTs` is essentially a set of node modules [packages](https://github.com/agile-ts/agile/tree/master/packages) that can be installed over [npm](https://www.npmjs.com/).
8+
`AgileTs` is essentially a set of node modules
9+
[packages](https://github.com/agile-ts/agile/tree/master/packages)
10+
that can be installed over [npm](https://www.npmjs.com/).
911

1012
### 🔑 Requirements
1113

1214
- [Node.js](https://nodejs.org/en/) version >= 10.15.1 or above (which can be checked by running `node -v`)
1315

1416
### 🚀 Quick Start
1517

16-
To make your start as easy as possible, we have created some quick guides. You can follow these to get AgileTs up and
17-
running without wasting any time. Below you find _Quick Start Guides_ for already supported frameworks.
18+
To make your start as frictionless as possible, we have prepared some quick start guides for you.
19+
You can follow these guides to get AgileTs up and running in your without wasting any time.
20+
Below you find quick start guides for already supported UI-Frameworks.
1821

1922
- [React / React-Native](../quick_start/React.md)
20-
- Vue (coming soon)
23+
- [Vue](../quick_start/Vue.md)
2124
- Angular (coming soon)
2225

23-
### 🗂 Packages
26+
### 📁 Packages
2427

2528
Separate installation guides for single AgileTs packages.
2629

27-
- [Core](../packages/core/Installation.md)
28-
- [React](../packages/react/Installation.md)
29-
- [MultiEditor](../packages/multieditor/Installation.md)
30-
- [Api](../packages/api/Installation.md)
31-
- [Event](../packages/event/Installation.md)
30+
- [@agile-ts/core](../packages/core/Installation.md)
31+
- [@agile-ts/react](../packages/react/Installation.md)
32+
- [@agile-ts/vue](../packages/vue/Installation.md)
33+
- [@agile-ts/multieditor](../packages/multieditor/Installation.md)
34+
- [@agile-ts/api](../packages/api/Installation.md)
35+
- [@agile-ts/event](../packages/event/Installation.md)
3236

docs/main/Introduction.md

Lines changed: 165 additions & 118 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)