Skip to content
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
6 changes: 3 additions & 3 deletions docs/user-guide/global-configurations/user-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ In the `Email address` box, you have to provide the mail ID of the user to whom

### Assign super admin permissions

If you check the option `Assign super admin permissions`, the user will get full access to your system and the rest of the options will disappear. Please check [above](#access-levels) to see permission levels. Only users with super admin permissions can assign super admin permissions to a user.
If you check the option `Assign super admin permissions`, the user will get full access to your system and the rest of the options will disappear. Please check [above](#role-based-access-levels) to see permission levels. Only users with super admin permissions can assign super admin permissions to a user.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/user-access/add-user-2.jpg)

Expand Down Expand Up @@ -134,7 +134,7 @@ Similarly, you can select `Applications` from the drop-down corresponding to you

Inside the `Role`, you actually choose which type of permissions you want to give to the users.

There are four different view access levels/Role available for both User and Group as described [above](#access-levels):
There are four different view access levels/Role available for both User and Group as described [above](#role-based-access-levels):

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/user-access/user-access-permission_1.JPG)

Expand Down Expand Up @@ -166,7 +166,7 @@ Similarly, you can select `Applications` from the drop-down corresponding to you

Inside the `Role`, you actually choose which type of permissions you want to give to the users.

There are four different view access levels/Role available for both User and Group as described [above](#access-levels):
There are four different view access levels/Role available for both User and Group as described [above](#role-based-access-levels):

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/user-access/user-access-permission_helm+app_2.JPG)

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/jobs/workflow-editor-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For example if the user sets the Branch Regex as `feature-*`, then users can tri

The **Source type** - "Pull Request" allows you to configure the CI Pipeline using the PR raised in your repository.

> Before you begin, [configure the webhook](#configuring-webhook) for either GitHub or Bitbucket.
> Before you begin, [configure the webhook](../creating-application/workflow/ci-pipeline.md#configuring-webhook) for either GitHub or Bitbucket.

> The "Pull Request" source type feature only works for the host GitHub or Bitbucket cloud for now. To request support for a different Git host, please create a github issue [here](https://github.com/devtron-labs/devtron/issues).

Expand All @@ -66,7 +66,7 @@ Select the appropriate filter and pass the matching condition as a regular expre

The **Source type** - "Tag Creation" allows you to build the CI pipeline from a tag.

> Before you begin, [configure the webhook](#configuring-webhook) for either GitHub or Bitbucket.
> Before you begin, [configure the webhook](../creating-application/workflow/ci-pipeline.md#configuring-webhook) for either GitHub or Bitbucket.

To trigger the build from specific tags, you can filter the tags based on the `author` and/or the `tag name`.

Expand Down