litmus-docs/website/docs/user-guides/change-project-name.md

39 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: change-project-name
title: Changing Project Name
sidebar_label: Change Project Name
---
---
Owners have the ability to change the name of their project if they wish to do so.
## Before you begin
The concept of `Projects` is discussed [here](../concepts/projects.md) and will help you build a foundational understanding of what projects mean in the ChaosCenter.
## Steps
### 1. Go to `My Project`
Go to the `Team` section of settings and scroll to the `My project` section:
<img src={require('../assets/user-guides/managing-projects/change-project-name/step-1.png').default} width="1000" height="500" />
### 2. Enter edit mode
Click on either the text (demonstrated in this example as `admins project`) or on the edit icon next to it to enter the edit mode:
<img src={require('../assets/user-guides/managing-projects/change-project-name/step-2.png').default} width="1000" height="500" />
### 3. Replace name
Once in the editing mode, type out the name you want to replace the current name with, and click away anywhere in the screen. You will notice that the name of the project has been changed in the `My Project` section as well as the header of the portal.
<img src={require('../assets/user-guides/managing-projects/change-project-name/step-3.png').default} width="1000" height="500" />
## Learn more
- [Invite a member to your project](invite-team-member.md)
- [Remove a member from your project](remove-team-member.md)