Use code blocks to avoid layout collapse

This commit is contained in:
Takaya Ide 2020-10-14 07:29:41 +00:00 committed by Stian Thorgersen
parent 580f2b4977
commit 0cc0bac01c

View file

@ -2,6 +2,7 @@
The module holds the codebase to run Keycloak on top of [Quarkus](https://quarkus.io/): The module holds the codebase to run Keycloak on top of [Quarkus](https://quarkus.io/):
```
├── deployment ├── deployment
│   ├── Build-time codebase with all the necessary steps to build and configure the server │   ├── Build-time codebase with all the necessary steps to build and configure the server
@ -10,7 +11,7 @@ The module holds the codebase to run Keycloak on top of [Quarkus](https://quarku
└── server └── server
├── The server itself, only responsible for generating the server artifacts ├── The server itself, only responsible for generating the server artifacts
```
## Activating the Module ## Activating the Module