website: format docs with prettier (#2833)
* run prettier Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * add scim to comparison Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -1,4 +1,4 @@ | ||||
| - `ak_logger`: structlog BoundLogger. See ([structlog documentation](https://www.structlog.org/en/stable/api.html#structlog.BoundLogger)) | ||||
| -   `ak_logger`: structlog BoundLogger. See ([structlog documentation](https://www.structlog.org/en/stable/api.html#structlog.BoundLogger)) | ||||
|  | ||||
|     Example: | ||||
|  | ||||
| @ -8,4 +8,4 @@ | ||||
|     ak_logger.info("Passing structured data", request=request) | ||||
|     ``` | ||||
|  | ||||
| - `requests`: requests Session object. See ([request documentation](https://requests.readthedocs.io/en/master/user/advanced/)) | ||||
| -   `requests`: requests Session object. See ([request documentation](https://requests.readthedocs.io/en/master/user/advanced/)) | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| - `user`: The current user. This may be `None` if there is no contextual user. See ([User](../user-group/user.md#object-attributes)) | ||||
| -   `user`: The current user. This may be `None` if there is no contextual user. See ([User](../user-group/user.md#object-attributes)) | ||||
|  | ||||
| Example: | ||||
|  | ||||
| @ -6,4 +6,4 @@ Example: | ||||
| return { | ||||
|   "custom_attribute": request.user.attributes.get("custom_attribute", "default"), | ||||
| } | ||||
| ``` | ||||
| ``` | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L