Changeset - 0b6982223baa
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-04-22 14:11:53
marcin@python-works.com
cleanup code
2 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/api/api.rst
Show inline comments
 
@@ -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,
docs/usage/general.rst
Show inline comments
 
@@ -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]
 

	
 

	
0 comments (0 inline, 0 general)