Skip to content

Commit b14cfc7

Browse files
committed
updated descriptions
1 parent d25b8a0 commit b14cfc7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

src/webpage/src/guide/what-is-dynapi/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ import { data as databases } from "/data/databases.data.ts";
1919

2020
# What is DynAPI?
2121

22-
DynAPI is a **Dyn**amic **API** for many databases. \
22+
DynAPI is an out-of-the-box **Dyn**amic **API** for many databases. By offering REST and (planned) GraphQL \
2323
It has
2424
- an easy setup
2525
- fast response times
26-
- good automatic documentation (with [Redoc](https://redocly.com/redoc) and [Swagger](https://swagger.io/tools/swagger-ui/)).
26+
- good automatic documentation (with [Redoc](https://redocly.com/redoc) and [Swagger](https://swagger.io/tools/swagger-ui/))
27+
2728

2829
<div class="tip custom-block" style="padding-top: 8px">
2930

3031
Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
31-
3232
</div>
3333

3434
## Use Cases
@@ -42,6 +42,10 @@ Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
4242

4343
While DynAPI can be used as a development backend. It is fully capable to run in production and handle thousands of requests simultaneously.
4444

45+
- **Export Tool**
46+
47+
DynAPI can also be used for scripts or other automated services to get (read-)access to the saved data.
48+
4549
## What About DynAPI?
4650

4751
DynAPI is the successor of [DynAPI (v1)](https://github.com/DynAPI/DynAPI).

src/webpage/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: home
33

44
hero:
55
name: "DynAPI"
6-
text: "a <span style=\"color: #6196ff;\">Dyn</span>amic <span style=\"color: #6196ff\">API</span><br>for many Databases"
7-
tagline: V2 is currently under development
6+
text: "an out-of-the-box <span style=\"color: #6196ff;\">Dyn</span>amic <span style=\"color: #6196ff\">API</span><br>for many Databases"
7+
tagline: currently under development
88
image:
99
src: /dynapi.svg
1010
alt: DynAPI

0 commit comments

Comments
 (0)