Browse Source

Docs: clarify UI options, update image and CLI link

Update docs/en/index.md to mention React availability and link to the UI options page; replace/update the UI image (images/ui-options.png) with a larger width and improved alt text; and fix the ABP CLI link to ./cli/index.md. These changes clarify UI framework support and correct internal documentation links.
pull/25425/head
enisn 7 days ago
parent
commit
f34f42e6f4
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  1. BIN
      docs/en/images/ui-options.png
  2. 6
      docs/en/index.md

BIN
docs/en/images/ui-options.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 33 KiB

6
docs/en/index.md

@ -27,9 +27,9 @@ After getting started, you can read the following documents:
### UI Framework Options
ABP can work with any UI framework, while the following frameworks are supported and well-integrated out of the box:
ABP can work with any UI framework, while the following frameworks are supported and well-integrated out of the box. React is available with the modern template system. See the [UI options](./framework/ui/index.md) page for details.
<img width="340" src="images/ui-options.png" alt="ui options">
<img width="420" src="images/ui-options.png" alt="ABP UI options including React">
### Database Provider Options
@ -84,7 +84,7 @@ ABP Platform provides tooling to help you in your daily development.
#### ABP CLI
[ABP CLI](cli.md) is a command-line tool to create new solutions and automate the things with your ABP based solutions.
[ABP CLI](./cli/index.md) is a command-line tool to create new solutions and automate the things with your ABP based solutions.
### Startup Templates

Loading…
Cancel
Save