|
1 | 1 | --- |
2 | | -description: Documentation for Umbraco UI Builder, the backoffice UI builder for Umbraco. |
| 2 | +description: A guide to using Umbraco UI Builder for creating custom backoffice UIs. |
3 | 3 | --- |
4 | 4 |
|
5 | 5 | # Umbraco UI Builder Documentation |
6 | 6 |
|
7 | | -Umbraco UI Builder is the backoffice UI builder for custom data structures configured via a fluent API. |
| 7 | +Umbraco UI Builder is a tool for creating custom Backoffice User Interfaces (UIs) in Umbraco using a fluent API. |
8 | 8 |
|
9 | 9 |  |
10 | 10 |
|
11 | | -If you have a custom data store that you want to content manage from within Umbraco, then you can use Umbraco UI Builder. With some lines of code, you can configure a custom administration UI, and reuse many core components with a consistent look and feel. |
| 11 | +If you have a custom data store that you want to manage within Umbraco, you can use Umbraco UI Builder. With few lines of code, you can configure a custom administration UI, and reuse many core components with a consistent look and feel. |
12 | 12 |
|
13 | | -With Umbraco UI Builder, custom backoffice integrations can now take a matter of minutes, rather than days. |
| 13 | +With Umbraco UI Builder, custom backoffice integrations can now be set up in minutes rather than days. |
14 | 14 |
|
15 | | -## Using the Documentation |
| 15 | +## Using The Documentation |
16 | 16 |
|
17 | | -**This documentation is aimed at developers** who have at least a basic understanding of Umbraco, as well as C#/MVC principles. |
| 17 | +This documentation is intended for **developers** with a basic understanding of Umbraco and C#/MVC principles. |
18 | 18 |
|
19 | | -If you are new to Umbraco UI Builder, it is recommended that you start by taking a look at the [Getting Started](getting-started/requirements.md) section. This provides details on the system requirements and how to install Umbraco UI Builder. |
| 19 | +If you are new to Umbraco UI Builder, it is recommended to start with the [Getting Started](getting-started/requirements.md) section. This section covers system requirements and installation instructions. |
20 | 20 |
|
21 | | -Once you have Umbraco UI Builder installed and are wondering "What next?" then you'll want to take a look at the [Guides](guides/creating-your-first-integration.md) section. This provides a quick-start example of how to configure Umbraco UI Builder. |
| 21 | +Once you have Umbraco UI Builder installed, explore the [Guides](guides/creating-your-first-integration.md) section. This section provides a quick-start example on configuring Umbraco UI Builder. |
22 | 22 |
|
23 | | -Use the main menu to dive deeper into Umbraco UI Builder and get to know all of its features in detail. You can then jump to the specific topic you are interested in to find out more. |
| 23 | +Use the main menu to explore features in detail and navigate directly to topics of interest. |
24 | 24 |
|
25 | | -Finally, for all other resources/useful information you can head over to the [Miscellaneous](miscellaneous/conventions.md) section. |
| 25 | +For additional resources and best practices, visit the [Miscellaneous](miscellaneous/conventions.md) section. |
26 | 26 |
|
27 | 27 | ## Getting Help |
28 | 28 |
|
29 | | -If you require assistance you can use our support channels to seek assistance. |
| 29 | +If you need assistance, refer to our support channels for help and troubleshooting. |
0 commit comments