PackageJson: Prettify markdown/mdx on commit with lint-staged (#37616)
* Format md,mdx files with prettier on lint-staged * Manually run prettier on docs/sources
This commit is contained in:
@@ -18,6 +18,7 @@ See a complete list of organizations set up on your Grafana server.
|
||||
{{< docs/shared "manage-users/view-server-org-list.md" >}}
|
||||
|
||||
Grafana displays all organizations set up on the server, listed in alphabetical order by organization name. The following information is displayed:
|
||||
|
||||
- **Id -** The ID number of the organization.
|
||||
- **Name -** The name of the organization.
|
||||
|
||||
@@ -29,11 +30,13 @@ Add an organization to your Grafana server.
|
||||
|
||||
{{< docs/list >}}
|
||||
{{< docs/shared "manage-users/view-server-org-list.md" >}}
|
||||
|
||||
1. Click **+ New org**.
|
||||
1. Enter the name of the new organization and then click **Create**.
|
||||
{{< /docs/list >}}
|
||||
{{< /docs/list >}}
|
||||
|
||||
Two things happen:
|
||||
|
||||
- Grafana creates a new organization with you as the sole member and Admin.
|
||||
- Grafana opens the new organization [Preferences tab]({{< relref "../../administration/preferences/_index.md" >}}).
|
||||
|
||||
@@ -47,9 +50,10 @@ Permanently remove an organization from your Grafana server.
|
||||
|
||||
{{< docs/list >}}
|
||||
{{< docs/shared "manage-users/view-server-org-list.md" >}}
|
||||
|
||||
1. Click the red **X** next to the organization that you want to remove.
|
||||
1. Click **Delete**.
|
||||
{{< /docs/list >}}
|
||||
{{< /docs/list >}}
|
||||
|
||||
## Edit an organization
|
||||
|
||||
@@ -63,17 +67,19 @@ See which user accounts are assigned to the organization and their assigned role
|
||||
|
||||
{{< docs/list >}}
|
||||
{{< docs/shared "manage-users/view-server-org-list.md" >}}
|
||||
|
||||
1. Click the name of the organization for which you want to view members.
|
||||
1. Scroll down to the Organization Users section. User accounts are displayed in alphabetical order.
|
||||
{{< /docs/list >}}
|
||||
{{< /docs/list >}}
|
||||
|
||||
### Change organization name
|
||||
|
||||
{{< docs/list >}}
|
||||
{{< docs/shared "manage-users/view-server-org-list-and-edit.md" >}}
|
||||
|
||||
1. In the **Name** field, type the new organization name.
|
||||
1. Click **Update**.
|
||||
{{< /docs/list >}}
|
||||
{{< /docs/list >}}
|
||||
|
||||
### Change organization member role
|
||||
|
||||
@@ -81,14 +87,16 @@ Change the organization role assigned to a user account that is assigned to the
|
||||
|
||||
{{< docs/list >}}
|
||||
{{< docs/shared "manage-users/view-server-org-list-and-edit.md" >}}
|
||||
|
||||
1. In the Organization Users section, locate the user account that you want to change the role of.
|
||||
1. In the **Role** field, select the new role that you want to assign.
|
||||
{{< /docs/list >}}
|
||||
{{< /docs/list >}}
|
||||
|
||||
## Remove a user from an organization
|
||||
|
||||
{{< docs/list >}}
|
||||
{{< docs/shared "manage-users/view-server-org-list-and-edit.md" >}}
|
||||
|
||||
1. In the Organization Users section, locate the user account that you want to change the role of.
|
||||
1. Click the red **X** next to the user account listing and then click **Delete**.
|
||||
{{< /docs/list >}}
|
||||
{{< /docs/list >}}
|
||||
|
||||
Reference in New Issue
Block a user