Skip to content

Commit e123c24

Browse files
gdocs, style fixes to projects
1 parent a6f47bd commit e123c24

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

docs/sources/projects-and-users/manage-project-members.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ A k6 project member is a Grafana user with access to a particular [k6 project]({
1414

1515
Grafana Cloud k6 uses the following roles to control user access:
1616

17-
- **Admin**: Has access to all the resources.
18-
- **Editor**: Can create and run tests.
19-
- **Viewer**: Can only view tests.
17+
- **Admin**. Can access to all the resources.
18+
- **Editor**. Can create and run tests.
19+
- **Viewer**. Can only view tests.
2020

2121
## Grant member roles
2222

23-
### Before you begin
23+
**Before you begin:**
2424

25-
- Ensure that you are an admin of the k6 project
26-
- The new project member must be a Grafana organization member and have logged into the Grafana Stack of the k6 project
25+
- Ensure that you are an admin of the k6 project.
26+
- The new project member must be a Grafana organization member and have logged into the Grafana Stack of the k6 project.
2727

28-
To grant a role to a team member in a k6 project:
28+
Then, to grant a role to a team member in a k6 project, follow these steps:
2929
1. Click **Projects** on the k6 sidebar.
3030
2. Click the **Project Settings** (gear) icon of the particular project.
3131
3. Click the **Add users** button.

docs/sources/projects-and-users/projects.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@ aliases:
88

99
# Projects
1010

11-
Projects allow to organize k6 tests in collections and grant their access. Here are some ways we users use Projects to stay organized:
11+
Use Projects to organize k6 tests in collections and grant access to these collections.
12+
Some ways to stay organized with Projects include the following:
1213

13-
- Per team: Each team is given their own project for them to do their work and collaborate.
14-
- Per component: A project is created for each component or service you're testing.
15-
- Per brand: E-commerce customers may want to use projects per brand to stay organized.
16-
- Per customer: When dealing with custom software, you can to organize by customer to ensure each unique system is tested.
17-
- Per major release: After your systems go through a major change, you can to create a new project to organize the most recent data.
14+
- **Per team.** Each team is given their own project for them to do their work and collaborate.
15+
- **Per component.** A project is created for each component or service you're testing.
16+
- **Per brand.** E-commerce customers may want to use projects per brand to stay organized.
17+
- **Per customer.** When dealing with custom software, you can to organize by customer to ensure each unique system is tested.
18+
- **Per major release.** After your systems go through a major change, you can to create a new project to organize the most recent data.
1819

1920
> To invite users to a project, refer to [manage project members]({{< relref "./manage-project-members" >}}).
2021
2122

2223
## Running CLI Tests in a Specific Project
2324

24-
By default, when you run a test from the CLI, the test runs in your default project. If you want to set the test run in a different project, specify the [`projectID` option]({{< relref "../author-run/cloud-scripting-extras/cloud-options" >}}) in the k6 script:
25+
By default, when you run a test from the CLI, the test runs in your default project.
26+
To set the test run in a different project, specify the [`projectID` option]({{< relref "../author-run/cloud-scripting-extras/cloud-options" >}}) in the k6 script:
2527

2628
```javascript
2729
export const options = {

0 commit comments

Comments
 (0)