Skip to content

Commit 44b52ea

Browse files
committed
reformat and updated feature-details
1 parent eb70796 commit 44b52ea

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/webpage/en/index.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,24 @@ hero:
2626
features:
2727
- title: Fast
2828
icon: <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-gauge"><path d="m12 14 4-4"/><path d="M3.34 19a10 10 0 1 1 17.32 0"/></svg>
29-
details: DynAPI is written in a performant language for the best speed. Additionally, DynAPI doesn't require any complex ORM and archives with this quick response times.
29+
details:
30+
DynAPI is written in a performant language for the best speed.
31+
Additionally, DynAPI doesn't require any complex abstractions and therefore achieves with this quick response times.
3032
- title: Secure
3133
icon: <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/></svg>
32-
details: With an (optional) builtin User-Control-System you can limit the access to your data or make it publicly available.
34+
details:
35+
With an (optional) builtin User-Control-System you can limit the access to your data or make it publicly available.
36+
Though full control you can also make only parts of your api public.
3337
- title: Full Control
3438
icon: <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings-2"><path d="M20 7h-9"/><path d="M14 17H5"/><circle cx="17" cy="17" r="3"/><circle cx="7" cy="7" r="3"/></svg>
35-
details: In case you don't want to reveal your whole database, it is possible to configure which parts are available. This can be combined with the User-Control-System.
39+
details:
40+
In case you don't want to reveal your whole database, it is possible to configure which parts are available.
41+
This can be combined with the User-Control-System.
3642
- title: Realtime updates
3743
icon: <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database-backup"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M3 12a9 3 0 0 0 5 2.69"/><path d="M21 9.3V5"/><path d="M3 5v14a9 3 0 0 0 6.47 2.88"/><path d="M12 12v4h4"/><path d="M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16"/></svg>
38-
details: The moment you make changes to the database it is reflected in the API. No need to restart the Server or wait ages for it to synchronise.
44+
details:
45+
The moment you make changes to the database it is reflected in the API and the documentation.
46+
No need to restart the Server or wait ages for it to synchronise.
3947
---
4048

4149
<script setup>

0 commit comments

Comments
 (0)