Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update add org and add space instructions per new UI #447

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/platform/start/organize/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ Every Mondoo account has at least one organization.

2. Select the **+ ADD ORGANIZATION** box.

3. Enter a name for the organization. The name must be between 4 and 29 characters long and can include letters, numbers, single quotes, hyphens, spaces, and exclamation points.
![add an organization](/img/platform/start/new-org.png)

4. Mondoo picks an organization ID. To customize the ID, select **EDIT** and enter a new ID. The ID must be between 7 and 34 characters and can include lowercase letters, numbers, single quotes, hyphens, spaces, and exclamation points. It must start with a lowercase letter and end with a letter or number.
3. Mondoo picks an organization ID. To customize the ID, select the pencil icon and enter a new ID. The ID must be between 7 and 34 characters and can include lowercase letters, numbers, single quotes, hyphens, spaces, and exclamation points. It must start with a lowercase letter and end with a letter or number.

5. Check the box to agree to the terms of service and the privacy policy.
4. Enter a name for the organization. The name must be between 4 and 29 characters long and can include letters, numbers, single quotes, hyphens, spaces, and exclamation points.

6. Select **CREATE ORGANIZATION**
5. If you want, enter a description for the organization to help your team understand its purpose.

6. Check the box to agree to the terms of service and the privacy policy.

7. Select the **CREATE ORGANIZATION** button.

## Delete an organization

Expand Down
23 changes: 19 additions & 4 deletions docs/platform/start/organize/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Spaces allow for a great degree of flexibility in managing shared resources. For

Furthermore, users may decide to configure separate spaces for development, staging, and production environments, or specific compliance requirements such as HIPAA or SOC 2.

:::note

Adding and removing spaces requires Owner access to the organization.

:::

## Manage spaces

You can create new spaces as needed and use them to manage cloud account integrations, policies, and team members separately.
Expand All @@ -22,13 +28,19 @@ You can create new spaces as needed and use them to manage cloud account integra

1. [Navigate](/platform/start/navigate) to the organization in which you want to create a space.

2. Select **CREATE NEW SPACE**.
2. In the left navigation, select **Spaces**.

3. In the top-right corner of the page, select the plus (+) icon.

3. Enter a name for the space. The name must be between 4 and 29 characters long and can include letters, numbers, single quotes, hyphens, spaces, and exclamation points.
![add a space](/img/platform/start/new-space.png)

4. Mondoo picks a space ID. To customize the ID, select **EDIT** and enter a new ID. The ID must be between 7 and 34 characters and can include lowercase letters, numbers, single quotes, hyphens, spaces, and exclamation points. It must start with a lowercase letter and end with a letter or number.
4. Mondoo picks a space ID. To customize the ID, select the pencil icon and enter a new ID. The ID must be between 7 and 34 characters and can include lowercase letters, numbers, single quotes, hyphens, spaces, and exclamation points. It must start with a lowercase letter and end with a letter or number.

5. Select **CREATE SPACE**.
5. Enter a name for the space. The name must be between 4 and 29 characters long and can include letters, numbers, single quotes, hyphens, spaces, and exclamation points.

6. If you want, enter a description for the space to help your team understand its purpose.

7. Select the **CREATE SPACE** button.

### Delete a space

Expand All @@ -39,8 +51,11 @@ Deleting a space permanently removes it. You can't undo this action.
:::

1. [Navigate](/platform/start/navigate) to the space you want to delete.

2. Select the **SETTINGS** menu.

3. In the **Danger Zone**, under **Delete Space**, check the box to confirm you want to delete the space and all its related content.

4. Select the **DELETE** button.

---
Binary file added static/img/platform/start/new-org.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/platform/start/new-space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading