mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
Revert "admin: Document [repository].DOWNLOAD_OR_CLONE_METHODS"
This reverts commit 28cdb8ca82
, because
the functionality has been superseded by a different implementation.
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
This commit is contained in:
parent
23cee48c5b
commit
6398dc14de
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ In addition, there is _`StaticRootPath`_ which can be set as a built-in at build
|
||||||
- `ALLOW_DELETION_OF_UNADOPTED_REPOSITORIES`: **false**: Allow non-admin users to delete unadopted repositories
|
- `ALLOW_DELETION_OF_UNADOPTED_REPOSITORIES`: **false**: Allow non-admin users to delete unadopted repositories
|
||||||
- `DISABLE_DOWNLOAD_SOURCE_ARCHIVES`: **false**: Don't allow download source archive files from UI
|
- `DISABLE_DOWNLOAD_SOURCE_ARCHIVES`: **false**: Don't allow download source archive files from UI
|
||||||
- `ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT`: **true**: Allow fork repositories without maximum number limit
|
- `ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT`: **true**: Allow fork repositories without maximum number limit
|
||||||
- `DOWNLOAD_OR_CLONE_METHODS`: **download-zip,download-targz,download-bundle,vscode-clone**: Comma separated list of additional clone and download methods offered in a repository's clone widget. These options will be listed on the UI in the same order they're listed in the configuration. Available options are: the defaults, which offer downloading the repository source as a zip archive, a gzip-compressed tarball, or a git bundle, and offer a clone URL for Visual Studio Code; and in addition to that, `vscodium-clone`, which will offer a clone URL to be used with Visual Studio Codium.
|
|
||||||
|
|
||||||
### Repository - Editor (`repository.editor`)
|
### Repository - Editor (`repository.editor`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue