forked from SAP/luigi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Luigi readme files (SAP#277)
* Improve Luigi readme files
- Loading branch information
Showing
5 changed files
with
27 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
# Documentation | ||
# Luigi Documentation | ||
|
||
## Getting started | ||
Read the documentation to explore the features of Luigi Core and Luigi Client. | ||
|
||
This directory contains the following documents that relate to the project: | ||
## Luigi Core | ||
|
||
**Luigi Core** | ||
Set up and configure the main application. | ||
|
||
* [Application setup](application-setup.md) shows you the first steps to prepare your application for development. | ||
* [Navigation configuration](navigation-configuration.md) shows you how to configure navigation in Luigi. | ||
* [Authorization configuration](authorization-configuration.md) guides you through the configuration to secure Luigi. | ||
* [General settings](general-settings.md) provides you with additional configuration parameters for Luigi. | ||
|
||
**Luigi Client** | ||
## Luigi Client | ||
|
||
* [Lifecycle](luigi-client-api.md#lifecycle) gives you details on the life cycle of listeners, navigation nodes and event data. | ||
|
||
Use the Luigi Client API documentation to learn more about the functions and parameters you can use to communicate with the core application to define lifecycle, links, and the appearance of the application. | ||
|
||
* [Lifecycle](luigi-client-api.md#lifecycle) gives you details on the lifecycle of listeners, navigation nodes, and Event data. | ||
* [Link Manager](luigi-client-api.md#linkmanager) allows you to navigate to a specific route. | ||
* [UX Manager](luigi-client-api.md#uxmanager) helps you to manage the appearance in Luigi. | ||
* [UX Manager](luigi-client-api.md#uxmanager) helps you to manage the appearance features in Luigi, such as the behavior of backdrop or loading indictors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters