Browse Source

fix markdown format

JeremJR 10 years ago
parent
commit
e4a39a8921
1 changed files with 7 additions and 4 deletions
  1. 7 4
      bonita/content.md

+ 7 - 4
bonita/content.md

@@ -38,10 +38,13 @@ If you do so, you can access to the portal on http://localhost:8080/bonita and l
 
 
 This docker image ensures to activate by default both static and dynamic authorization checks on REST API. To be coherent it also deactivates the HTTP API.
 This docker image ensures to activate by default both static and dynamic authorization checks on REST API. To be coherent it also deactivates the HTTP API.
 
 
-	- REST API authorization
-	-   [Static authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#static)
-	-   [Dynamic authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#dynamic)
-	- [HTTP API](http://documentation.bonitasoft.com/rest-api-authorization#activate)
+-	REST API authorization
+
+	-	[Static authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#static)
+
+	-	[Dynamic authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#dynamic)
+
+-	[HTTP API](http://documentation.bonitasoft.com/rest-api-authorization#activate)
 
 
 But for specific needs you can override this behavior by setting HTTP_API to true and REST_API_DYN_AUTH_CHECKS to false :
 But for specific needs you can override this behavior by setting HTTP_API to true and REST_API_DYN_AUTH_CHECKS to false :