mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
address Ryuno-Ki comments
This commit is contained in:
parent
58edd45576
commit
1cf82f67a2
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ in search for references. These references will be shown as links in the Issue V
|
|||
and, in some cases, produce certain _actions_.
|
||||
|
||||
Likewise, commit messages are parsed when they are listed, and _actions_
|
||||
can be triggered when they are pushed to the main branch.
|
||||
can be triggered when they are pushed.
|
||||
|
||||
To prevent the creation of unintended references, there are certain rules
|
||||
for them to be recognized. For example, they should not be included inside code
|
||||
|
|
|
@ -118,7 +118,7 @@ Each unit is configured to have one of these 3 permission levels:
|
|||
- Read: Members can view the unit, and do standard actions for that unit (See the Read column under [Collaborators](#collaborators)).
|
||||
- Write: Members can view the unit, and execute write actions that unit (See the Write column under [Collaborators](#collaborators)).
|
||||
|
||||
When a team is configured to have administrator access, when this is specified, you cannot change units. The team will have admin permissions (See the Admin column under [Collaborators](#collaborators)).
|
||||
When a team is configured to have administrator access, you cannot change units.
|
||||
|
||||
Currently, there are six units that can be configured:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ The user in these examples is `knut`, the polar bear and its repository is `foob
|
|||
To enable the wiki for a repository, visit the `Settings` page and activate `Enable Repository Wiki` in the `Advanced Section`. It will default to the built-in wiki which is described here, but you can add an URI to an external site the "Wiki" tab should link to.
|
||||
|
||||
> **Warning**
|
||||
> Be aware that the wiki, once enabled, is accessible for *everyone* who has `read` access to your repository - on public repositories even unauthenticated guests can access the wiki.
|
||||
> Be aware that the wiki, once enabled, is accessible for *everyone* who has `read` access to your repository - on public repositories even anonymous guests can access the wiki.
|
||||
> The wiki is *not* a suitable place for storing private information or secrets (like passwords).
|
||||
|
||||
To edit the wiki `write` permission to the repository is required.
|
||||
|
|
Loading…
Reference in a new issue