diff --git a/docs/api/api.rst b/docs/api/api.rst --- a/docs/api/api.rst +++ b/docs/api/api.rst @@ -23,7 +23,7 @@ option in your .ini file, and define vie Following example shows how to enable API access to patch/diff raw file and archive in RhodeCode:: - api_access_controllers_whitelist = + api_access_controllers_whitelist = ChangesetController:changeset_patch, ChangesetController:changeset_raw, FilesController:raw, diff --git a/docs/usage/general.rst b/docs/usage/general.rst --- a/docs/usage/general.rst +++ b/docs/usage/general.rst @@ -125,7 +125,7 @@ of server behavior. There are 3 main sec General ~~~~~~~ - + `Use repository extra fields` option allows to set a custom fields for each repository in the system. Each new field consists of 3 attributes `field key`, `field label`, `field description`. Example usage of such fields would be to @@ -155,5 +155,3 @@ will be turned into colored tags. Curren [requires => Repo] [recommends => Repo] [see => URI] - -