You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/platform/src/add-services/opensearch.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To update the versions in this table, use docs/data/registry.json
40
40
On Grid and {{% names/dedicated-gen-3 %}}, from version 2, you only specify the major version.
41
41
The latest compatible minor version and patches are applied automatically. On Grid, version 1 represents a rolling release - the latest minor version available from the upstream (starting with opensearch 1.3).
42
42
43
-
You can see the latest minor and patch versions of OpenSearch available from the [`2.x`](https://opensearch.org/lines/2x.html) and [`1.x`](https://opensearch.org/lines/1x.html) release lines.
43
+
You can see the latest minor and patch versions of OpenSearch available from the [`2.x`](https://docs.opensearch.org/lines/2x.html) and [`1.x`](https://docs.opensearch.org/lines/1x.html) release lines.
Copy file name to clipboardExpand all lines: sites/platform/src/administration/users.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -221,9 +221,10 @@ For more information on project access control, see how to [manage project users
221
221
222
222
### Organization permissions
223
223
224
-
As an organization owner or an organization user with the **Manage users** permission,
225
-
you can invite other users to your organization and grant them the following permissions:
224
+
As an organization owner or an organization user with the **Manage users** permission, you can invite other users to your organization and grant them the following permissions:
226
225
226
+
-**Admin** (`owner`):
227
+
Manage the organization and access all organization permissions, including all listed below.
You can see the latest minor and patch versions of OpenSearch available from the [`2.x`](https://opensearch.org/lines/2x.html) and [`1.x`](https://opensearch.org/lines/1x.html) (1.3) release lines.
23
+
You can see the latest minor and patch versions of OpenSearch available from the [`2.x`](https://docs.opensearch.org/lines/2x.html) and [`1.x`](https://docs.opensearch.org/lines/1x.html) (1.3) release lines.
Copy file name to clipboardExpand all lines: sites/upsun/src/learn/overview/yaml/yaml-structure.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,14 @@ This YAML file is located in your ``.{{% vendor/cli %}}`` directory, at the root
18
18
| └── {{< vendor/configfile "apps""strip">}}
19
19
└── <SOURCE_CODE>
20
20
```
21
-
## Mandatory top-level keys
22
-
In the ``config.yaml`` file, there are only three mandatory top-level YAML keys:
21
+
## Top-level keys
22
+
In the ``config.yaml`` file, there are three top-level YAML keys:
23
23
-``applications``: this section of the file contains all of your [app definitions](/create-apps/app-reference/single-runtime-image.md)
24
+
25
+
{{% note %}}
26
+
Note that ``applications`` is a **mandatory** top-level key to include in your ``config.yaml`` file.
27
+
{{% /note %}}
28
+
24
29
-``routes``: this section of the file contains all of your [route definitions](/define-routes/_index.md) (for each of your apps)
25
30
-``services``: this section of the file contains all of your [service definitions](/add-services/_index.md) (for each of your apps)
26
31
@@ -50,7 +55,7 @@ Any YAML files located at the first level of your ``.upsun`` folder, at the root
50
55
The following rules apply to YAML files contained in the ``.upsun`` folder:
51
56
52
57
- All the existing YAML files located at the first level of the ``.upsun`` folder are taken into account.
53
-
- All the existing YAML files located at the first level of the ``.upsun`` folder must feature the [mandatory top-level keys](#mandatory-top-level-keys), and must contain a [valid YAML configuration](/create-apps/app-reference/single-runtime-image.md).
58
+
- All the existing YAML files located at the first level of the ``.upsun`` folder must feature the [mandatory top-level keys](#top-level-keys), and must contain a [valid YAML configuration](/create-apps/app-reference/single-runtime-image.md).
54
59
- All the YAML files in subdirectories of the ``.upsun`` folder need to be [manually imported](/learn/overview/yaml/platform-yaml-tags.md#include) and contain a [valid YAML configuration](/create-apps/app-reference/single-runtime-image.md).
0 commit comments