Skip to content

Commit 948374a

Browse files
author
Adam Dupaski
authored
Merge pull request mendix#6227 from mauritselzinga-mx/mauritselzinga-mx-patch-1
Update _index.md
2 parents f41836d + 0133d85 commit 948374a

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

  • content/en/docs/refguide/modeling/app-explorer/app

content/en/docs/refguide/modeling/app-explorer/app/_index.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,45 @@
22
title: "App"
33
url: /refguide/app/
44
weight: 10
5-
tags: ["studio pro", "app"]
5+
tags: ["studio pro", "app", "settings", "navigation", "system texts", "export documentation"]
66
aliases:
77
- /refguide/project/
88
#If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
99
---
1010

1111
## 1 Introduction
1212

13-
A Mendix app consists of app-level documents and a number of modules. Each module can contain many documents. At the app level, there are some settings and documents that apply to your app as a whole. For example, navigation is an app-level document; the menu bar is app-wide and can refer to functionality in all modules. Most documents, however, live at the level of a [module](/refguide/modules/).
13+
A Mendix app consists of app-level documents and a number of modules. Each module can contain many documents. At the app level, there are some settings and documents that apply to your app as a whole. For example, navigation is an app-level document, and the menu bar is app-wide and can refer to functionality in all modules. However, most documents live at the level of a [module](/refguide/modules/).
1414

1515
## 2 Settings
1616

17-
App settings include the languages for the end-user, app directory and database and server settings.
17+
Clicking **Settings** opens a dialog box with settings for the end-user languages, the app directory, and the database and server.
1818

19-
See [App Settings](/refguide/app-settings/).
19+
For more information, see [App Settings](/refguide/app-settings/).
2020

2121
## 3 Security
2222

23-
At the app level you can change the security level, manage user roles and manage administrator and anonymous user access.
23+
At the app level, you can change the **Security** level, manage user roles, and manage administrator and anonymous user access.
2424

25-
See [App Security](/refguide/app-security/).
25+
For more information, see [App Security](/refguide/app-security/).
2626

2727
## 4 Navigation
2828

29-
In navigation you can configure the menu bar and navigation tree for your application. Also you can specify what the home page is, as in, the page you see right after signing in.
29+
In **Navigation**, you can configure the menu bar and navigation tree for your app. You can also specify what the **Home page** is (meaning, the page you see right after signing in).
3030

31-
See [Navigation](/refguide/navigation/).
31+
For more information, see [Navigation](/refguide/navigation/).
3232

3333
## 5 System Texts
3434

35-
System texts are texts like information and error messages that are produced by the server or the client. You can translate these texts so that they appear in the preferred language of the user.
35+
**System texts** are texts like information and error messages that are produced by the server or the client. You can translate these texts so that they appear in the preferred language of the user.
3636

37-
See [System Texts](/refguide/system-texts/).
37+
For more information, see [System Texts](/refguide/system-texts/).
3838

39-
## 6 Read More
39+
## 6 Export Documentation
40+
41+
Right-clicking the **App** allows you to export documentation. This exports an HTML file with all the documents in your app and their documentation.
42+
43+
## 7 Read More
4044

4145
* [Modules](/refguide/modules/)
4246
* [Security](/refguide/security/)

0 commit comments

Comments
 (0)