Skip to content

Commit fa19067

Browse files
authored
Merge pull request #163 from argos-ci/update-settings-related-docs
fix: update settings related docs
2 parents 154d9f3 + d725490 commit fa19067

6 files changed

Lines changed: 54 additions & 45 deletions

File tree

docs/git-providers/github.mdx

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ Argos provides a dedicated GitHub App that connects directly to your repositorie
1818

1919
### Install the Argos GitHub App
2020

21-
1. Visit the [Argos app page on GitHub](https://github.com/apps/argos-ci).
22-
2. Click on "Configure" and select the organization where you want to install Argos.
23-
3. Follow the prompts to complete the installation.
21+
1. Visit the [Argos app page on GitHub](https://github.com/apps/argos-ci)
22+
2. Click on "Configure" and select the organization where you want to install Argos
23+
3. Follow the prompts to complete the installation
2424

2525
### Import a GitHub Repository to Argos
2626

27-
1. Sign in to Argos and click on "Create a new project".
28-
2. Choose GitHub as your provider, then click "Import your repository."
27+
1. Sign in to Argos and click on "Create a new project"
28+
2. Choose GitHub as your provider, then click "Import your repository"
2929

3030
### Update the Repositories Shared with Argos
3131

32-
1. Go to the [Argos app page on GitHub](https://github.com/apps/argos-ci) and click "Configure".
33-
2. Select the organization where you want to manage repository access.
34-
3. Under "Repository access," choose "Only select repositories" and select the specific repositories you wish to share with Argos.
32+
1. Go to the [Argos app page on GitHub](https://github.com/apps/argos-ci) and click "Configure"
33+
2. Select the organization where you want to manage repository access
34+
3. Under "Repository access," choose "Only select repositories" and select the specific repositories you wish to share with Argos
3535

3636
![Required Argos status check in GitHub](./github/repository-access.jpg)
3737

@@ -41,19 +41,21 @@ If you prefer to use Argos without granting full content access to your reposito
4141

4242
### Setting Up Argos with Limited GitHub Access
4343

44-
1. Navigate to Team Settings in your Argos dashboard.
45-
2. In the "GitHub without content access" section, click Install GitHub App.
44+
1. From the dashboard, select your team from the scope selector
45+
2. Select the **Settings** tab and go to the **Integrations** section
46+
3. Scroll to "GitHub without content access"
47+
4. Click **Install GitHub App**
4648

4749
![GitHub without content access settings in Argos](./github/github-light-settings.jpg)
4850

49-
3. On the next screen you are redirected to GitHub, choose the specific repositories where you want to install the Argos app.
51+
3. On the next screen you are redirected to GitHub, choose the specific repositories where you want to install the Argos app
5052

5153
![Argos GitHub app without content access](./github/github-light-app.jpg)
5254

53-
4. Go to Team Projects in Argos.
54-
5. Click Create a new project.
55-
6. Select Continue with GitHub (no-content access).
55+
4. Select **Projects** tab
56+
5. Click **Create a new project** at the top right
57+
6. Select **Continue with GitHub (no-content access)**
5658

5759
![Argos GitHub app without content access](./github/create-project.jpg)
5860

59-
7. Choose the repository you want to connect.
61+
7. Choose the repository you want to connect

docs/git-providers/gitlab.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,20 @@ You can also use a [Project Access Token](https://docs.gitlab.com/ee/user/projec
3535

3636
#### 2. Configure the Generated Token in Argos
3737

38-
On Argos, navigate to "Team Settings" → "GitLab", enter the generated token and save the changes.
38+
1. From the dashboard, select your team or your personal account from the scope selector
39+
2. Select the **Settings** tab and go to the **Integrations** section
40+
3. Scroll to **GitLab** section
41+
4. Enter the generated token and click **Save**
3942

4043
![Configure GitLab in Argos](@site/src/img/gitlab-configuration-argos.png)
4144

4245
#### 3. Link GitLab Project to Argos
4346

44-
In Argos, go to "Team projects", then click on "Create a new Project". Select "Continue with GitLab", pick your GitLab organization and the desired repository. The new project will appear in your projects list.
47+
1. From the dashboard, select your team or your personal account from the scope selector
48+
2. Select the **Projects** tab
49+
3. Click on **Create a new Project** at the top right
50+
4. Select **Continue with GitLab**
51+
5. Pick your GitLab organization and the desired repository, the new project should appear in your projects list
4552

4653
![Configure GitLab in Argos](@site/src/img/argos-create-new-project.png)
4754

docs/guides/account-management.mdx

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After signing up, you can manage login methods in your **Personal Settings**.
3737
To manage login connections:
3838

3939
1. Select your profile picture in the top-right corner of the dashboard.
40-
2. Choose **Personal Settings**.
40+
2. Choose **Settings**.
4141
3. Open the **Authentication** section.
4242

4343
![The Authentication section of your account settings.](./account-management/authentication.png)
@@ -83,40 +83,35 @@ You cannot leave a team if you are the **last owner** or the **last member**.
8383

8484
To leave a team:
8585

86-
1. If necessary, assign another owner first.
87-
2. Go to your team’s **Settings** tab.
88-
3. Scroll to **Leave Team** and select **Leave Team**.
89-
4. Confirm the action.
90-
5. If you are the last member, [delete the team](#deleting-a-team) instead.
86+
1. If necessary, assign another owner first
87+
2. Go to your team’s **Settings** tab and go to the **Members** section
88+
3. Scroll to **Leave Team** and select **Leave Team**
89+
4. Confirm the action
90+
5. If you are the last member, [delete the team](#deleting-a-team) instead
9191

9292
### Deleting a team
9393

94-
1. Remove all team projects.
95-
2. Open the team’s **Settings** tab.
96-
3. Scroll to **Delete Team** and select **Delete Team**.
97-
4. Confirm the action.
94+
1. Remove all team projects
95+
2. Open the team’s **Settings** tab
96+
3. Scroll to **Delete Team** and select **Delete Team**
97+
4. Confirm the action
9898

9999
---
100100

101101
## Managing emails
102102

103103
To access email settings:
104104

105-
1. Select your avatar in the top-right corner.
106-
2. Choose **Personal Settings**.
107-
3. Open the **Emails** section.
108-
4. From here, you can [add](#adding-a-new-email-address), [remove](#removing-an-email-address), or [change](#changing-your-primary-email-address) your primary email.
105+
1. Select your avatar in the top-right corner
106+
2. Choose **Settings**
107+
3. Scroll to **Emails** section
108+
4. From here, you can [add](#adding-a-new-email-address), [remove](#removing-an-email-address), or [change](#changing-your-primary-email-address) your primary email
109109

110110
## Adding a new email address
111111

112-
1. In the **Emails** section, click **Add Another**.
113-
2. Verify the new address using the link sent to your inbox.
114-
3. Once verified, any email address on your account can be used to log in.
115-
116-
Limits:
117-
118-
- Up to **3 emails** per account.
119-
- A maximum of **2 emails per domain**.
112+
1. In the **Emails** section, click **Add Another**
113+
2. Verify the new address using the link sent to your inbox
114+
3. Once verified, any email address on your account can be used to log in
120115

121116
![Your account email addresses.](./account-management/email-management.png)
122117

docs/learn/spend-management.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ ercel checks your additional screenshots usage often to determine if you are app
4040

4141
## Managing your spend amount
4242

43-
1. To enable spend management, you must have an **Owner** role on your team
44-
2. From your team's dashboard, select the Settings tab
45-
3. Under Spend Management, toggle the switch to enabled:
43+
To enable spend management, you must have an **Owner** role on your team.
44+
45+
1. From the dashboard, select your team from the scope selector
46+
2. Select the **Settings** tab and go to the **Billings** section
47+
3. Scroll to **Spend Management** and enable the switch:
4648

4749
![Spend Management Enabled](./spend-management/spend-management-section.jpg)
4850

docs/overview/faq.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Explore Argos FAQ for insights on team invites, updating baselines, orphan build
1010

1111
## How to invite someone to my Argos team?
1212

13-
Navigate to your team settings, scroll down to members section, and click on "Invite Link". You can now share the team's link with the individuals you want to invite.
13+
1. From the dashboard, select your team from the scope selector
14+
2. Select the **Settings** tab and go to the **Members** section
15+
3. Click **Invite Link** button
16+
4. Copy the link and share it with your teammates
1417

1518
:::note
1619

docs/subscription/usage-monitoring.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Effortlessly track your monthly usage with Argos. Access your team's usage detai
1212

1313
Here's how you can access your team usage details:
1414

15-
1. Navigate to your team settings.
16-
2. Scroll down to the Plan section.
15+
1. From the dashboard, select your team from the scope selector
16+
2. Select the **Settings** tab and go to the **Billing** section
1717

1818
<img
1919
src={planCard}

0 commit comments

Comments
 (0)